Re: Tomcat and mod_jk

2007-05-12 Thread Scott Cole
I had a similar problem to this in march. I found that for me I had to adjust the default connector information for the port 8009 in the tomcat config file server.xml. I made the 8009 connector look like the 8080 connector. So I guess if you are using port 8084 for directly accessing your tomca

Re: Apache 2.2 mod_jk Tomcat 5.5 Keeps running

2007-03-25 Thread Scott Cole
work. Not sure why my application did not work with the default AJP connector setup. The only thing I could guess at was that I set an additional parameter for the JVM when I started tomcat (-Djdbc.drivers=com.mysql.jdbc.Driver) Scott Cole wrote: > > Hi > > I have set

Apache 2.2 mod_jk Tomcat 5.5 Keeps running

2007-03-24 Thread Scott Cole
Hi I have set up an Apache webserver to connect to a Tomcat server to process a page and everything works except the Tomcat starts to run at 100 percent after processing the page. If I access the page directly thouugh the Tomcat server(before trying with Apache/mod_jk) the page is fetched and the