> From: Rocco Scappatura [mailto:[EMAIL PROTECTED] 
> Subject: RE: Problems with a web application running a PHP script
> 
> Anyway, the version of Java I'm using is:
> Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
> Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode)

That's an appropriate version.

> - On Tomcat 5.5.17 catalina logs: 2-nov-2007 21.38.51
> org.apache.catalina.core.AprLifecycleListener lifecycleEvent
> INFO: The Apache Tomcat Native library which allows optimal 
> performance in production environments was not found on the
> java.library.path:

As Johnny K noted, that message is ignorable.  Unless you really need
the performance boost that APR provides (not likely), you can get rid of
the message just by commenting out the AprLifecycleListener in conf
server.xml; that avoids having to install the extra .dll file.

> C:\Programmi\Java\jdk1.5.0_13\bin

The above entry is coming from another older JDK that you have
installed; you should remove it.

> C:\Tomcat\bin;.;C:\WINDOWS\Sun\Java\bin;

The above is normal and is added automatically during Windows JVM
initialization, regardless of whether or not the directory actually
exists.

> I have tried to set the correct path of java binary in PATH 
> environment variable but get always the same error

If you're running Tomcat as a service the environment variables are
meaningless; you control the attributes of the JVM with the Java tab of
the tomcat5w.exe program.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to