Hi, I have just installed tomcat5.5 on my fedora 7 server, and I need to
configure some virtual hosts for the first time.

I have searched the internet for some conclusive guide, but none seem to
work.

this is what i have so far:

<Host name="micker.dk" debug="0" appBase="webapps/micker.dk"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">

   <Logger className="org.apache.catalina.logger.FileLogger"
       directory="logs"  prefix="micker.dk\_log." suffix=".txt"
timestamp="true"/>

<Context displayName="micker.dk" docBase="" path="">
</Context>

   <Alias>www.micker.dk</Alias>
</Host>

This works, except when i need to call classes from /WEB-INF/classes from a
jsp not located in / 

I'm pretty sure the above is the wrong way of configuring a virtual host,
but I can't get anything else to work.

where have I screwed up?

Thank you,
Michael


-- 
View this message in context: 
http://www.nabble.com/Virtual-hosts-problem-tf4405374.html#a12568129
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