That's not it.  I tried this site http://gemal.dk/browserspy/password.html
which has a basic authentication test built into it.   It displayed and
worked properly in my browser.  I am not using SSL.     I don't have a
sniffer installed on XP [I'm more experienced with unix]

I don't want to put any move effort into it.  I'll just avoid the Manager
instead if its that hard to set up.  

Mark


David Delbecq-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/No-Authentication-Dialog-appears-for-Tomcat-Manager-tp14780731p14803675.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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