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@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]