RE: BASIC auth question, simple example...[SOLVED]

2007-09-26 Thread Caldarale, Charles R
> From: Greg Morphis [mailto:[EMAIL PROTECTED] > Subject: Re: BASIC auth question, simple example...[SOLVED] > > I was thinking / referred to the /webapps/ directory. Note the comment in web.xml: > > > - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

Re: BASIC auth question, simple example...[SOLVED]

2007-09-26 Thread Greg Morphis
That was it David.. I was thinking / referred to the /webapps/ directory. Thanks On 9/26/07, David Delbecq <[EMAIL PROTECTED]> wrote: > Greg Morphis a écrit : > > I created the folder > > C:\Tomcat5.5\webapps\security\ > > > So webapp name is "security", reachabel by http://server/security/ > >

Re: BASIC auth question, simple example...

2007-09-26 Thread David Delbecq
Greg Morphis a écrit : I created the folder C:\Tomcat5.5\webapps\security\ So webapp name is "security", reachabel by http://server/security/ Protected Area /security/* dau You mapped security constraint to f

BASIC auth question, simple example...

2007-09-26 Thread Greg Morphis
Hi, I'm a n00b so bare with me! I've got Tomcat 5.5 installed on my machine to the default location c:\Tomcat5.5 I'm trying to get a simple example of BASIC auth running and I'm not having any luck. I created the folder C:\Tomcat5.5\webapps\security\ In there I have C:\Tomcat5.5\webapps\security