Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Zach Gatu
Make sure the your Connector directive ends with / or /Connector, i.e. make sure that it's a valid xml tag. Also take out !-- WEB_PORT -- from within Connector ... / Restart Tomcat and see if you can shut it down without errors. Zach. Sarika Inamdar wrote: Hi All, We need to start tomcat

Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Tang
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 6:27 PM Subject: RE: Help needed in configuring tomcat 4.1.24 The xml parser complains about the comment inside the tag. I think you have to use grep when you shutdown as well in order to remove the WEB_PORT comment. /René

Help needed in configuring tomcat 4.1.24

2003-07-23 Thread Sarika Inamdar
Hi All, We need to start tomcat with a user-defined port. To enable the same , in server.xml, we give the following !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector !-- WEB_PORT --port=8080

RE: Help needed in configuring tomcat 4.1.24

2003-07-23 Thread René Vangsgaard ML
The xml parser complains about the comment inside the tag. I think you have to use grep when you shutdown as well in order to remove the WEB_PORT comment. /René -Original Message- From: Sarika Inamdar To: [EMAIL PROTECTED] Sent: 23-07-03 11:53 Subject: Help needed in configuring tomcat

RE: Help needed in configuring tomcat 4.1.24

2003-07-23 Thread Shapira, Yoav
- From: Sarika Inamdar [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 5:54 AM To: [EMAIL PROTECTED] Subject: Help needed in configuring tomcat 4.1.24 Hi All, We need to start tomcat with a user-defined port. To enable the same , in server.xml, we give the following !-- Define a non-SSL