Hey WCS folks,
Since my last svn update, when I browse to my local geoserver web-interface, I get a blank page. Nothing in the logs to indicate a failure, and nothing particularly strange elsewhere.
I can cause things to get a little weird if I try to just type in the url to a struts action page (i.e. /config/data/index.do). Then I get this in the log:
Aug 14, 2006 4:16:59 PM org.apache.struts.tiles.TilesRequestProcessor initDefinitionsMapping
INFO: Tiles definition factory found for request processor ''.
192537 [SEVERE] org.vfny.geoserver.config.web.tiles.definition.MultipleDefinitionsFactory - IO Error while parsing file '/WEB-INF/tiles-defs_en_US.xml'. ServletContext resource [/WEB-INF/tiles-defs_en_US.xml] cannot be resolved to URL because it does not exist
192540 [SEVERE] org.vfny.geoserver.config.web.tiles.definition.MultipleDefinitionsFactory - IO Error while parsing file '/WEB-INF/tiles-defs_en.xml'. ServletContext resource [/WEB-INF/tiles-defs_en.xml] cannot be resolved to URL because it does not exist
However, checking for those files, I think that they're in-place...just called "tiles-defs.xml" and that these get found just fine (successive stripping of i8n suffixes) So I think this error message is a red herring.
Still, I get nothing when browsing to any local geoserver web-interfaces. Even wget gives me a completely blank response (i.e., it's not just the browser not rendering something correctly)
Any ideas where to start trying to track down the issue?
--saul
Hmm...further prodding has found that everything works just peachy when run from the "mvn jetty6:run" route.
Apparently it's only a tomcat issue? Anyone else using tomcat 5.5.9 or 5.5.17, and have the WCS branch working? I'll keep poking.
--saul
Saul Farber wrote:
Hey WCS folks,
Since my last svn update, when I browse to my local geoserver web-interface, I get a blank page. Nothing in the logs to indicate a failure, and nothing particularly strange elsewhere.
Still, I get nothing when browsing to any local geoserver web-interfaces. Even wget gives me a completely blank response (i.e., it's not just the browser not rendering something correctly)
Any ideas where to start trying to track down the issue?
--saul
I use "mvn jetty6:run" to run the branch in question too... For
Tomcat, do you just build a war file and deploy it?
Thanks,
Alex
On 8/16/06, Saul Farber <Saul.Farber@anonymised.com> wrote:
Hmm...further prodding has found that everything works just peachy when
run from the "mvn jetty6:run" route.
Apparently it's only a tomcat issue? Anyone else using tomcat 5.5.9 or
5.5.17, and have the WCS branch working? I'll keep poking.
--saul
Saul Farber wrote:
> Hey WCS folks,
>
> Since my last svn update, when I browse to my local geoserver
> web-interface, I get a blank page. Nothing in the logs to indicate a
> failure, and nothing particularly strange elsewhere.
>
> Still, I get nothing when browsing to any local geoserver
> web-interfaces. Even wget gives me a completely blank response (i.e.,
> it's not just the browser not rendering something correctly)
>
> Any ideas where to start trying to track down the issue?
>
> --saul
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Yep. In fact, I just soft-link the built war file to the tomcat webapps directory, and as soon as the war file is rebuilt, tomcat re-deploys it automatically. Much faster than waiting for jetty to stop and start again.
--saul
Alexander Petkov wrote:
I use "mvn jetty6:run" to run the branch in question too... For
Tomcat, do you just build a war file and deploy it?