RE: Tomcat on a separate machine

2002-11-18 Thread Lee Grey
, 2002 11:35 PM To: Tomcat Users List Subject: Re: Tomcat on a separate machine How about trying what I do: in httpd.conf ProxyPass /equivhttp://other:8080/equiv ProxyPassReverse /equiv http://other:8080/equiv Where other is someother machine At 02:37 PM 11/17/02, you wrote: I have

RE: Tomcat on a separate machine

2002-11-18 Thread Turner, John
Does server.xml have a Host tag for server2? Something like: Host name=www.urlinone.com / John -Original Message- From: Lee Grey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:21 PM To: Tomcat Users List Subject: RE: Tomcat on a separate machine The problem

RE: Tomcat on a separate machine

2002-11-18 Thread Lee Grey
To: 'Tomcat Users List' Subject: RE: Tomcat on a separate machine Does server.xml have a Host tag for server2? Something like: Host name=www.urlinone.com / John -Original Message- From: Lee Grey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 2:21 PM To: Tomcat Users List

RE: Tomcat on a separate machine

2002-11-18 Thread Lee Grey
. That's not the problem, is it? Thanks, Lee -Original Message- From: Lee Grey [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:38 PM To: Tomcat Users List Subject: RE: Tomcat on a separate machine I've made some changes to server.xml since I wrote my first email. I realized

Tomcat on a separate machine

2002-11-17 Thread Lee Grey
I have server1 running both Apache2 and an instance of Tomcat4. I have server2 running its own instance of Tomcat4. The Tomcats on server1 and server2 are running different applications. I am currently trying to get requests for urlinone.com received by Apache at server1 forwarded to the Tomcat

Re: Tomcat on a separate machine

2002-11-17 Thread Paul Campbell
How about trying what I do: in httpd.conf ProxyPass /equivhttp://other:8080/equiv ProxyPassReverse /equiv http://other:8080/equiv Where other is someother machine At 02:37 PM 11/17/02, you wrote: I have server1 running both Apache2 and an instance of Tomcat4. I have server2 running