On 1/23/07, Alessandro Ilardo <alessandro.ilardo@xxxxxxxxxxxxx> wrote:
I'm trying to set up an AJP connector between Apache 2 (red hat) and Jboss 3.2 (windows server) <VirtualHost *:80> ServerName server1.domain.com DocumentRoot "/var/www/html" JkMount /id/admin/* jboss322
Here you set "a redirection" for all URLs starting with /id/admin
</VirtualHost> worker.list=tomcat559,jboss322 worker.tomcat559.maintain=60 worker.tomcat559.type=ajp13 worker.tomcat559.port=8009 worker.tomcat559.host=server2.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://server1.domain.com/id/admin/ The web application running on Jboss 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)
Here it complains about /im/admin. Your backend JBoss server has some pages in /im/ context (and probably in id) that you haven't redirected in Apache. So Apache tries to server /im/admin/index.jsp URI and of course can't find it.
On Jboss I get the following message [Channel Socket] Connection timeout reached Is that error related to the session? Thanks in advance Regards Alessandro Ilardo --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx