Let me wrap this up.....
initially he said that he (david lash) was getting the following page:
HTTP Status 404 - / -------------------------------------------------------------------------- type Status report message / description The requested resource (/) is not available.
-------------------------------------------------------------------------- Apache Tomcat/4.1.18
Clearly, it is a response from tomcat, because the tomcat signature. Then Gerardo Juarez said:
$CATALINA_HOME/bin/start.sh should have happened before pointing at http://localhost:8080. It's a common mistake.
And following that david lash response was:
Thanks for the help, though I did startup.sh. It appears to start (I have a tomcat deamon running). The file logs/Catalina.out was not clean during the startup (don't know if that is normal). It >looks like the enclosed
Thanks Dave lash
Catalina.start: LifecycleException: Protocol handler initialization failed: >java.net.BindException: Address already in use:8080
So, what's happening here is that someone confused david lash with the bind exception thing because he had tomcat already up and running as a daemon, and OFF COURSE he had a bind error when manually running tomcat....
My guess, he doesn't have anything in the tomcat ROOT..... and he has an already running tomcat set up.....
Shapira, Yoav escribi�:
Hi, I don't think so ;) You're confusing two threads here. This guy doesn't get a 404, he gets a bind exception. There's no way to rule out the option I suggested from the information he's posted so far.
Your suggestion to the other guy who's getting the 404 is also likely wrong: the default servlet is included automatically from $CATALINA_HOME/conf/web.xml. A webapp's web.xml file can contain just the root element with nothing in it, as his does: that's both valid and supported by Tomcat.
Yoav Shapira Millennium Research Informatics
-----Original Message----- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 12:39 PM To: Tomcat Users List Subject: Re: Help with Tomcat Install?
I think that's not the case, look that he gets a 404 status from tomcat with a "Apache Tomcat/4.1.18" signature at the end.... 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�:
communication, and may contain information that is confidential,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
-----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
same
error as Catalina.start: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in
use:8080
Then 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?
Catalina.start: LifecycleException: Protocol handler initialization
failed: java.net.BindException: Address already in use:8080
LifecycleException: Protocol handler initialization failed:
java.net.BindException: Address already in use:8080
This error is saying that port 8080 is already taken, probably by
your
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
-----------------------------------------------------------------------
----
- ----
--------------------------------------------------------------------- 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
and
defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received
this
message by mistake please notify the sender by return e-mail and
delete
this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note
that
e-mails are susceptible to change and MindTree shall not be liable for
any
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
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
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]
