I have exactly the same setup and had the same problem as I recall. If the problem is the same one I encountered it's because the Tomcat docs are plain WRONG.
All the ports have changed from 80xx to 81xx in 4.03 (at least from v3.xx), eg 8080 is now 8180. I can't remember whether it's the server.xml or workers.properties file, but one of them needs the ports changing from 80xx to 81xx. This took me a couple of hours to figure out and I still curse the Tomcat Docs (for other inconsistencies as well). HTH James --- Joseph Rogoiyo <[EMAIL PROTECTED]> wrote: > Hi, "Listers", > > I'm a newbie with a new Tomcat 4.0.3 installation in > a Red Hat Linux > 7.2/Apache web server environment. I have configured > a connector > (mod_jk.so) between Tomcat4 and Apache. But I'm > getting the following > error: > > 2002-04-10 17:30:15 > [org.apache.catalina.connector.warp.WarpConnector] > Error accepting requests > java.net.SocketException: Socket closed > at > java.net.PlainSocketImpl.socketAccept(Native Method) > at > java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343) > at > java.net.ServerSocket.implAccept(ServerSocket.java:438) > at > java.net.ServerSocket.accept(ServerSocket.java:409) > at > org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java: > 590) > at java.lang.Thread.run(Thread.java:536) > > I have little clue as to whether it's something I've > done/not done or > whatever the cause of the error might be, and I > would really appreciate > it if someone could help me out. Thanks. > > Joe Rogoiyo > __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
