> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Changing the webapps directory
> 
> I'd like to change my webapps directory to be in my home directory.
> I've look around and can't find how to do this on Tomcat 5.x.

Look at the doc for the <Host> element, in particular the appBase
attribute.
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html

A simple scan of server.xml would have found the reference to "webapps".

> Also, I can't seem to login to the manager.  I added this line:
> <user username="user" password="password" roles="standard,manager" />
> to tomcat-users.xml, but still can't login.  Can anyone help?

You must restart Tomcat after making the change.  Since Tomcat rewrites
tomcat-users.xml on occasion, any updates you made to it while Tomcat
was running may be lost.

 - Chuck

P.S. It's very bad form to hijack someone else's thread - start your own
next time, don't just hit reply to some arbitrary message.


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to