Re: [JBoss-user] speaking of firewalls

2001-07-16 Thread Richard Bottoms

>> 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



Re: [JBoss-user] speaking of firewalls

2001-07-16 Thread Lars Bjønnes

Richard Bottoms <[EMAIL PROTECTED]> writes:

> I have an interesting problem.
> 
> On one machine the Apache+Tomcat combo is working great with the fire
> located on the same machine. 

I hope you with 'fire' means firewall. :-) 

> 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. 

Is Apache and/or mod_jk properly configured on #2 ? 

-- 
Lars


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



[JBoss-user] speaking of firewalls

2001-07-15 Thread Richard Bottoms

I have an interesting problem.

On one machine the Apache+Tomcat combo is working great with the fire
located on the same machine. I have the almost identical setup on another
machine, but on this one I'm using another firewall that is not on the same
box.

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'm thinking it's a firewall issue, but I'm not sure. Server.xml and
workers.properties files are identical, except for the specific JSP directory.

Any input appreciated.


r.b.





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