Hello:
I just installed Tomcat v6.0 on a Windows 2003 server. I stopped IIS and tried to run the batch file, startup.bat and the Command windows closed. I see the following errors in the log file: May 1, 2007 10:20:25 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: D:\Program Files\Java\jre1.6.0_01\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\ WINDOWS;C:\Program Files\Common Files\Crystal Decisions\2.5\bin\NOTES\;C:\Program Files\Common Files\Crystal Decisions\2.5\bin\NOTES\DATA\;D:\PROGRA~1\Serena\vm\win32\bin;D:\PROGRA~1\Se rena\vm\common\bin\win32;D:\oracle\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WI NDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\PROGRA~1\COMMON~1\SONICS~1\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;D:\Program Files\Microsoft SQL Server\90\DTS\Binn\;D:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\QuickTime\QTSystem\;D:\Program Files\Java\jdk1.6.0_01\bin;D:\Program Files\Java\jre1.6.0_01\bin; May 1, 2007 10:20:25 AM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8080 My questions are: 1. Where is the path for java.library.path getting set to? 2. What native library is it not finding? 3. What does the exception on the last line mean? Venki