By Date: <-- -->
By Thread: <-- -->

Apache httpd + (internal) Tomcat + virtual hosts



Have a look at  mod- rewrite


Best Regards Bruno Georges

Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000


----- Original Message ----- From: "Carlos A. Carnero Delgado" [carloscarnero (at) gmail.com] Sent: 19.09.2006 15:50 To: users (at) tomcat.apache.org Subject: Apache httpd + (internal) Tomcat + virtual hosts

Hello,

I have a Tomcat box (running 5.0.30) for production code. There, our
dev team deploys applications as they finish them, under different
contexts. We want these applications to be available under an Apache
httpd (2.0.55) Internet-facing server, each on a virtual host:

 http://dev.box:8180/app-one/
 http://dev.box:8180/app-two/
 etc.

will be seen as:

 http://www.app-one-domain.com
 http://www.app-two-domain.com
 etc.

Using JK we have had success doing the connection, but the best we've
come up with is:

 http://www.app-one-domain.com/app-one/

Is this thing that we want even possible?

Best regards,
Carlos.

---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org


LEGAL DISCLAIMER. The contents of this e-mail and any attachments are strictly confidential and they may not be used or disclosed by someone who is not a named recipient. If you have received this email in error please notify the sender by replying to this email inserting the word "misdirected" as the message and delete this e-mail from your system.


--------------------------------------------------------------------- To start a new topic, e-mail: users (at) tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org For additional commands, e-mail: users-help (at) tomcat.apache.org