Re: JAASRealm Configuration

2003-01-08 Thread Sam Ewing
to share... I'd be most grateful. /s --- Sam Ewing [EMAIL PROTECTED] wrote: Any help appreciated! Can't find any documentation :-( --- Sam Ewing [EMAIL PROTECTED] wrote: Has anyone got a successfully working JAASRealm configuration? Would like to see the Realm configurations.. any

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
I might be wrong.. but there is a difference between using Digest for authentication and storing the passwords as digest version in the user tomcat-users.xml file. The former is what Pankaj is tying to do.. this causes the passwords to be transmitted as digests version of themselves from the

REPOST: JAASRealm Configuration

2003-01-06 Thread Sam Ewing
Any help appreciated! Can't find any documentation :-( --- Sam Ewing [EMAIL PROTECTED] wrote: Has anyone got a successfully working JAASRealm configuration? Would like to see the Realm configurations.. any help appreciated. Thanks! /s

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
On the same issue... does using DIGEST Authentication work when the password itself is stored in digest form? I wasnt able to get it to work... /s --- Sam Ewing [EMAIL PROTECTED] wrote: I might be wrong.. but there is a difference between using Digest for authentication and storing

Bug with digest attribute/UserDatabase Realm?

2003-01-03 Thread Sam Ewing
I set the digest attribute to sha in UserDatabaseRealm, and tried adding a new user using the admin application. It did add a user, but the password was saved in cleartext in tomcat-users.xml and not in its digested form. Is this a bug or am I doing something wrong? Any help appreciated. /s

JAASRealm Configuration

2003-01-02 Thread Sam Ewing
Has anyone got a successfully working JAASRealm configuration? Would like to see the Realm configurations.. any help appreciated. Thanks! /s __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To

Bug with digest attribute/UserDatabaseRealm?

2003-01-02 Thread Sam Ewing
I set the digest attribute to sha in UserDatabaseRealm, and tried adding a new user using the admin application. It did add a user, but the password was saved in cleartext in tomcat-users.xml and not in its digested form. Is this a bug or am I doing something wrong? Any help appreciated. /s

Tomcat 4.x/PureTLS

2002-07-27 Thread Sam Ewing
It works with Tomcat 3.x.. however the 4.x documentation is silent on this. Anyone with experience with PureTLS/Tomcat 4.x? Thanks! __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail:

A bunch of webapp questions!

2002-07-18 Thread Sam Ewing
More Webapp questions.. Pier ? :-) 1. I have the following directive in my httpd.conf WebAppDeploy examples conn /examples I find that if I start Tomcat and then Apache, for a little while Apache cannot even serve up content outside the web application path (eg. http://localhost/)

RE: Re: deploy manager task in ant

2002-07-14 Thread Sam Ewing
=${path} war=file:${build}/ /target -Original Message- From: Sam Ewing [SMTP:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: Fwd: Re: deploy manager task in ant I check the URL.. plus all other tasks (install/uninstall) work

Fwd: Re: deploy manager task in ant

2002-07-13 Thread Sam Ewing
addressed to the TOMCAT-USER mailing list. On Sat, 13 Jul 2002, Sam Ewing wrote: Date: Sat, 13 Jul 2002 15:45:45 -0700 (PDT) From: Sam Ewing [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: deploy manager task in ant I

webapp + apache (1.3/2.0) + ssl

2002-07-08 Thread Sam Ewing
Anyone with experiences to share? From what I could figure out, I need to do a 'SSLEngine on' in the virtualhost in httpd.conf. Do I need to have two WARP connectors defined? On for the SSL and one for non-SSL servlets? __ Do You Yahoo!? Sign

Two Tomcat 3.3.1 issues; SSL and Coyote

2002-06-24 Thread Sam Ewing
I had a couple of problems with Tomcat 3.3.1. Any help appreciated!! 1. I was trying to use PureTLS with the standand HTTP/1.0 Tomcat connector. I copied over the three jar file - cryptix32.jar, cryptix-asn1.jar and puretls.jar into %JAVA_HOME%\jre\lib\ext I get the exception-

Tomcat 4.1/4.0 manager application

2002-06-14 Thread Sam Ewing
I'm facing a few problems with the Tomcat manager application.. 1. In 4.0.4, the install command copies the web app into the appBase directory.. in 4.1.3, the install does not do this; however the installed application is availble for use. After restarting Tomcat 4.1, the newly installed

Re: Tomcat 4.1/4.0 manager application

2002-06-14 Thread Sam Ewing
[EMAIL PROTECTED] wrote: On Fri, 14 Jun 2002, Sam Ewing wrote: Date: Fri, 14 Jun 2002 13:00:25 -0700 (PDT) From: Sam Ewing [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4.1/4.0 manager application I'm facing a few problems

Mod_jk v/s mod_webapp

2002-03-27 Thread Sam Ewing
I was not able to locate any information on the differences between mod_webapp and mod_jk for Tomcat 4.0.. could anyone point me in the right direction? What about the respective protocols? APJ v/s WARP? Also, where could I find instructions on configuring apache to use mod_webapp? Any reply