It's not clear from your post whether the firewall you have in fron of JBoss/Tomcat is a separate piece of hardware or is a software firewall running as part of the OS on the same machine.
My suggestion was to use a software firewall that is part of the OS. There is no way to attach to AJP from "within" a software firewall. Any connections destined for JBoss/Tomcat must go through the OS's NIC driver and TCP/IP stack before getting to the socket in JBoss/Tomcat. The software firewall sits somewhere between the OS's NIC driver and the application's socket, checking each packet that comes into the machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914185#3914185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914185 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
