RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Peter Crowther
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

Re: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Martin Gainty
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

Re: Problem starting Tomcat on Windows 2003

2007-05-01 Thread David Smith
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

RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Caldarale, Charles R
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.

RE: Problem starting Tomcat on Windows 2003

2007-05-01 Thread Venkat Venkataramanan
I realized that there was another software package that was running as a service and using Tomcat. Thanks for all your help. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 12:05 PM To: Tomcat Users List Subject: RE: Problem starting