For Programmers: Free Programming Magazines  


Home > Archive > Java Beans > April 2005 > Can't forward from Apache to Tomcat on second instance









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Can't forward from Apache to Tomcat on second instance
olegkon@gmail.com

2005-04-08, 3:59 pm

Hi,

I am trying to create 2 separate environments (dev and test) on one
powerful
Unix server which has 2 network cards, 2 IP addresses, 2 server
names...

Using apache 2.0.43 and Tomcat 4.1.29/JBoss 3.0.7, mod_jk 2.0.43
on Solaris 9, Intranet environment, Cocoon apps.

Everything is fine on the first instance,
but on the second instance when I do http://server2,
Apache still can't redirect to second Tomcat/JBoss:

"Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/2.0.48 (Unix) mod_jk2/2.0.2 Server at mopppgctxat1.pfizer.com
Port 80"

If I do http://server2:8080, getting it all right.

I made all internal ports on the second instance different from the
first:
e.g. 8080->8180, 8009->8109, etc.
Even tried to change "Listen <ip2>:80" to 81, same error.

Curiously, jk2.properties is totally commented out.
I haven't compiled mod_jk, just copied the binary from the 1st
instance.
Can that be a problem ?


Any help is very appreciated.

Thank you,
Oleg.

steepyirl

2005-04-11, 3:59 pm

Please post what you have in workers.properties and the virtual host
section of httpd.conf on your apache. Thanks.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com