Re: Tomcat build fails: junit

2005-06-04 Thread Jonathan Maasland
ding (or downgrading) Ant. Good luck! Greetz Jonathan Marco Fister wrote: Hi everybody! While trying to build tomcat using the jakarta-tomcat-5.5.9-src tarball build fails while trying to get junit. The used link http://unc.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip is temporary not

JK1.2 source files 404

2005-02-20 Thread Jonathan Lim
Hi, On several (I didn't test them all) mirrors I'm getting 404s for the links to the JK 1.2 source files. eg. ftp://ftp.mirrorservice.org/sites/ftp.apache.org/jakarta/tomcat-connectors/jk/jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz I eventually found this link which did work: http://ww

Re: Problem upgrading to Tomcat 5

2004-09-06 Thread Jonathan Rengifo
user > list, not on both lists. > > Mark > > > -Original Message- > > From: Jonathan Rengifo [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 06, 2004 8:31 PM > > To: [EMAIL PROTECTED] > > Subject: Problem upgrading to Tomcat 5 >

Problem upgrading to Tomcat 5

2004-09-06 Thread Jonathan Rengifo
f problem solves, but don´t know what are the advantages and bugfixes it has regarding 5.0.27 release I am using, can you please tell me some or where to read them? Any help or comments you have would be very appreciated... Regards Jonathan ---

Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread Jonathan Rengifo
components: java.io.IOException: java.lang.UnsatisfiedLinkError: no jkjni in java.library.path. Please, any comment from you would be very helpful. Regards Jonathan M. Rengifo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Duplicate session IDs are *common*

2003-03-03 Thread Jonathan Eric Miller
It doesn't matter how improbable it is that a conflict will occur. If it's at all possible for a conflict to occur, then you need to perform an explicit uniqueness check. Any conflict, no matter how improbable is unacceptable. Jon - Original Message - From: "Eric Rescorla" <[EMAIL PROTECT

Re: [Request] Commit the JNDIRealm patch

2002-11-07 Thread Jonathan Eric Miller
I have a patch as well which I submitted back in June. I haven't received a response either. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9702 Jon - Original Message - From: "Fredrik Westermarck" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, No

Tomcat 4.1.2 CoyoteConnector Authentication Problem

2002-10-04 Thread Jonathan Pierce
The 4.1.2 dist using the CoyoteConnector through IIS doesn't seem to support authentication. Is this a bug, or do I need to reconfigure the default server.xml to make this work? When I hit the secure URL on port 8080, I get redirected to the login screen as expected. When I hit it through the Co

Re: JNDIRealm in v4.1

2002-06-21 Thread Jonathan Eric Miller
Here's the link to the JNDIRealm doc in the Catalina documentation. The main Realm how-to doc hasn't been updated yet. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache /catalina/realm/JNDIRealm.html I think the userSearch attribute is the one that you need to use. Jo

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2002-06-11 Thread Jonathan Eric Miller
I thought about that too, I'm pretty sure that the strings get trimmed elsewhere in the code. I tested it with usernames and passwords that contained nothing but spaces and they were trimmed. Jon - Original Message - From: "Arshad Mahmood" <[EMAIL PROTECTED]> To: "Tomcat Developers List"

webapp connector configure.in problem with alt apache layout

2002-06-07 Thread Smiley Jonathan
d the change has just been checked in: > "apxs -q installbuilddir" now works with the current code in CVS. There have also been a few other apxs fixes checked in, so it's less broken than the comment in configure.in suggests. Just thought I'd let you know. Regards

Re: {PATCH] Enhanced JNDI realm

2002-03-01 Thread Jonathan Eric Miller
Hi John, I'm glad to see that you have come up with a patch for JNDIRealm which allows users to be authenticated by a bind instead of having to query for a password. One thing that I'm wondering about though, with regard to your implementation, do you have to use groups? Or, can you specify a fi

Re[2]:[VOTE] Tomcat 4.0.2 b2 release

2002-02-22 Thread Jonathan Pierce
Please ignore my last message, my mailer delivered the last email late to me so I thought you were planning another release. Sorry Reply Separator Subject:Re:[VOTE] Tomcat 4.0.2 b2 release Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date:

Re:[VOTE] Tomcat 4.0.2 b2 release

2002-02-22 Thread Jonathan Pierce
Since 4.0.2 is already released, shouldn't this be tagged 4.0.3b2 ? Reply Separator Subject:[VOTE] Tomcat 4.0.2 b2 release Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 1/16/2002 3:10 PM Hi, I think it would be good to tag Tomcat 4

Re[2]: Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/

2002-02-21 Thread Jonathan Pierce
pport authentication through the connector if jk1.x is used. String remoteUser = ajp.remoteUser().toString(); if(remoteUser != null) setUserPrincipal(new Ajp13Principal(remoteUser)); Jonathan This email

Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/org/apa

2002-02-15 Thread Jonathan Pierce
the connector libraries used in tomcat 4.0.2 nightly builds get rebuilt? Jonathan Reply Separator Subject:Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 2/15/2

Re[2]:cvs commit: jakarta-tomcat-connectors/jk/java/org/apac

2002-02-15 Thread Jonathan Pierce
>>No, I did it on purpose. >>It's a lot better to have the user set the behavior of the connector here. I don't understand what you mean here. If you want tomcat to authenticate, and the userid is passed in, your code doesn't call setUserPrincipal. When the userid passed in is the empty string

Re:cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/

2002-02-15 Thread Jonathan Pierce
(theRemoteUserName); } } } setUserPrincipal(theUserPrincipal); Jonathan Reply Separator Subject:cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 2/15/200

