RE: setclasspath scripts

2005-07-11 Thread Fenlason, Josh
Thanks for the explanation. , Josh. > -Original Message- > From: Ben Souther [mailto:[EMAIL PROTECTED] > Sent: Monday, July 11, 2005 1:53 PM > To: Tomcat Developers List > Subject: RE: setclasspath scripts > > > I contributed the patch for the Unix scripts (bec

RE: setclasspath scripts

2005-07-11 Thread Fenlason, Josh
Then why the difference between the Unix and Windows setclasspath scripts? Thanks. , Josh. > -Original Message- > From: Yoav Shapira [mailto:[EMAIL PROTECTED] > Sent: Monday, July 11, 2005 1:18 PM > To: 'Tomcat Developers List' > Subject: RE: setclasspath sc

setclasspath scripts

2005-07-11 Thread Fenlason, Josh
o the classpath. set CLASSPATH=%JAVA_HOME%\lib\tools.jar In Tomcat 5.0.30 setclasspath.sh and setclasspath.bat tools.jar is unconditionally added to the classpath. Is there a reason why this changed, and only on Unix, between releases? Thanks. , Josh.

Mod_jk 1.2.14 source

2005-06-20 Thread Fenlason, Josh
Where could I find the 1.2.14-dev source bundle? Thanks. , Josh.

RE: JK 1.2.13 TAGGED

2005-05-16 Thread Fenlason, Josh
It built on XP and Solaris with Apache 2.0.54 and ran with Tomcat 5.0.30. , Josh. > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL PROTECTED] > Sent: Monday, May 16, 2005 10:23 AM > To: Tomcat Developers List > Subject: Re: JK 1.2.13 TAGGED > > > Build

RE: [ANN] JK-1.2.9 BETA Released

2005-03-22 Thread Fenlason, Josh
I built and tested this on Windows and it looks good. Thanks. , Josh. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: AW: java.io.IOException: Read bytes failed in Tomcat 3.3.2 with Coyote Connectors

2004-04-23 Thread josh
Hello, If you are trying to reach me at this address you are receiving this message as an automated reply. I have changed my email address and no longer check this mailbox. Please resend your message to the following address: [EMAIL PROTECTED] Thanks and sorry for the inconvenience! Josh

Re: AW: java.io.IOException: Read bytes failed in Tomcat 3.3.2 with Coyote Connectors

2004-04-23 Thread josh
Hello, If you are trying to reach me at this address you are receiving this message as an automated reply. I have changed my email address and no longer check this mailbox. Please resend your message to the following address: [EMAIL PROTECTED] Thanks and sorry for the inconvenience! Josh

[PATCH] "net build" ant script documentation

2004-02-06 Thread Josh Rehman
apache.org/tomcat/tomcat-5.0-doc/building.html -- Josh Rehman citysearch.com 213.739.3559 Index: BUILDING.txt === RCS file: /home/cvspublic/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.32 diff -u -r1.32 BUILDING.txt --- BU

Net build problem solved.

2004-02-05 Thread Josh Rehman
mcat/tomcat-5.0-doc/building.html However, I took a stab at a patch, attached. (Another option is to allow relative paths probably through the tricky use of a dirset and pathconvert (that's the only way I can think of to unconditionaly make a string an absolute path in ant).) -- Josh R

Problem with build

2004-02-04 Thread Josh Rehman
Everything seems to go well until: build-jspapi: [echo] == Building: dependant-lib/jsp-api-2.0/lib/jsp-api.jar prepare: [mkdir] Created dir: /home/josh/.eclipse/tomcat-src/jakarta-servletapi-5/jsr152/build [mkdir] Created dir: /home/josh/.eclipse/tomcat-src/jakarta

Tomcat 4.1.11 src

2002-09-18 Thread Fenlason, Josh
I am probably stupid, but how/where can I find the latest source for Tomcat 4.1.11? Thanks in advance. , Josh. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Have Build Question, need help :-)

2002-09-08 Thread Josh Nylander
talina/build.xml:751: Warning: Could not find file C:\dev\helsinki_src\tomcat_src\catalina\${servlet.jar} to copy. I am attaching the full output just in case it helps. Probably something I am doing wrong but any ideas would be great. Thanks, R. Josh Nylander Database Administrator Informa

Re: Ant2

2002-01-25 Thread Josh Nylander
. Just my $0.02 Josh >>> [EMAIL PROTECTED] 01/25/02 01:35PM >>> > On Fri, 25 Jan 2002, Remy Maucherat wrote: > > > If we don't like Ant 2, why would we have to use it ? If it introduces big > > changes in build.xml, why upgrade when Ant 1 works fine ? >

Re: Creating Custom Authenticators, adding to context

2002-01-16 Thread Josh Nylander
As a followup, if this is not currently possible (I don't think it is), I would be willing to work on the code if pointed in the right direction. I believe I would have to modify the configuration classe(s) and figure out where the Authentication classes are called. R. Josh Nylander P

Creating Custom Authenticators, adding to context

2002-01-16 Thread Josh Nylander
Hello, I am new to the list but checked the archives for similar question. I want to build some custom Authenticators and a custom Realm. My question is, can I associate a different authenticator class with a authentication method in the context like we do for the Realm? Example: R. Josh