Port Problem because apache alse may have default port 8080....(two
webserver can not runat the same port)

so do one thing go to jakarta-tomcat/conf/server.xml
change port 8081 where ever it is written 8080... there will be only one
place to change and restart tomcat webserver and then your apache should
work too.
so apache will work on 8080 and tomcat will work on 8081 it work for me...

place to change port....
<Connector className="org.apache.tomcat.service.SimpleTcpConnector">
            <Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port" value="8081"/>
  </Connector>


----- Original Message -----
From: "liuhy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 3:41 AM
Subject: When I install tomcat, there is a problem


> Hello everybody,
> I have installed Apache Web Server 1.3, Apache JServ 1.1
> JDK1.2.2 and Java Servlet Development Kit 2.0
> Java Servlet work well.
>
> I want to use JSP .
> but today, After I installed jakarta-tomcat ,My Apache can not
> start, and there is a message" Invalid cmmand  `LoadModule`
>  perhaps mis-spelled or defined by a module not include in the Server
> configuration"I have not changed tomcat.conf.
>   I don`t know where is the problem
> if you know the reason ,Please tell me, Thank you!
>
>
===========================================================================
> 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