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 on Windows.
> 2.
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
Good Morning Ven-
the message indicates The Address is already bound to Port 8080
you'll have to properly shutdown the Tomcat service (and free the port) e.g.
C:>net stop Tomcat5
or
reboot the machine
With Warm Regards
M--
This email message and any files transmitted with it contain confidential
> 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