RE: catalina error log

2007-08-27 Thread Caldarale, Charles R
 From: KarenC [mailto:[EMAIL PROTECTED] 
 Subject: Re: catalina error log
 
 I have tomcat 5.5.23 and am getting the same error 
 as this thread. I have found the Windows file
 tomcat-native-1.1.10-win32-src.zip and unzipped it.

Probably a waste of time, since that's just the source code, not
installable binaries.

If you're really interested in using APR (you certainly don't have to),
read this:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html

Since you're new at this, I would recommend not bothering with APR
unless you absolutely must maximize performance on your server.
Otherwise, just get rid of the log message by commenting out the APR
listener in the conf/server.xml file.

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



RE: catalina error log

2007-08-16 Thread Caldarale, Charles R
 From: Matthew Kerle [mailto:[EMAIL PROTECTED] 
 Subject: Re: catalina error log
 
 you're missing the Apache Portable Runtime library from your PATH 
 variable. this  is not a serious problem, but if you don't 
 want to get this error then download the version of the library

If you don't need the performance enhancement and want to keep your life
simple, just comment out the APR listener in server.xml - that's the
source of the message.

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



catalina error log

2007-08-15 Thread Hoa Doan
I have tomcat 6 and it is getting the jvm.dll from my jre1.6.0_02/bin/client 
directory.  Everytime I start it I get the message below.  My server is able to 
parse file but the message scares me...  So how do i fix the this message?

Aug 16, 2007 12:32:22 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
C:\Tomcat6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\ATI Technologies\ATI.ACE\;D:\server\MySQL\MySQL Server 
5.0\bin;C:\Program Files\ImageConverter Plus;

Thank you,
Hoa

   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

Re: catalina error log

2007-08-15 Thread Matthew Kerle
you're missing the Apache Portable Runtime library from your PATH 
variable. this  is not a serious problem, but if you don't want to get 
this error then download the version of the library for your OS and 
install it to a directory on your PATH (eg - %JAVA_HOME%/bin, or another 
dir and add it to your path)

http://apr.apache.org/download.cgi

the apr is a performance enhancer, it basically allows tomcat (or any 
application) to use the same fast file access (among other functions) as 
the HTTPD web server. If you don't have it you don't lose anything, but 
the error message is annoying.


hope this helps.

Hoa Doan wrote:

I have tomcat 6 and it is getting the jvm.dll from my jre1.6.0_02/bin/client 
directory.  Everytime I start it I get the message below.  My server is able to parse 
file but the message scares me...  So how do i fix the this message?

Aug 16, 2007 12:32:22 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
C:\Tomcat6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
 Files\ATI Technologies\ATI.ACE\;D:\server\MySQL\MySQL Server 5.0\bin;C:\Program 
Files\ImageConverter Plus;

Thank you,
Hoa

   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.
  


--
Matthew Kerle IT Consultant
Canberra, Australia
Mobile: +61404 096 863
Email : [EMAIL PROTECTED]
Web : http://threebrightlights.blogspot.com/


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]