I'm a newbie in this, so where can I define appbase. I've done the following in %Catalina_Home%\conf\server.xml <Host name="www3novo.Webapp1.pt" appbase="D:\Tomcat 5.5\webapps\"> <Context path="" docBase="webapp1" debug="0"/> </Host>
<Host name="www3novo.Webapp2.pt" appbase="D:\Tomcat 5.5\webapps\"> <Context path="" docBase="webapp2" debug="0"/> </Host> Each of the applications Webapp1 and Webapp2 are inside the directory D:\Tomcat 5.5\webapps\. What am I doing wrong? Thank you for your time and help Hassan Schroeder-2 wrote: > > On 4/17/06, biai <[EMAIL PROTECTED]> wrote: > >> I have 3 virtual hosts on the server, so I cannot atribute ROOT to all of >> them. > > Of course you can; just use a different appBase for each host. > > HTH, > -- > Hassan Schroeder ------------------------ [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Relative-Link-Question-t1452173.html#a3954308 Sent from the Tomcat - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]