i think what you mean is run two instances of tomcat. you do this within the conf/server.xml, and make another copy of the context path file where docbase is the root directory of your new website, remember to stop and start tomcat for the changes to take effect.

   <Context path="/.." docBase=".../.../"
        debug="0" reloadable="false" />

i think that should help.

At 11:37 10.02.2004 +0100, you wrote:
Hello,

I work with Tocat 5.018 on Win2K.

Here is my question: I would like to define two web adresses
(www.adress1.com and www.adress2.com) on the "nearly" same web site...
In fact, my first adress has to point to my default web page in the root
folder (/index.htm) : no problem for this, it works fine; my second adress
has to point to a page in a subdirecory (like /en/part2/mypage.htm).

I don't know how to define this situation in Tomcat. Could you give me some
idea?

Thanks in advance.

Arnaud



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to