Tomcat on Windows 2003
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED]
> Subject: Problem starting Tomcat on Windows 2003
>
> 1. Where is the path for java.library.path getting set to?
>From the PATH environment variable for the process. This is the default
valu
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED]
> Subject: Problem starting Tomcat on Windows 2003
>
> 1. Where is the path for java.library.path getting set to?
>From the PATH environment variable for the process. This is the default
value for a Sun JVM running o
Peter Crowther wrote:
From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED]
[...]
java.net.BindException: Address already in use: JVM_Bind:8080
[...]
3. What does the exception on the last line mean?
Port 8080 is already in use by some other application. As I rec
--
From: "Venkat Venkataramanan" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 01, 2007 11:12 AM
Subject: Problem starting Tomcat on Windows 2003
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 C
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED]
[...]
> java.net.BindException: Address already in use: JVM_Bind:8080
[...]
> 3. What does the exception on the last line mean?
Port 8080 is already in use by some other application. As I recall,
Process Explorer (from www.sysinternal
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 Apach