Hi there,
Here is my problem. I got a working Tomcat 5.5.20 handling 4 webapps in /var/tomcat/webapps.
I got a working Apache 2, configured with several virtualhosts.
I managed to connect the Apache to the Tomcat using an AJP13 connector, and everything is
working fine.
Now, I'd like to map each one of my webapps to a different virtualhost.
For instance, I'd like that my webapp example1, which is in /var/tomcat/webapps/example1,
should be accessible through www.example1.com (and NOT www.example1.com/example1 - I've already
that working).
How do you achieve this using the jkMount directives?
I've tried with jkMount /example1/* ajp13 and my webapp is accessible only through www.example1.com/example1.
Thanks in advance for your answers!
Guillaume de Vinzelles
DSI/PFS Neuf Cegetel
Altran Technologies
guillaume.devinzelles@neufcegetel.fr
01 70 18 21 64
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|