Re: moding tomcat to be a proxy server

2003-06-24 Thread Peter Romianowski
Bill Ataras wrote: LB ? Load Balancing, I guess ;) (it's early for me) -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:07 AM To: Tomcat Developers List Subject: Re: moding tomcat to be a proxy server Bill Ataras wrote: Google doesn't gi

RE: DO NOT REPLY [Bug 15315] New: - Error in catalina.sh for cygwin/XP

2002-12-12 Thread Peter Romianowski
This is fixed in 4.1.17 alpha. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 5:01 PM > To: [EMAIL PROTECTED] > Subject: DO NOT REPLY [Bug 15315] New: - Error in catalina.sh > for cygwin/XP > > > DO NOT REPLY TO THIS EMAIL,

Bug with Logger? (could be shorter...)

2002-12-03 Thread Peter Romianowski
With 4.1.12 (4.0.x is ok) I experience a problem with logging. There seems to be some strange buffering. I have a Servlet in my webapp which does some initialisation. It prints progress information to STDOUT and error information (exception.printStackTrace()) to STDERR. I have a System.exit call

RE: keystore alias and Tomcat

2002-11-25 Thread Peter Romianowski
AFAIK you can only have one certificate per keystore and that has to have to alias "tomcat". Peter > -Original Message- > From: Naveen Pasumarthi [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 10:43 PM > To: [EMAIL PROTECTED] > Subject: Fwd: keystore alias and Tomcat > >

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Romianowski
> If you think using it for JSTL is okay, why wouldn't it be > okay for other tag libraries? The same issues (if they are > issues) apply to JSTL, don't they? I thought of it beeing done by the jasper-crew, i.e. being part of "stock tomcat", so it could be assured that it is working correct.

RE: [Jasper2] framework for tag optimization

2002-11-23 Thread Peter Romianowski
Just a thought: Doesn't this breack the standard conformance tomcat is all about? One could easily be bound to tomcat after writing some plugins that break the initial semantics of a tag. I think there is no way to assure the correctness of a plugin- implementation, so it would become impossible

[PATCH] catalina.sh and cygwin

2002-10-14 Thread Peter Romianowski
Hi, I proposed this patch before without any notice. No problem at all, you all seem very busy. But I got several people asking for help regarding this issue, so I resend the patch. The problem is, that catalina.sh does not translate the $CATALINA_TMPDIR path to cygwin-path resulting tomcat

[PATCH] 4.1.12 catalina.sh for cygwin

2002-09-27 Thread Peter Romianowski
After 2 days of messing around with TC 4.1.12 on cygwin, I realized that the catalina.sh is broken. It does not convert the $CATALINE_TMPDIR environment-variable to a cygwin-path. This lead to these javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/ exception,

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2001-09-07 Thread Peter Romianowski
yes, the solution looks like a great deal in both, performance and stability, enven though i found out that synchronizing the ResourceEntry entry is enough. (at least it does not cause my good old error :-) i think the concurrent access to the ResourceEntry-object is the point which leads to the e

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2001-09-07 Thread Peter Romianowski
no, Peter tells you that it is WORKING! Yep. thanks, pero -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 3:23 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClass

RE: LinkageError: duplicate Class definition

2001-09-06 Thread Peter Romianowski
ok, i switched to today's nightly (20010906) but the error remains. instead of bothering you again and again i downloaded the src (20010906) and "fixed" the bug. (or at least make it disappear :-) first i simply synchronized the complete method (WebappClassLoader.findClassInternal) and that did th

AW: LinkageError: duplicate Class definition

2001-09-06 Thread Peter Romianowski
ok, i try to develop a test case (and environment). but my first attempt to reproduce the error in that testcase failed (even though it remains in my "real" application). here's a short doc on what's happening: 1. i start tomcat with tomcat/bin/catalina.sh -config myserver.xml - file follows tomc

AW: LinkageError: duplicate Class definition

2001-09-05 Thread Peter Romianowski
2001 20:38 An: Peter Romianowski Cc: [EMAIL PROTECTED] Betreff: Re: LinkageError: duplicate Class definition There was a race condition in the web app class loader in 4.0-beta-7 that could cause this. Could you try it again with a recent nightly build. NOTE: Use the one from 20010906 (tonight

LinkageError: duplicate Class definition

2001-09-05 Thread Peter Romianowski
hi there, I got a weird problem getting on here. I'm using tomcat 4b07 on both win2000 and linux. after startup I start some threads and when they execute for the first time I get a LinkageError: duplicate Class definition. there are 4 things with this I dont understand: 1st: all classes are ther