JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread Iddings, Carl (SAA)
I'm running Tomcat 3.2.4 on a Windows 2000 Server using IIS 5.0. I received the following error when issuing the batch command tomcat.bat run: FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at

RE: JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread Davis, Jeremy
BPI Marketplace Integration 614.760.8941 1.800.436.8726 - Support Line -Original Message- From: Iddings, Carl (SAA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: JVM Bind error when starting Tomcat 3.2.4 I'm running Tomcat 3.2.4

Re: JVM Bind error when starting Tomcat 3.2.4

2003-03-25 Thread John Turner
It means that there is already a process or application bound to the IP address and port that Tomcat is trying to use. If you have Tomcat set to listen on port 80, for example, and IIS is running, Tomcat will fail. Likewise, if you have Tomcat set to listen to another port such as 8080, and

Class reloading/ HTTPSession (RE: JVM Bind error)

2002-05-14 Thread kelly, Burrowa
Development Phone: +1 408 965 8653 FAX: +1 408 965 8805 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: kelly, Burrowa [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 10:14 PM To: Tomcat Users List Subject: Re: JVM Bind error During runtime when I

RE: JVM Bind error

2002-05-13 Thread Whitcomb, Roger
, May 12, 2002 10:14 PM To: Tomcat Users List Subject: Re: JVM Bind error During runtime when I change a class file, tomcat 4.0.3 is supposed to reload that class(due to reloadable=true in server.xml). But instead, I get some JVM Bind error. To be more specific, the error

Re: JVM Bind error

2002-05-12 Thread kelly, Burrowa
During runtime when I change a class file, tomcat 4.0.3 is supposed to reload that class(due to reloadable=true in server.xml). But instead, I get some JVM Bind error. To be more specific, the error is: WebappClassLoader: Resource '/WEB-INF/classes/TestCC.class' was modified; Date

JVM Bind error

2002-05-07 Thread kelly, Burrowa
During runtime when I change a class file, tomcat 4.0.3 is supposed to reload that class(due to reloadable=true in server.xml). But instead, I get some JVM Bind error. Does anybody have any clue about this error. thanks. kb __ Do You Yahoo

Address in use: bind-error after restarting tomcat

2001-05-08 Thread Olaf Lautenschlaeger
Hi all, I'm currently checking out Tomcat 3.2.1 with Apache 1.3.19 and mod_jk.dll under Win32 (NT4). I have installed Tomcat as a Service using jk_nt_ser- vice.exe. After booting the system, Tomcat works fine using the example .JSPs and servlets, and Apache serves the static content of the

RE: Address in use: bind-error after restarting tomcat

2001-05-08 Thread Olaf Lautenschlaeger
GmbH D-18059 Rostock Joachim-Jungius-Strasse 9 Germany fon: (+49) (0)381 4059 - 550 fax: - 551 -Original Message- From: Olaf Lautenschlaeger [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 3:30 PM To: '[EMAIL PROTECTED]' Subject:Address in use: bind-error after

RE: bind error

2000-12-08 Thread John de la Garza
80 for dev purposes when I telnet to 127.0.0.1:80 I get this: SunOS 5.6 login: what's up with that? Im running windows 2000! -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 12:44 PM To: '[EMAIL PROTECTED]' Subject: RE: bind error

RE: bind error

2000-12-08 Thread Randy Layman
). Randy -Original Message- From: John de la Garza [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 3:53 PM To: Tomcat-Users (E-mail) Subject: bind error Since I have switched to tom cat 3.2 when I restart the server I get this: Starting tomcat. Check logs/tomcat.log for error

RE: bind error

2000-12-08 Thread John de la Garza
also, SunOS 5.6 login: only shows up when I am running tomcat on port 80... If tomcat is not running telnet can't connect to port 80, but I still get the bind error! This all started since I switched to JDBC realm security stuff... -Original Message- From: John de la Garza [mailto

bind error

2000-12-08 Thread John de la Garza
Since I have switched to tom cat 3.2 when I restart the server I get this: Starting tomcat. Check logs/tomcat.log for error messages FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native