Re: How does Apache access more than one application on Tomcat?

2002-07-23 Thread Ashish Kulkarni
Hi, if u have set the communication between apache and tomcat for one appication what u need to do is just mount the other application JkMount /maps ajp13 JkMount /maps/* ajp13 these is an example for appication maps on tomcat --- shi_hang [EMAIL PROTECTED] wrote: Is there anyone can tell me

How does Apache access more than one application on Tomcat?

2002-07-22 Thread shi_hang
Is there anyone can tell me how to configure more than one application on tomcat+apache? How do we do configuration so that Apache can access the applications on tomcat?