Updated Fix for AJP13 Connector Authentication Bug !!!

2002-02-15 Thread Jonathan Pierce
ecified user header of null, and stores the user principal in the request to null when the supplied userid is empty or null, and to a valid Ajp13Principal when the userid is non-null, non-empty. Jonathan Reply Separator Subject:Fix for AJP13 Conne

Fix for AJP13 Connector Authentication Bug !!!

2002-02-14 Thread Jonathan Pierce
lly serve the protected example url through the IIS connector and get properly challenged by the login screen and am able to login and logout as expected. http://localhost/examples/jsp/security/protected/index.jsp -Jonathan T

Re:native connectors for iis and netscape/solaris available

2002-02-13 Thread Jonathan Pierce
ealms in my production application since I need the connector. Does anyone have an estimate on when this bug will be fixed? It is a show stopper for me. -Jonathan Reply Separator Subject:native connectors for iis and netscape/solaris available Author: "T

Re:Tomcat 4 JDBCRealm Connection Pooling

2002-02-13 Thread Jonathan Pierce
configured with different realms? Jonathan Reply Separator Subject:Tomcat 4 JDBCRealm Connection Pooling Author: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 2/13/2002 10:25 AM Currently the JDBCRealm does not use db Co

Re[2]: Native Connector problems

2002-02-13 Thread Jonathan Pierce
Where are the binary builds of the native connectors for 4.0.2? When can we expect them? Can you quantify the term "shortly"? Jonathan Reply Separator Subject:Re: Native Connector problems Author: "Tomcat Developers List" <

Native Connector Builds - When?

2002-02-12 Thread Jonathan Pierce
copy some missing files from the cvs. Jonathan This email and any files transmitted with it are for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confident

Re:Connectors, Realms, 4.0.2b2 - 403 Access Denied

2002-02-05 Thread Jonathan Pierce
source has been denied -Jonathan * This email and any files transmitted with it are for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or

StandardSession: should StandardSession.manager be transient?

2002-02-04 Thread jonathan
I lost the plot... ;-} (Highly likely...) Jonathan. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread Jonathan Reichhold
/el-niño.jsp should be sent (per the w3c recommendation) as /el-nin%c3%b1o.jsp which is a UTF-8 encoded bytes sequences for any characters which aren't in the ~60 characters allowed from ASCII. The encoding used for the byte conversion is not specified in the official URI spec (RFC 2396), but the

Connectors, Realms, 4.0.2b2 - 403 Access Denied

2002-02-01 Thread Jonathan Pierce
http://localhost/examples/jsp/security/protected/index.jsp returns 403 - Access to the requested resource has been denied -Jonathan * This email and any files transmitted with it are for the named person's use only. It m

Re: Load balancing in Tomcat 4.0.x?

2002-01-27 Thread jonathan
On Sun, Jan 27, 2002 at 03:02:23PM -0800, Bill Barker wrote: > If you had checked the "Users List" instead of the "Developers List", you'd > know that load balancing is working with 4.0.2-B2. Oops, my bad... :) Thanks for the help. Jonathan. > - Orig

