You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by pandeyprashant <pa...@live.in> on 2009/06/24 06:51:20 UTC

problem in loging

hi...
plz tell me how to solve this problem?
when i strat tomcat it shows this massage.

Jun 24, 2009 9:45:56 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on

 the java.library.path:
C:\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Java\jdk1.6.0_03\
bin
Jun 24, 2009 9:45:56 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 24, 2009 9:45:56 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 417 ms
Jun 24, 2009 9:45:56 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 24, 2009 9:45:56 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
Jun 24, 2009 9:45:59 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 24, 2009 9:45:59 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 24, 2009 9:45:59 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31  config=null
Jun 24, 2009 9:45:59 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2920 ms



Thanks and regards
Prashant Pandey
-- 
View this message in context: http://www.nabble.com/problem-in-loging-tp24178657p24178657.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: problem in loging

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: pandeyprashant [mailto:pandeyprashant@live.in]
> Subject: problem in loging
> 
> plz tell me how to solve this problem?
> when i strat tomcat it shows this massage.
> 
> Jun 24, 2009 9:45:56 AM org.apache.catalina.core.AprLifecycleListener
> init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not found on
>  the java.library.path:

As André pointed out, it's not a problem, it's just information.  If you don't want to use APR, comment out the APR listener in conf/server.xml to make the message go away.  If you need maximum performance, then install APR, otherwise don't worry about it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: problem in loging

Posted by André Warnier <aw...@ice-sa.com>.
pandeyprashant wrote:
> hi...
> plz tell me how to solve this problem?

There is no problem.

> when i strat tomcat it shows this massage.
> 
> Jun 24, 2009 9:45:56 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not found on
> 
>  the java.library.path:
...
The message is prefixed with "INFO:", so it is just information, it is 
not an error.
See here for more information :
http://tomcat.apache.org/tomcat-5.5-doc/apr.html





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org