Re: Tomcat upgrade 5.5 -> 6 affecting apache server

2009-07-28 Thread Lucas Vickers
got it working thank you Wesley and David On Sun, Jul 26, 2009 at 11:59 AM, Wesley Acheson wrote: > I'd probably copy and change it. see > http://tomcat.apache.org/connectors-doc/generic_howto/quick.html It > requrired to list the tomcat instances and what ports they listen to AJP > over. > >

Re: Tomcat upgrade 5.5 -> 6 affecting apache server

2009-07-26 Thread Wesley Acheson
I'd probably copy and change it. see http://tomcat.apache.org/connectors-doc/generic_howto/quick.html It requrired to list the tomcat instances and what ports they listen to AJP over. On Sat, Jul 25, 2009 at 9:20 PM, David Smith wrote: > If I remember write, this file has all the mount directi

Re: Tomcat upgrade 5.5 -> 6 affecting apache server

2009-07-25 Thread David Smith
If I remember write, this file has all the mount directives for various webapps hosted by tomcat. It might have even been auto-generated in your tomcat 5.5 environment by the tomcat service. I would migrate the stuff in workers.properties to their equivalent in apache httpd config files and drop

Tomcat upgrade 5.5 -> 6 affecting apache server

2009-07-25 Thread Lucas Vickers
Hello, I'm on a pre-configured box (I'm learning). I upgraded my tomcat from 5.5 to 6, and I found that my apache server can not start because: /usr/local/apache/conf/jk.conf references JkWorkersFile /usr/local/jakarta/tomcat/conf/workers.properties which is not available in tomcat 6. what shou