> From: djbowen1 [mailto:[EMAIL PROTECTED]
[...]
> INFO: The Apache Tomcat Native library which allows optimal
> performance in production environments was not found
Not a problem.
> /usr/java/jdk1.6.0_01/jre/lib/i386/client
That's quite an old 1.6. If the app was working before, and this isn't a
recent update from RedHat, keep it - but I'd update to a more recent stable
version where possible. There have been some comments on this list that the
latest (_10) isn't that stable, but don't take it as gospel!
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
That's not a Tomcat 5.0. Were you expecting it to be?
5.x and 6.0 are *very* different - if RedHat has pulled a 5.x out from under
your webapp and put a 6.0 in, I would expect your app to fail. It's a little
like pulling out Apache httpd 1.x and putting 2.0 in, and expecting everything
to work... ain't going to happen!
[...]
> INFO: JK: ajp13 listening on /0.0.0.0:8009
Are you connecting to Tomcat via Apache httpd? I assume not, as you're talking
about port 8010. If not, once all this is fixed, you might want to edit your
conf/server.xml file (wherever RedHat have put it!) and comment out the
<Connector> that's on port 8009. Don't do it now, on the principle of changing
one thing at once!
- Peter
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]