thanks but when i add another http connector how will the context elements know to use the correct connector.
for instance there are two ports (connectors) 80 and 85 and in server.xml two contexts <Context path="" docBase="c:\folder1" debug="0"/> and <Context path="" docBase="c:\folder2" debug="0"/> and which page will be shown when I call http://localhost and http://localhost:85 thanks.. serdar ----- Original Message ----- From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 4:22 PM Subject: AW: Two Questions about Tomcat See below: > -----Urspr�ngliche Nachricht----- > Von: Serdar BOZDAG [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 12. Juli 2002 15:18 > An: tomcatGroup > Betreff: Two Questions about Tomcat > > 1. Can I access from browser to a folder under the WEB-INF folder. No. > 2. How can I add another server (on port 85 for instance) in Tomcat If you use tomcat standlone, define a second http connector with this port. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
