Hi All,

My development evironment is Windows 2000. I installed the latest Windows
Apache binary, PHP binary, and Tomcat 3.2.1, but I can't get mod_jk to work.

Apache/1.3.19 (Win32) mod_jk PHP/4.0.5 running...

When I start up tomcat with /bin/startup, here are the messages I receive:

2001-05-06 10:05:47 - ContextManager: Adding context Ctx( /examples
2001-05-06 10:05:47 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-05-06 10:05:47 - ContextManager: Adding context Ctx( )
2001-05-06 10:05:47 - ContextManager: Adding context Ctx( /test )
2001-05-06 10:05:47 - PoolTcpConnector: Starting HttpConnectionHand
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:397)
at java.net.ServerSocket.<init>(ServerSocket.java:170)
at java.net.ServerSocket.<init>(ServerSocket.java:121)
at org.apache.tomcat.net.DefaultServerSocketFactory.createS
ServerSocketFactory.java:97)
at org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(
nt.java:239)
at org.apache.tomcat.service.PoolTcpConnector.start(PoolTcp
a:188)
at org.apache.tomcat.core.ContextManager.start(ContextManag
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

After start up, Tomcat works fine via http://localhost:8080/examples/jsp/,
but not via http://localhost/examples/jsp/.


A copy of this message and my config files can be found at:
http://students.washington.edu/ctaggart/tomcat/

Config Files (I've ammended .txt entensions for easy viewing.)
c:\jakarta-tomcat-3.2.1\conf\server.xml
c:\jakarta-tomcat-3.2.1\conf\workers.properties
c:\jakarta-tomcat-3.2.1\conf\mod_jk.conf
c:\program files\apache group\apache\conf\httpd.conf

Cameron Taggart
Senior, University of Washington
Business Administration, Information Systems
[EMAIL PROTECTED]

Reply via email to