Hi All,

I am new to configuring Server.xml for tomcat. I am using Tomcat 6.0. I have
an application called Roller from apache for blogging purposes. I want to
configure its host by forum.abc123.com. I did the configuration as below:

<Host name="forum.abc123.com"
  appBase="/usr/local/apache-tomcat-6.0.16/webapps/roller"
  unpackWARs="true" autoDeploy="true"
  xmlValidation="false" xmlNamespaceAware="false">
  <Alias>forum.abc123.com</Alias>

   <Context docBase="" path="/" />
  <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs"
    prefix="local_roller_access_log."
    suffix=".txt"
    pattern="common"
    resolveHosts="false"/></Host>


This application is under the
"/usr/local/apache-tomcat-6.0.16/webapps/roller" directory and that is not a
WAR file but a directory. When I clicked on Web URL with forum.abc123.com,
it is showing me site but with no colors and styles as they are in original.
Log sile says that it is not finding any of the files and that is why none
of the links on the first page are aslo working.

I am sure that, i am doing something wrong in configuration. Please help me
out.

Thank you in advance.

-- 
View this message in context: 
http://www.nabble.com/Server.xml-Host-Configuration-tp18575305p18575305.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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