Tomcat with native library, or tomcat at all ?

D

devphylosoff

hi all

I just describe the problem :
One day my tomcat had been started, but while I was accesing to www
content on 8080 port I have reveived time out.

there was in log:
INFO: The Apache Tomcat Native library which allows optimal
performance in production environments was > not found on the
java.library.path: ...

so I fixed it and now I have installed tomcat-native (the newest
release)
and I have setted LD_LIBRARY_PATH to point at directory with
libtcnative-1.so.1.10

and in log I see INFO: Loaded Apache Tomcat Native library 1.1.10.

the bound port is ok, no error while run Tomcat
but still it's not possible to receive anything from tomcat webpage.

my logs are clear (no errors, no warns):

Sep 6, 2007 12:26:06 PM org.apache.catalina.core.AprLifecycleListener
init
INFO: Loaded Apache Tomcat Native library 1.1.10.
Sep 6, 2007 12:26:06 PM org.apache.catalina.core.AprLifecycleListener
init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
[false], random [true].
Sep 6, 2007 12:28:10 PM org.apache.coyote.http11.Http11AprProtocol
init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Sep 6, 2007 12:28:10 PM org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
Sep 6, 2007 12:28:10 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 124450 ms
Sep 6, 2007 12:28:10 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Sep 6, 2007 12:28:10 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
Sep 6, 2007 12:28:11 PM org.apache.coyote.http11.Http11AprProtocol
start
INFO: Starting Coyote HTTP/1.1 on http-8080
Sep 6, 2007 12:28:11 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Sep 6, 2007 12:28:11 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 888 ms

I checked it out also on new Tomcat installation (without any my
servlets and with standard conf)
- no success

I remind that Tomcat correct bind port.
any ideas ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top