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...
--
View this message in context:
http://www.nabble.com/No-Authentication-Dialog-appears-for-Tomcat-Manager-tp14780731p14794133.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]