>> On machine #1 the tomcat site comes up with just the regular
>> http://www.site.com URL.
>> 
>> On machine #2, that site only comes up if http://www.site.com:8080 is
>> specified. 


I found the solution. This link to an online forum has the instructions for
using virtual servers with mod_jk & Apache+Tomcat:

http://w6.metronet.com/~wjm/tomcat/2000/Dec/msg00023.html

There is a correction, at least in my case:

This did not work -
>        JkMount /servlet/* lbworker
>        JkMount /*.jsp lbworker

This did:
        JkMount /servlet/* ajp13
        JkMount /*.jsp ajp13


Thanks,
r.b.







_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to