The message you see in browser, namely "HTTP Status 401 -...." appear probably because your browser for an unknown reason does not support basic authentification or has it disabled (securities in browser that prevent basic auth outside of ssl?). The text you see is normaly sent by tomcat along with http 401 code + basic auth headers. In my browser it appear only if i click "cancel" in my authentification popup. Could you sniff your connection to ensure the basic auth headers are correctly sent to browser by tomcat? And indeed, manager/html is the html interface to tomcat manager.

En l'instant précis du 14/01/08 03:09, Mark Riggins s'exprimait en ces termes:
I'm trying to access http://localhost/manager/html, which I believe is an
HTML interface into the Tomcat Manager.
Maybe it would be easier to edit build.xml and replace the "deploy" with a
simple copy.   I can't get the Manager working.

    <!-- Copy Build into Tomcat/webapps -->
    <mkdir dir="${catalina.home}/webapps/SE"/>
    <copy todir="${catalina.home}/webapps/SE">
      <fileset dir="${build.home}"/>
    </copy>

<!-- MDR use copy instead of Tomcat Manager App
    <deploy url="${manager.url}"
       username="${manager.username}"
       password="${manager.password}"
           path="${app.path}"
       localWar="file://${build.home}"/>
-->


Are you using a browser to access that url? 'cause you mention ANT, but ant is not a browser and will surely not show a dialog when accessing the manager...



--
http://www.devlog.be (a belgian developer's logs)



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to