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
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
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