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 sometimes

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

2006-06-28 Thread Jay Burgess
Can you include your Connector 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

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

2006-06-28 Thread Jay Burgess
:\Documents and Settings\Administrator\.keystore keystorePass=changeit keystoreType=JKS / Thanks! E - Original Message - From: Jay Burgess [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, June 28, 2006 1:55 PM 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
specify an absolute pathname for this directory or WAR file, or a pathname that is relative to the appBase directory of the owning Host. Shouldn't you be using a relative path for docBase, not an absolute one? Jay | Jay Burgess [Vertical Technology Group] | http://www.vtgroup.com/ -Original

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

2006-05-25 Thread Jay Burgess
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] | http://www.vtgroup.com

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

2006-03-22 Thread Jay Burgess
into 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, March 22

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

2006-03-16 Thread Jay Burgess
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 Subject: Somewhat OT

RE: Working flow of Authentication

2006-03-13 Thread Jay Burgess
And as 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

RE: BASIC authentication to DIGEST authentication

2006-03-08 Thread Jay Burgess
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 able to change my auth-method from