When I execute a JSP page from Forte for Java 2.0 Community Edition, I get
the following error in the Output Window:
Starting tomcat. Check logs/tomcat.log for error messages
No webapps/ directory C:\forte4j\temp\tomcat\webapps
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(PlainSocketImpl.java:408)
at java.net.ServerSocket.<init>(ServerSocket.java:173)
at java.net.ServerSocket.<init>(ServerSocket.java:124)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
ocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java
:235)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:187)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:479)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:204)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:237)
at
org.netbeans.modules.web.core.execution.WebAppMain.main(WebAppMain.java:37)
And I get the following error on the web browser:
Cannot connect to http://localhost:8080/Resources/Photoarchives/tmpJSP.jsp
http://localhost:8080/Resources/Photoarchives/tmpJSP.jsp
Where am I going wrong. Tomcat app server is running fine.
Thanx in advance.
Jyotinarayan.
===========================================================================
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