Hi Everyone,

  I am having trouble getting the http://localhost:8180/manager/list
(Tomcat 4.0.3 defaults to port 8180) to return anything but a 404. I
have configured both my /conf/server.xml and /conf/tomcat-users.xml to
the proper specs, yet it still doesn't work. I have include a snippet of
my server.xml and tomcat-users.xml with this email. Thanks in advance!


Tino

tomcat-users.xml:
<tomcat-users>
  <user name="oberoc"  password="oberoc" roles="manager" />
</tomcat-users>

server.xml
<Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="8180" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8543"
               acceptCount="10" debug="0" connectionTimeout="60000"/>






--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to