Nothing is worng in in your apache configuration.
This error indicates that the port is already in use.
If you are using NT try stopping some services.

Dhananjay.

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Robuschi (Delfi)
Sent: Wednesday, September 20, 2000 3:55 PM
To: [EMAIL PROTECTED]
Subject: Tomcat doesn't run... FATAL!!!
Importance: High


Hello everybody!!!! I'm trying to run Tomcat on my computer, so I installed
Apache 1.3.12, JDK 1.3 and Tomcat.
I set the two environement variables JAVA_HOME e TOMCAT_HOME.
When I run Tomcat, the new window that appears, contains:

Context log: path="/examples" Adding context path="/examples"
docBase="webapps/examples"
Context log: path="" Adding context path=""  docBase="webapps/ROOT"
Context log: path="/test" Adding context path="/test"
docBase="webapps/test"
Starting tomcat. Check logs/tomcat.log for error messages
Starting tomcat install="e:\java\tomcat" home="E:\java\tomcat"
classPath="e:\java\tomcat\classes;e:\java\tomcat\lib\webserver.jar;e:\java\t
omcat\lib\jasper.jar;e:\java\tomcat\lib\xml.jar;e:\java\tomcat\lib\servlet.j
ar;e:\java\jdk\lib\tools.jar;e:\java\jdk\src.jar;e:\java\jdk\jre\lib;e:\java
\jdk\lib;.;e:\java\jsdk\lib\jsdk.jar"
Context log: path="/admin" Automatic context load
docBase="E:\java\tomcat\webapps\admin"
Context log: path="/admin" Adding context path="/admin"
docBase="E:\java\tomcat\webapps\admin"
FATAL:java.net.BindException: Address in use: JVM_Bind
java.net.BindException: Address in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at java.net.ServerSocket.<init>(Unknown Source)
    at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
ocketFactory.java:97)
    at
org.apache.tomcat.service.SimpleTcpEndPoint.StartEndPoint(SimpleTcpEndPoint.
java:186)
    at
org.apache.tomcat.service.SimpleTcpConnector.start(SimpleTcpConnector.java:1
42)

It can appears other few rows but I can't stop the window to close. Does
anybody has the solution????? One suggestion?????

Thank you in advance!!!!!!!!

Robuschi Roberto -------------------- Delfi srl
P.za Ravenet 1/b - 43100 PARMA
Tel. 0521/932411 Fax 0521/989045
[EMAIL PROTECTED] --- http://www.delfi.it

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to