Apache httpd + (internal) Tomcat + virtual hosts
- From: "Carlos A. Carnero Delgado" <carloscarnero (at) gmail.com>
- Date: Tue, 19 Sep 2006 09:50:28 -0400
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