RE: web.xml missing

2006-06-30 Thread Jay Burgess
This may not be your problem, but I've seen the same "missing web.xml" problem before when trying to deploy and startup after a failed undeploy. The undeploy failed because one of my webapp files in the Tomcat directory was locked and couldn't be deleted (either by me in a text editor, or sometime

RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-29 Thread Jay Burgess
a:595) Now... any ideas what to do (!) ?? Thanks!! Erik ----- Original Message - From: "Jay Burgess" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 28, 2006 2:28 PM Subject: RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat > I'm not an expert in this, but I tho

RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-28 Thread Jay Burgess
tatement in server.xml, but I've tried adding the arguments: keystoreFile, keystorePass, keystoreType. Thanks! E - Original Message - From: "Jay Burgess" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 28, 2006 1:55 PM Subject: RE: Setting up SSL on Tomcat 5.5.17 -

RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-28 Thread Jay Burgess
Can you include your definition so we can take a look? Jay http://www.vtgroup.com/ -Original Message- From: Erik Matthew Brakke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 1:48 PM To: Tomcat Users List Subject: Re: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

RE: More (Unending) "Resource Not Found"/ Directory Problems

2006-05-25 Thread Jay Burgess
ot; twice, I thought maybe it was concatenating an absolute appBase with an absolute docBase, when it should be concatenating an absolute appBase with a relative docBase. Can you check the same log and see what the error looks like now? Jay | Jay Burgess [Vertical Technology Group] | ht

RE: More (Unending) "Resource Not Found"/ Directory Problems

2006-05-25 Thread Jay Burgess
I'm coming into this discussion late, so ignore this if it's offbase, but it looks like you are using absolute paths for both appBase and docBase: http://www.vtgroup.com/ -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:34 PM To: Tomcat Use

RE: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-22 Thread Jay Burgess
ClearCredential). So including convert_inv in myAlgorithm (while the other application follow with the original one) I solve my problem. Is it possible? Thanks for help Alessandro On 3/22/06, Jay Burgess <[EMAIL PROTECTED]> wrote: > > I think this is the right answer: > > digest

RE: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-22 Thread Jay Burgess
nto a hex character, so that you end up with a proper String representation of the digest that can be sent as part of a URL. Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ -Original Message- From: Alessandro Colantoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, Mar

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Jay Burgess
x27;d be a nice feature if it's not already possible. Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 11:38 AM To: tomcat-user@jakarta.apache.org Subje

RE: Working flow of Authentication

2006-03-13 Thread Jay Burgess
Mark indicates, RFC 2617 is ultimately the definitive reference. Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 12:41 PM To: Tomcat Users List Subject: Re: Working flow of

RE: BASIC authentication to DIGEST authentication

2006-03-08 Thread Jay Burgess
[mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 4:38 PM To: Tomcat Users List Subject: Re: BASIC authentication to DIGEST authentication Jay Burgess wrote: > Given that I've got BASIC authentication working for my webapp using cleartext > passwords, shouldn't I simply be

BASIC authentication to DIGEST authentication

2006-03-08 Thread Jay Burgess
en previous posts in this group that say things like "clear text + DIGEST -> works!", so I think it's doable. I'm using TC 5.0.19 by the way. Thanks. Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ ---

RE: Oracle 10G and JNDI & DataSource - Configuration files

2006-02-27 Thread Jay Burgess
I may be totally off the mark on this one, but is your driverClassName value really correct? In all my code, this value is an actual Java class name (something like "com.microsoft.jdbc.sqlserver.SQLServerDriver"). Everything else, like port, is encoded in the "url" parameter.