the problem he's having is that the default servlet for tomcat root isn't insatalled.... very rare indeed, but that's the case
Shapira, Yoav escribió:
Hi, There is at least one of other possible cause for this error.
Perhaps your shutdown cannot be completed normally. For example, if you start a non-daemon thread from your app and never shut it down, it will keep running. That will prevent the JVM process from exiting and the port will stay bound, even though all the Tomcat stuff is gone and you won't be able to connect to Tomcat with a browser.
In that case, you'd need to kill the process in order to release the port. Then you'll be able to start up again. Of course, you should debug why this is happening.
Yoav Shapira Millennium Research Informatics
same-----Original Message----- From: Avinash R S [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:24 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install?
It looks like the port is being used by another application.
Run Shutdown.sh once, and then run startup.sh and still if you get the
error as Catalina.start: LifecycleException: Protocol handleruse:8080
initialization failed: java.net.BindException: Address already in
yourThen some other application is using the port
Access server.xml file and change port from 8080 to say 7645 .
Try to start the server and access the page at http://localhost:7645
Best Regards, Avinash
----- Original Message ----- From: "John Villar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 9:45 PM Subject: Re: Help with Tomcat Install?
failed: java.net.BindException: Address already in use:8080Catalina.start: LifecycleException: Protocol handler initialization
java.net.BindException: Address already in use:8080LifecycleException: Protocol handler initialization failed:
This error is saying that port 8080 is already taken, probably by
---------------------------------------------------------------------------already running Tomcat daemon, it is common in that case
-- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com
and- ----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. Before opening attachments please check them for viruses
defects. MindTree Consulting Private Limited (MindTree) will not bethis
responsible for any viruses or defects or any forwarded attachments
emanating either from within MindTree or outside. If you have received
message by mistake please notify the sender by return e-mail anddelete
this message from your system. Any unauthorized use or dissemination ofthat
this message in whole or in part is strictly prohibited. Please note
e-mails are susceptible to change and MindTree shall not be liable forany
improper, untimely or incomplete transmission.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]