DO NOT REPLY [Bug 20934] - Tomcat crash when opened for long time

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: commons-sandbox/daemon

2003-06-20 Thread jean-frederic clere
Bill Barker wrote: Ok, yes I know that this should go to commons-dev, but I don't monitor that list as closely and all of the active developers hang-out here. I would like to make some changes to native/unix/native, and (keeping with commons conventions) should ask first. I already have

Re: commons-sandbox/daemon

2003-06-20 Thread jean-frederic clere
Costin Manolache wrote: Bill Barker wrote: Ok, yes I know that this should go to commons-dev, but I don't monitor that list as closely and all of the active developers hang-out here. I would like to make some changes to native/unix/native, and (keeping with commons conventions) should ask first.

DO NOT REPLY [Bug 20934] - Tomcat crash when opened for long time

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20934] - Tomcat crash when opened for long time

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20934. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: commons-sandbox/daemon

2003-06-20 Thread jean-frederic clere
Bill Barker wrote: - Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, June 20, 2003 12:21 AM Subject: Re: commons-sandbox/daemon Bill Barker wrote: Ok, yes I know that this should go to commons-dev, but I don't

DO NOT REPLY [Bug 19864] - JNDIRealm NullPointerException / CommunicationException when Context Closed

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19864. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20948] New: - Jasper error in JSP source to Java servlet code generation

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20948. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20948] - Jasper error in JSP source to Java servlet code generation

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20948. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

why does tomcat recycle objects

2003-06-20 Thread Nishant Kumar
hi, i was going through this link http://java.sun.com/docs/hotspot/PerformanceFAQ.html and found the follwing Many systems have less efficient memory management than in HotSpot. To work around this, some programs keep an object pool, saving previously allocated objects in some

RE: commons-sandbox/daemon

2003-06-20 Thread Shapira, Yoav
Howdy, 1) I want to call setsid (on platforms that support it) after the detach, since evil things happen if I don't (at least on RH Linux). Good idea, 2) I want to add a -outfile and -errfile to the config options (consistant with procrun, and both defaulting to /dev/null). stdin will get

DO NOT REPLY [Bug 18895] - Can not use HttpsURLConnection with Java 1.4.1 and Coyote/JK2 Connector

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18895. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

web.xml init param

2003-06-20 Thread Jing Huang
Hi, I am new to Tomcat. This might be a very simple question to the gurus here. Please help. I set initial parameters for a servlet in web.xml. When I start the server and run the servlet, the servlet can not get the initial parameters. It seems that the web.xml was not accessed at all. Can you

Uploading file (which I got from c++ application using JNI freamwork) to Tomcat

2003-06-20 Thread Sanjay Jadhav
Hello, I facing the while reading and writing binary files to Apache Tomcat/4.1.24 web server . I will be very kind if any body from your side help me out. I had which upload file to server using . This same being used by c++ application also . As the take any type of file from user and call

Taglib lifecycle issues

2003-06-20 Thread Daniel Rabe
I'm using Tomcat 4.1.24-LE-jdk14, and have written a simple taglib by extending the TagSupport class. It basically works, but the lifecycle is being handled differently than I expected. My tag has no body, and has one required attribute. My JSP page contains several invocations, all with different

Problem with SSL for APACHE TOMCAT

2003-06-20 Thread Kapar Jan
Hello, I would like to configure SSL encryption for TOMCAT, but I cannot do that. I have got downloaded and installed JSSE 1.0.3.x (I just copied 3 files into c:\jdk1.3.1\jre\lib\ext) But I dont know where I have to set ENVIROMENT VARIABLE JSSE_HOME. (I tried to set up in My computer /

Re: web.xml init param

2003-06-20 Thread David Cassidy
Jing This is a tomcat users question. Post this message and your web.xml there and you should get an answer Please note tomcat developers is for developers of tomcat, not people who develop applications to run on tomcat.

Re: Taglib lifecycle issues

2003-06-20 Thread Tim Funk
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001 -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 20953] New: - JSPC compiler NPE's when tag libraries not on classpath

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20953. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

David Cassidy/DMGIT/DMG UK/DeuBa is out of the office.

2003-06-20 Thread David Cassidy
I will be out of the office starting 20/06/2003 and will not return until 30/06/2003. For all dWeb (UK) Support issues please contact the IT Helpdesk on ext 5 -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have

DO NOT REPLY [Bug 16688] - JSP's not compiling

2003-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16688. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-06-20 Thread jfarcand
jfarcand2003/06/20 14:18:45 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Fix bugtraq 4880590 Container incorrectly processes invalid URL patterns in jsp-property-groups. This extends to non-jsp-property-group

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2003-06-20 Thread jfarcand
jfarcand2003/06/20 14:39:13 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: Fix NPE exception when an invalid war file is deployed: java.lang.NullPointerException at