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

You could always try the Tomcat documentation:
http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html

> where have I screwed up?

You set appBase == docBase

I'll look into adding some more explict instructions to the HOW-TO.

Using the above doc, the ROOT webapp should be deployed as a war at
$CATALINA_HOME/webapps/stimpy/ROOT.war
or as an exploded dir at
$CATALINA_HOME/webapps/stimpy/ROOT

Other webapps would be deployed as:
$CATALINA_HOME/webapps/stimpy/foo.war
$CATALINA_HOME/webapps/stimpy/bar.war
etc

Mark


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