Howdy, >machine, when i open the URL it says "document contains no data" the >tomcat looks to be starting fine saying: >Starting service Tomcat-Apache >Apache Tomcat/4.1.27 >Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket init >INFO: Port busy 8009 java.net.BindException: Address already in use >Sep 23, 2003 9:17:17 AM org.apache.jk.common.ChannelSocket in
This is not a "fine" startup. It's a failed startup because the port was still in use. Make sure the tomcat processes are dead and nothing is using your tomcat ports before you start tomcat. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
