[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=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

Jamie Eyre wrote:

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

admin & geoserver and there is no option to set them yet :slight_smile:

If anyone wanted an easy bit of development work to get your feet wet with geoserver you could consider what to do.

The class is org.vfny.geoserver.action.LoginAction

This action could be modified to pick up the name & password from a properties file in the WEB-INF directory. Not super secure but better then hardcoded.

Jody