Load balancing in Tomcat 4.0.x?

2002-01-27 Thread jonathan
Can load balancing of http request be done using Tomcat 4.0.x and apache, or do you still have to use TC3.3a? Thank you. Jonathan. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Thanks for the note on JNI and class loading in the release notes

2001-09-14 Thread Jonathan Eric Miller
I'm guessing that Craig is the one that added the section about JNI and class loading in the RC1 release notes. I just wanted to say that I appreciate that you documented this. I also noticed that you fixed a problem that I noticed with the Base64 encoder where it had trailing zeroes. Thanks, Jo

Re: Tomcat 4 Documentation

2001-09-12 Thread Jonathan Eric Miller
- Original Message - From: "Glenn Nielsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 2001 7:30 PM Subject: Re: Tomcat 4 Documentation > One other thing I noticed with the docs. On my system at home, Netscape 4.7 > on FreeBSD the right margin for the doc

Re: [DO NOT REPLY: Bug 3524] New: NullPointerException in MemoryRealm

2001-09-12 Thread Jonathan Eric Miller
I'm running into this problem in RC1. Was this fixed post RC1? Jon - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 11:34 AM Subject: Re: [DO NOT REPLY: Bug 3524] New: NullPointerException in MemoryRealm > Hi, > >

Re: Fw: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-31 Thread Jonathan Eric Miller
Cc: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 4:35 PM Subject: Re: Fw: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7? > > > On Tue, 21 Aug 2001, Jonathan Eric Miller wrote: > > > Date: Tue, 21 Aug 2001 10:47:11 -0500 > > From: Jonathan Eric Miller

Fw: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-21 Thread Jonathan Eric Miller
se respond to me directly or post to the user list as I am not on this list. Thanks a lot. I think you guys are doing a great job. It's just a few small issues like this that I hope to resolve at this point. Jon - Original Message - From: "Jonathan Eric Miller" <[EMAIL

Re[2]: why - jaxp.jar two places in Tomcat4.0b7 dist

2001-08-17 Thread Jonathan Pierce
50 AM On Fri, 17 Aug 2001, Jonathan Pierce wrote: > > Two copies of the jaxp.jar file are in the 4.0b7 dist. Shouldn't they be moved > in /common/lib/ so that only one copy exists in the class path? > > /jasper/jaxp.jar > /server/lib/jaxp.jar > See the RELEASE-NOTES-4

why - jaxp.jar two places in Tomcat4.0b7 dist

2001-08-17 Thread Jonathan Pierce
Two copies of the jaxp.jar file are in the 4.0b7 dist. Shouldn't they be moved in /common/lib/ so that only one copy exists in the class path? /jasper/jaxp.jar /server/lib/jaxp.jar

Re[2]: Servlet Forward to Self? 4.0b7

2001-08-14 Thread Jonathan Pierce
>>why are you encoding the url? DOing that will cause ? and = to be >>encoded >>as %whatever; so the query string wont be interpreted as you >>intend. Not true, I am encoding the URL because I sometimes include quotes. It's not the issue here though, since it behaves the same way without encod

Servlet Forward to Self? 4.0b7

2001-08-14 Thread Jonathan Pierce
I'm not sure whether it is legal, but Tomcat 4.0b7 doesn't like it very much. I'm trying to forward a request back to the same servlet with a different query string that dispatches the way the request is handled within the servlet. Tomcat4.0b7 gets an error trying to allocate the servlet again

Re: getKeystorePass() method?

2001-08-14 Thread Jonathan Cobb
:) >>There >>should never be a way to display passwords in any system. >> Agreed, *especially* in the case of plaintext passwords. - jonathan.

Re: Running multiple servlet instances

2001-08-14 Thread Jonathan Cobb
rse if you are building a high-traffic webapp you will want to make sure everything is multithreaded, but for many low-traffic apps, single-threaded models (while arguably uglier from a design standpoint) perform just fine. - jonathan.

Re[2]: 4.0b7 war/context Base Directory problem

2001-08-13 Thread Jonathan Pierce
___ Subject:Re: 4.0b7 war/context Base Directory problem Author: [EMAIL PROTECTED] Date: 8/13/2001 4:06 PM Jonathan Pierce at [EMAIL PROTECTED] wrote: > > In 4.0b7, I can't get war files to expand at startup in time for a context in > the server.xml directory to not complai

