Just incase anyone was interested in what the problem was for future
reference - I thought it was a problem with port 80 conflicts which is why I
uuninstalled IIS, but this did not help and I then realised the address that
was conflicting was not port 80 or 8007, but port 8080 which I did not
realise Tomcat wanted to use...solution was to edit server.xml to use a
different port than 8080 for the HttpConnectionHandler.

Unfortunately I am now getting Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSP

C'est La vie -

Aaron

-----Original Message-----
From: Loni & Bharat Nagwani [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 02, 2000 9:57 PM
To: [EMAIL PROTECTED]
Subject: Re: JSP in Apache


See if you have any services (like IIS) running and close them.

----- Original Message -----
From: Aaron Hayes <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 24, 2000 3:51 AM
Subject: Re: JSP in Apache


> 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

===========================================================================
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