> From: Tomcat User6 [mailto:[EMAIL PROTECTED]
> Subject: Server.xml Host Configuration
>
> <Host name="forum.abc123.com"
>   appBase="/usr/local/apache-tomcat-6.0.16/webapps/roller"

Change appBase to "/usr/local/apache-tomcat-6.0.16/webapps"; appBase must never 
point directly to a specific webapp.

>   <Alias>forum.abc123.com</Alias>

Remove the <Alias>, since it's the same as the <Host> name.  In fact you can 
probably just leave the <Host> name as "localhost", as long as DNS routes 
forum.abc123.com to an IP address on your box.  If you are going to change the 
<Host> name, make sure the defaultHost attribute of the <Engine> points to a 
valid <Host> element.

>    <Context docBase="" path="/" />

Remove the <Context> element; it should never be placed in server.xml and you 
don't need one.

> This application is under the
> "/usr/local/apache-tomcat-6.0.16/webapps/roller" directory

Change the name of the directory to ROOT (case sensitive), rather than roller.  
Remove the existing ROOT directory, if you haven't already done so.

 - Chuck


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