I'm trying to set up an AJP connector between Apache 2 (red hat) and
Tomcat 5.5 (red hat) running on two different servers.

<VirtualHost *:80>
ServerName server2.domain.com
DocumentRoot "/var/www/html"
JkMount /id/admin/* tomcat559
</VirtualHost>


worker.list=tomcat559,jboss322
worker.tomcat559.maintain=60
worker.tomcat559.type=ajp13
worker.tomcat559.port=8009
worker.tomcat559.host=intServer.domain.com
worker.jboss322.maintain=60
worker.jboss322.type=ajp13
worker.jboss322.port=8009
worker.jboss322.host=server3.domain.com

If I call the following url
http://server2.domain.com/id/admin/
The web application running on Tomcat correctly asks me for a user
identification. Once I enter the user name and password a file not found
back to me.

Error. The file was not found. 
filename = /etc/httpd/htdocs/im/admin/index.jsp

On Tomcat I get the following message
[Channel Socket] Connection timeout reached


I also made a test with the sample application which is included in the Tomcat 
installation.
 /jsp-examples/sessions/carts.html
and it reported the same kind of error while inside the firewall, with a url 
like this
http://intServer.domain.com:8080/jsp-examples/sessions/carts.html
the sample application works fine.

I guess my problem is related to the session and connector.
Can anyone tell me how to fix it?


Thanks in advance

Regards
Alessandro Ilardo

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to