I cannot get Tomcat to run. I followed the config options, have Apache
running okay on port 80 accepting HTTP requests, but when I run the tomcat
startup.bat I get an error.  I cannot talk on port 8007, because of the
following error.  Any suggestions on what might be causing the conflict
please?

java.net.BindException: Address in use
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:371)
        at java.net.ServerSocket.<init>(ServerSocket.java:146)
        at java.net.ServerSocket.<init>(ServerSocket.java:110)
        at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(Default
ServerSocketFactory.java:97)
        at
org.apache.tomcat.service.SimpleTcpEndpoint.startEndpoint(SimpleTcpEn
dpoint.java:186)
        at
org.apache.tomcat.service.SimpleTcpConnector.start(SimpleTcpConnector
.java:142)
        at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:253)
        at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:157)
        at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163)

-----Original Message-----
From: Eliot Consult
To: [EMAIL PROTECTED]
Sent: 11/23/00 11:15 PM
Subject: Re: JSP in Apache

Look at JARKARTA project at apache.org. Here you will find the Tomcat,
which
is an servlet container ready for use together with apache...

Please read the user guide for further reference on the configuration of
apache..

BR
Carsten Nielsen


>From: Marcos <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: JSP in Apache
>Date: Thu, 23 Nov 2000 11:50:17 +0000
>
>hi,
>
>     i am running servlets over Apache with JServ.
>     i would like to know how is the easiest way to run JSP over
Apache?
>     i am not talking about tomcat.
>
>any suggestion will be pleased,
>
>thanks in advance,
>
>marcos
>
>--
>m a r c o s @ i v a l . e s
>
>=======================================================================
====
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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

________________________________________________________________________
_____________
Get more from the Web.  FREE MSN Explorer download :
http://explorer.msn.com

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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