Re: Securing A Directory Listing

2010-10-25 Thread Keith Masten
Great observations Chuck, I will take a look these items. On Mon, Oct 25, 2010 at 11:22 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > when I attemp

Re: Securing A Directory Listing

2010-10-25 Thread Keith Masten
ri, Oct 22, 2010 at 9:36 AM, Keith Masten wrote: > Configured the web.xml for BASIC authentication. > > > > http://java.sun.com/xml/ns/j2ee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://java.sun.com/xml/ns/j2e

Re: Securing A Directory Listing

2010-10-22 Thread Keith Masten
On Thu, Oct 21, 2010 at 3:23 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > The realm definition for this tomcat instance is in > > the serv

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
prompted, I should enter id - bob, pw - bob according to my tomcat-users.xml, correct??? On Thu, Oct 21, 2010 at 2:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing >

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
aLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> Vision Application Logs applogs /* vsn-offsh DIGEST applogs vsn-offsh On Thu, Oct 21, 2010 at 9:43 AM, Keith Masten wrote: > I m

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
I made the change Chuck suggested and it now prompts me for userid/pw. I now have to setup the proper user access to make the setup complete. On Thu, Oct 21, 2010 at 9:34 AM, Keith Masten wrote: > Thank you for pointing that out Chuck, I will make that adjustment. > > > On Thu, Oct

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
Thank you for pointing that out Chuck, I will make that adjustment. On Thu, Oct 21, 2010 at 9:16 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > This

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
but then you get an > HTTP error? > 6) Tomcat starts, but there are lots of error messages in tomcat log? > 7) Something else? > > Regards, > > Edson > > > Em 21/10/2010 12:05, Keith Masten escreveu: > > This is the web.xml that I am using. This does not work.

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
This is the web.xml that I am using. This does not work. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> Vision Application Logs

Re: Securing A Directory Listing

2010-10-20 Thread Keith Masten
I left out something Mark, so I am glad to chose to comment on this. I want to password protect the directory, so that consumers will be required to login for viewing of this data. On Wed, Oct 20, 2010 at 2:29 PM, Mark Thomas wrote: > On 20/10/2010 11:50, Keith Masten wrote: > > I w

Securing A Directory Listing

2010-10-20 Thread Keith Masten
I would like to know how to secure a directory listing for read-only access. I have tried many variations in the web.xml using file based realms and none of these have worked. I attempted the BASIC and DIGEST method configurations. Any assistance provided would be greatly appreciated. Tomcat Ver