Re: JAAS Auth

2003-03-11 Thread David Graff
Costin, Sorry to mail you directly, but this doesn't seem like a major group discussion kind of thing. At work I'm doing a project that has an interesting set of criteria for user authentication that I haven't really seen a way to do with JAAS readily. Basically it boils down to this, a user has

Problem with Admin app and configuration of DataSources

2002-12-20 Thread David Graff
I had submitted a bug in error this morning regarding problems with the DataSource not setting the pool manager name. I've done some experimentation with this that has resulted in some issues arising. Before I submit a bug on this I want to get input as to whether or not I'm doing something wr

Re: Exception

2002-05-11 Thread David Graff
Wilmer, It appears that your class file is either: 1) corrupt 2) compiled with some version of the java spec that is different than that of the jvm that Tomcat is executing in - Original Message - From: "Wilmer Mendoza" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]>

Re: Add a target in build.xml

2002-05-03 Thread David Graff
Don't use wget as it's platform specific. Use the 'Get' built-in task. May not do exactly what you want but it will work everywhere that ant does. - Original Message - From: "jean-frederic clere" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:44 Subject: Add

Re: query

2002-05-03 Thread David Graff
- Original Message - From: "fergal dalton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 08:14 Subject: query > > Hi, > > Just a small problem, i'm having a problem using the useBean tags in my jsp > page, i am trying to pass an arraylist from the model but i get

Re: Admin webapp save-to-XML

2002-05-03 Thread David Graff
I'm in total agreement with that! Possibly a way to roll back to a timestamp.old too? - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 06:49 Subject: Admin webapp save-to-XML > The save-to-XML feature of the admin webapp

Re: unknown protocol : https

2002-04-25 Thread David Graff
try putting the jsse jar files in either A) the common/lib directory in the tomcat installation, or B) put them in the $JAVA_HOME/jre/lib/ext directory I recently ran into this problem and, although the jsse jars were on the classpath, they were not tied into the socket provider system correctly.

Re: Mod_jk v/s mod_webapp

2002-03-28 Thread David Graff
8, 2002 06:37 Subject: Re: Mod_jk v/s mod_webapp > David Graff <[EMAIL PROTECTED]> wrote: > > > mod_webapp (from what I can tell) was supposed to be a completely new > > implemenation of this functionality with improvements here and there as far > > as application dep

Re: Mod_jk v/s mod_webapp

2002-03-27 Thread David Graff
mod_jk/jk2 seems to be based on the original mod_jk attachment module that was developed to replace the "jserv" module that would allow you to launch tomcat in process of apache. mod_webapp (from what I can tell) was supposed to be a completely new implemenation of this functionality with improve

Re: MBeans dev

2002-02-07 Thread David Graff
Craig, Thank you for the explanation of that. Very cool deal. The server.xml is pretty ugly to edit manually. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 16:18 Subject: Re: MBea

WARP connector operation semantics

2002-01-15 Thread David Graff
I was reviewing the operation of the WARP connector code and was wondering if someone can explain to me why a '/' is appended to the application name when it is deployed? This particular feature has always perplexed me as to why a trailing '/' is always appended to things like directory referen

[Bug 5827] - DataInputStream.readInt returns wrong values

2002-01-13 Thread David Graff
I'm wondering about this...what is the default content type for data being passed through a post via java's HTTP objects? application/x-www-form-urlencoded is the default encoding type according to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.3. Could it be possible to set the encodin

Re: Bugzilla busted? [WARPConnector bug 5372] [PATCH]

2002-01-08 Thread David Graff
Tuesday, January 08, 2002 12:25 Subject: Re: Bugzilla busted? [WARPConnector bug 5372] [PATCH] > David Graff wrote: > > > > I'm having trouble uploading a patch to bug# 5372 using Internet Explorer > > 5.5SP2. > > I have done it for you - Patch looks nice, I test it an

Bugzilla busted? [WARPConnector bug 5372] [PATCH]

2002-01-07 Thread David Graff
I'm having trouble uploading a patch to bug# 5372 using Internet Explorer 5.5SP2. I've been trying for a couple of days to get this to upload with no success. I entere the patch file location, the description of the patch, and the type of the file. The upload seems to work and sits there for 5-1

Fix for mod_webapp -> warp connector operation under SSL client request

2002-01-03 Thread David Graff
I sent a patch in last night that I don't think would have been accepted for the simple reason I have not followed the patch guidelines. I apologize for that. I'm currently looking at mod_webapp as I'm trying to write a JSP application with Tomcat under Debian Linux (i386 - bleeding edge unsta

Re: Patch to fix mod_webapp under Apache 1.3 in SSL mode

2002-01-02 Thread David Graff
ok have to slow down on the caffiene... DEBIAN has used apache_mod_ssl. Sorry for the nonsense sentence - Original Message - From: "David Graff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 20:40 Subject: Patch to fix mod_webapp u

Patch to fix mod_webapp under Apache 1.3 in SSL mode

2002-01-02 Thread David Graff
I ran into a confusing little problem with mod_webapp under Debian's Apache SSL package. Apache has used the apache_mod_ssl whieh doesn't set all of the variables that the 'mod_ssl' package does. This causes a problem on Warp connections where the tomcat server cannot actually determine the corr

Question on mod_webapp and WebAppDeployment semantics

2001-12-02 Thread David Graff
I was reviewing the source code and operation of the mod_webapp library module and noticed a little operational quirk.. I've seen a couple of messages relevant to this but nothing that really gives me the correct answer. In the Sun Servlet specification v2.3 section 4.4 describes the parts that