Re: tomcat startup

2003-07-15 Thread Souren Sinha
Hi,
I am trying to run it on a desktop that is on a network...in fact it acts as
the gateway to the net too.
As per my network settings, I have TCP/IP installed and after having done a
netstat I can confirm that nothing else is listening on port 8080. Just for
the sake of it, I tried running on port 9090 too with the same resulting
exceptions!
I am not sure what else to try...any help would be appreciated.
Regards
Souren

- Original Message -
From: Andrew Liles [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Monday, July 14, 2003 11:56 PM
Subject: RE: tomcat startup


 Are you trying this on a laptop/standalone machine that has no network
 stack?  You need a TCP/IP stack.

 (It could be another process is listening on the same IP/port; but the
usual
 symptom in that case is a different error)

  -Original Message-
  From: Souren Sinha [mailto:[EMAIL PROTECTED]
  Sent: 14 July 2003 13:30
  To: Tomcat Users List
  Subject: tomcat startup
 
 
  Hi,
  I am having trouble starting up tomcat from the Start menu.
  I get the following exception:
 
  Using CATALINA_BASE:   ..
  Using CATALINA_HOME:   ..
  Using CATALINA_TMPDIR: ..\temp
  Using JAVA_HOME:   C:\j2sdk1.4.0_03
  Jul 14, 2003 10:28:26 PM org.apache.commons.modeler.Registry
  loadRegistry
  INFO: Loading registry information
  Jul 14, 2003 10:28:27 PM org.apache.commons.modeler.Registry
  getRegistry
  INFO: Creating new Registry instance
  Jul 14, 2003 10:28:28 PM org.apache.commons.modeler.Registry getServer
  INFO: Creating MBeanServer
  Jul 14, 2003 10:28:29 PM org.apache.coyote.http11.Http11Protocol init
  SEVERE: Error initializing endpoint
  java.net.SocketException: Network is down: listen failed
  at java.net.PlainSocketImpl.socketListen(Native Method)
  at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:333)
  at java.net.ServerSocket.bind(ServerSocket.java:309)
  at java.net.ServerSocket.bind(ServerSocket.java:266)
  at java.net.ServerSocket.init(ServerSocket.java:182)
  at java.net.ServerSocket.init(ServerSocket.java:138)
 
  Can someone please help me out.
  Regards
  Souren
 
 
  - Original Message -
  From: Agarwal, Naresh [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, July 14, 2003 10:09 PM
  Subject: Do we have any control on Tomcat threads?
 
 
  Hi
 
  Web apps in tomcat run in threads spawned by Tomcat. Do we
  have any control
  on these threads?
 
  I want to perform some Init and UnInit operations at the time
  creation and
  destruction of these threads. Is it possible to do with
  Tomcat threads?
 
  thanks  regards,
  Naresh Agarwal
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  _
  This e-mail has been scanned for viruses by MessageLabs.
 

 _
 This e-mail has been scanned for viruses by MessageLabs.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat startup

2003-07-14 Thread Souren Sinha
Hi,
I am having trouble starting up tomcat from the Start menu.
I get the following exception:

Using CATALINA_BASE:   ..
Using CATALINA_HOME:   ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME:   C:\j2sdk1.4.0_03
Jul 14, 2003 10:28:26 PM org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
Jul 14, 2003 10:28:27 PM org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
Jul 14, 2003 10:28:28 PM org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
Jul 14, 2003 10:28:29 PM org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.net.SocketException: Network is down: listen failed
at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:333)
at java.net.ServerSocket.bind(ServerSocket.java:309)
at java.net.ServerSocket.bind(ServerSocket.java:266)
at java.net.ServerSocket.init(ServerSocket.java:182)
at java.net.ServerSocket.init(ServerSocket.java:138)

Can someone please help me out.
Regards
Souren


- Original Message -
From: Agarwal, Naresh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 14, 2003 10:09 PM
Subject: Do we have any control on Tomcat threads?


Hi

Web apps in tomcat run in threads spawned by Tomcat. Do we have any control
on these threads?

I want to perform some Init and UnInit operations at the time creation and
destruction of these threads. Is it possible to do with Tomcat threads?

thanks  regards,
Naresh Agarwal




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]