Re: No Authentication Dialog appears for Tomcat Manager

2008-01-26 Thread Mark Riggins
>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >From web.xml I have: >>>>>> >>>>>> &g

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-26 Thread David Simmons
Hi, I just experienced the same problem, found this thread via Google, and figured I'd post my experience and solution. Just like Mark's experience, I installed Tomcat and could not use the manager app because the browser never presented me a dialog box for the username and password. Sure e

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread Mark Riggins
BASIC >>>>Tomcat Manager Application >>>> >>>> >>>> >>>> >>>> >>>> The role that is required to log in to the Manager Application >>>> >>>>manager >>&g

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread RJ
I had this problem happen when I added custom error-page definitions in the overall web.xml for the installation -- the error pages worked fine for my own applications, but the fact that they were defined seemed to cause a problem for the manager. Soon as I commented-out all of them except the

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread David Smith
I'm just wondering if you got a 401 page, but a 200 status or something like that. Maybe one of your customizations did some filtering and/or proxying and changed the response code. Seems like the most reasonable cause of your problem. --David Mark Riggins wrote: It turns out that Netbean

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread Mark Riggins
R APPEARS. >> >> Any help would be greatly appreciated. I can't get ANT to work without >> this. >> > > > I have the exact same problem. The only thing I changed in my > configuration was adding a user. I never get the dialog prompt. > > I'd really

RE: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread Caldarale, Charles R
> From: wlievens [mailto:[EMAIL PROTECTED] > Subject: Re: No Authentication Dialog appears for Tomcat Manager > > Mark Riggins wrote: > > Instead of a basic-authentication dialog box, I get the > > following error message instead. > > HTTP Status 401 - >

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-18 Thread wlievens
out > this. > I have the exact same problem. The only thing I changed in my configuration was adding a user. I never get the dialog prompt. I'd really like a solution for this problem. -- View this message in context: http://www.nabble.com/No-Authentication-Dialog-appears-for-Tomcat-Manag

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-14 Thread Mark Thomas
Mark Riggins wrote: 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. The Manager works out of the box on a clean install. If it doesn't work for you then something else is messed up in your configuration which is probably going to b

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-14 Thread Mark Riggins
ow 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.

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-14 Thread David Delbecq
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

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-13 Thread Mark Riggins
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 Se

Re: No Authentication Dialog appears for Tomcat Manager

2008-01-13 Thread david delbecq
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... Mark Riggins a écrit : Instead of a basic-authentication dialog box, I get the following error message instead. HTTP Status 401 -

No Authentication Dialog appears for Tomcat Manager

2008-01-12 Thread Mark Riggins
t ANT to work without this. -- View this message in context: http://www.nabble.com/No-Authentication-Dialog-appears-for-Tomcat-Manager-tp14780731p14780731.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To sta