two tomcat-apache connections?

2001-09-26 Thread m akeijou
red hat linux 7.1, apache 1.3.20 with mod_webapp, jakarta-tomcat 4.0 the tomcat-apache connection for /examples works with the following setting in httpd.conf: WebAppConnection conn warp myhostname:8008 WebAppDeploy examples conn /examples now, i have another application /js

Re: two tomcat-apache connections?

2001-09-27 Thread michael . brohl
cc: Subject: two tomcat-apache connections? 26.09

Re: two tomcat-apache connections?

2001-09-27 Thread David Smith
WebAppConnection forms the communications channel between Tomcat and Apache, so only use it once in your httpd.conf file unless you have more than one Tomcat running. WebAppDeploy is the line that matches URL's to specific tomcat contexts. Use it for each application and have them all use the