How to configure Apache for Mid-tier(Tomcat)?

2009-12-07 Thread John Baker
Hello, Slightly old and dated, but the principals may be of interest: http://www.javasystemsolutions.com/documentation/guide/Apache-Tomcat-Midtier.pdf John Baker -- Java System Solutions http://www.javasystemsolutions.com ___

Re: How to configure Apache for Mid-tier(Tomcat)?

2009-12-06 Thread Jason Miller
Hi Martin, Since you are using Apache with Tomcat you can use AJP instead of mod_jk. Because they are both Apache Software Foundation products AJP is a special protocol to make the two talk. Here is a link to the main AJP page. http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html You can do

How to configure Apache for Mid-tier(Tomcat)?

2009-12-06 Thread Martin Liu
Hi List, http://ip_address/ http://ip_address/servicedesk http://ip_address/arsys are all better then http://ip_address:8080/arsys/ ITSM 7.6 is running on my Suse Enterprise Linux 10 p2 server. I think a nice URL is more easy to remember. I have installed Apache 2.0 web server on this machine