4.0b7 war/context Base Directory problem

2001-08-13 Thread Jonathan Pierce
In 4.0b7, I can't get war files to expand at startup in time for a context in the server.xml directory to not complain. I'm trying to put a war file in the webapps directory and define a context that references the expanded version of the war but Tomcat 4.0b7 complains at startup that the docu

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Jonathan Reichhold
boolean method to check whether debugging is on/off? Jonathan

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Jonathan Reichhold
fer flags/config files to turn stuff like this on/off, but it is a relatively quick hack... Jonathan - Original Message - From: "Pier P. Fumagalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 1:24 PM Subject: Re: [TC4.0] Disabling de

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-07 Thread Jonathan Pierce
lanning on taking a look at using PoolMan (http://www.codestudio.com/) with Tomcat3.2.2 since it looks like it, like Tomcat 4.0, also lets you configure datasources in an xml file and provides a connection pooling implementation. Jonathan -Original Message- From: Craig R. McClanahan [mai

JDBC Realm Questions Tomcat 3.2.2

2001-07-03 Thread Jonathan Pierce
This may be a stupid question but I've found hundreds of messages from confused users on the subject of JDBC Realms and Tomcat and no good explanation or example. There is a documentation file JDBCRealm.howto but it doesn't describe how to instantiate the datasource with a code example or what add

Re: Connectors in Nightly builds?

2001-06-26 Thread Jonathan Reichhold
e who can't access CVS directly (I know about anoncvs)? It seems that without a link there will continue to be questions on where the source/binaries are. Jonathan - Original Message - From: "kevin seguin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [j-t-c] OS poll

2001-06-12 Thread Jonathan Reichhold
Mandrake 5, Redhat 6.2, Redhat 6.2 Enterprise, Redhat 7.0, Redhat 7.1 (with all the compat libs) under variation of IBM1.3, Sun1.3, Sun1.3.1 Window 2000 (SP2) and Windows NT 4 (Service Pack 6)

In-Process

2001-06-09 Thread Jonathan Harding
) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) My path is right, for arguments sake, am I supposed to use / or \ in directory paths. Regards Jonathan

javax.servlet.request.key-size/cipher-suite attributes aren't being set in Tomcat 4.0-b2 and later

2001-06-09 Thread Jonathan Eric Miller
I submitted a bug report using the Apache Bug Database regarding this. However, something seems to be wrong with that database because I don't see it in there now. Anyone know what happened to this bug? There are some new attributes in Tomcat 4 which allow you to query for SSL related information

Loading Libraries from Tomcat lib folder

2001-05-18 Thread Jonathan Pierce
In tomcat-3.2.2b5 and earlier, the tomcat.bat and tomcat.sh have inconsistent behavior as tomcat.sh loads all files in the tomcat lib folder and tomcat.bat only loads the ones with .jar extension. I think they should be changed to behave consistently so lib files don't need to be renamed when adde

.zip lib files

2001-05-07 Thread Jonathan Pierce
owing line? set _LIBJARS=%_LIBJARS% for %%i in (%TOMCAT_HOME%\lib\*.zip) do call %TOMCAT_HOME%\bin\cpappend.bat %%i Jonathan

Re:Enterprise Tomcat

2000-12-18 Thread Jonathan Pierce
the login servlet page to see the servlet running at: http://www.custserv.seagram.com/ Jonathan Reply Separator Subject:Enterprise Tomcat Author: [EMAIL PROTECTED] Date: 12/8/00 11:41 AM Hello all, Does anyone know of Corperate (Fortune 500)

System.out, System.err redirecting request

2000-12-05 Thread Jonathan Eric Miller
I'm wondering if the developers of Tomcat might consider implementing something in Tomcat so that a user can add a setting to server.xml similar to how other log files are configured so that you can redirect System.err and System.out to files. IMHO, this would be very useful. In fact, I suspect t

SSLSocketFactory.class missing in Tomcat 3.2b6

2000-10-31 Thread Jonathan Eric Miller
I'm not actually subscribed to this list, so, if you reply, please reply to me directly. I'm wondering if there is some reason that there is no SSLSocketFactory.class included with the Tomcat 3.2b6 binary distribution? I first ran into this problem with 3.2b2 and I would have thought that this w