[Tomcat 4.0.3][Apache 1.3.24][Win2KServer]

In Tomcat-Standalone, I have accomplished virtual domains by...

<Host name="www.domain1.com">
  <Context path="" docBase="sites/site1" />
</Host>
<Host name="www.domain2.com">
  <Context path="" docBase="sites/site2" />
</Host>
...

To produce the result:

www.domain1.com -> sites/site1/
www.domain2.com -> sites/site2/
      ...

My question is: Is this possible using Apache and mod_webapp to handle the
static content? Or is mod_webapp not designed for such a use? (I have tried,
but can only get it to work as: www.domain1.com/site1/) Would I then use
mod_jk instead?

Similar question (for reference):
  http://seminars.jguru.com/forums/view.jsp?EID=526466

Thanks in advance!
Wes


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to