I tried to setup JK2 connector to make apache and tomcat work
together.
Configuration:
Apache 2.0.47
Tomcat 4.1.27
I followed the documentation and can get apache to talk to tomcat
eg:
http://localhost/examples --> successfully calls tomcat
however the same call from a domain does not work.
http://www.mydomain.com -->works
http://www.mydomain.com/examples --> does not work.
I tried to figure out setting up virtual hosts but can't seem to get
Apache to start with the configuration.
Any pointers would be helpful.
Regards