> I am not able to deploy a servlet on Tomcat 4 on port 80 inspite of making > necessary changes to server.xml, web.xml > and so on and so forth. > I have my web application in a directory called chatservlet. > Can anyone please tell me the step-wise instructions to make this thing run. > i am using Winnt, IIS & Tomcat4 on WinNT....
Hi, I'm not sure about Windows, but usually only privileged users can open ports below 1024. You should either run Tomcat as an NT-Service or if you start it with the startup.bat script you should have administrator group membership on that machine. Just an idea, though. Does Tomcat give any exception stacktrace on the console or in the logfiles saying why it cannot open the port 80? Good luck, Chris ___________________________________________________________________________ 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
