RE: [Geoserver-devel] can't install geoserver.war

to get JSPCompiler running in tomcat you just need to modify the url-pattern
tag in that servlet's mapping, adding a slash like this:

from
  <url-pattern>JSPCompiler</url-pattern>

to
  <url-pattern>/JSPCompiler</url-pattern>

regards,

gabriel
-----Mensaje original-----
De: Jamie Eyre [mailto:jweyre@anonymised.com]
Enviado el: miércoles, 10 de marzo de 2004 10:34
Para: jgarnett@anonymised.com
CC: geoserver-devel@lists.sourceforge.net
Asunto: Re: [Geoserver-devel] can't install geoserver.war

Hi,
Great, it's now running. But what is the user/pass for the admin and config,

and where can i set them.

Thanks,
Jamie

----Original Message Follows----
From: Jody Garnett <jgarnett@anonymised.com>
To: Jamie Eyre <jweyre@anonymised.com>
CC: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] can't install geoserver.war
Date: Wed, 10 Mar 2004 01:09:48 -0800

Jamie Eyre wrote:

Hi,
I have used your xml file you sent, but i still get the error in tomcat. I
did notice that if i comment out the JSPCompiler servlet in the web.xml
file, I no longer get that error, but then, of coarse, when i try to run
the webapp, it cannot find the JSPCompiler servlet. Any ideas?

Sorry man it is really late for me, you can skip the JSPCompiler and go
directly to geoserver/welcome.do
And the jsps will compile as you use them for the first time.

I am afraid we have been testing with Resin, perhaps the JSPCompiler does
not work with tomcat.

_________________________________________________________________
MSN Premium includes powerful parental controls and get 2 months FREE*
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=htt
p://hotmail.com/enca&HL=Market_MSNIS_Taglines

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

I tried the change you suggested, in the hopes of a quick fix. It did work on Resin 2.X, I could not get Tomcat to work for me at all, and Resin 3.X resulted in the following error:

WEB-INF/web.xml:140: `JSPCompiler' is an unknown servlet-name. servlet-mapping
requires that the named servlet be defined in a <servlet> configuration
before the <servlet-mapping>.

Not sure where this leaves us for making a release - ideas? And what version of Tomcat are you using? I think I am using Tomcat 5.X.

Jody

ROLDAN, Gabriel raul wrote:

to get JSPCompiler running in tomcat you just need to modify the url-pattern
tag in that servlet's mapping, adding a slash like this:

from
<url-pattern>JSPCompiler</url-pattern>

to
<url-pattern>/JSPCompiler</url-pattern>

Downloaded a fresh version of Tomcat and things have started working again,

Thanks for the help Gabriel

Jody Garnett wrote:

I tried the change you suggested, in the hopes of a quick fix. It did work on Resin 2.X, I could not get Tomcat to work for me at all, and Resin 3.X resulted in the following error:

WEB-INF/web.xml:140: `JSPCompiler' is an unknown servlet-name. servlet-mapping
requires that the named servlet be defined in a <servlet> configuration
before the <servlet-mapping>.

Not sure where this leaves us for making a release - ideas? And what version of Tomcat are you using? I think I am using Tomcat 5.X.