Re: virtual hosting conf question

2001-07-26 Thread Kaneda K
I Might be wrong, but in order to allow Apache to communicate with tomcat, you need to use ajp13 instead of 12. and did you correctly set mod_jk.so. ? At 07:01 26/07/2001 +0800, you wrote: Hi All, We are using Tomact3.2.3 and Apache1.3.20 with mod_jk.so. it works fine when use Directory:

Re: virtual hosting conf question

2001-07-26 Thread Jerry QU
: Thursday, July 26, 2001 4:45 PM Subject: Re: virtual hosting conf question I Might be wrong, but in order to allow Apache to communicate with tomcat, you need to use ajp13 instead of 12. and did you correctly set mod_jk.so. ? At 07:01 26/07/2001 +0800, you wrote: Hi All, We are using

virtual hosting conf question

2001-07-25 Thread Jerry QU
Hi All, We are using Tomact3.2.3 and Apache1.3.20 with mod_jk.so. it works fine when use Directory: Alias /loc "/home/.../path" Directory "/home/.../path" Options Indexes FollowSymLinks /Directory JkMount /loc/servlet/* ajp12 JkMount /loc/*.jsp ajp12 But when