Help: Why HttpFilterProc and HttpExtensionsProc on 2 different process in isapi_redirector2.dll?

2003-01-27 Thread James Chang
Hi, System: windows XP pro, IIS 5.1. isapi_redirector2.dll is not doing its job. isapi_redirector2.dll from: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/win32/ What happened is, when IIS starts up, it calls dll_Main for all its threa

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeansMBeanUtils.java

2003-01-27 Thread Craig R. McClanahan
On 28 Jan 2003 [EMAIL PROTECTED] wrote: > Date: 28 Jan 2003 05:29:22 - > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: cvs commit: > jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans > MBeanUtils.

DO NOT REPLY [Bug 14200] - TLDs under WEB-INF are not scanned for URI mappings

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [4.1.20] Tagging soon ?

2003-01-27 Thread Remy Maucherat
Jeanfrancois Arcand wrote: We should waiit for 4.1.20The last 3 versions were broken, and we should test it extensively. Unfortunatly, I cannot test it tonigh and tomorrow (but latter this the week). We should wait based on experience :-) Indeed, experience shows we have to be careful with

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java

2003-01-27 Thread costin
costin 2003/01/27 21:42:24 Modified:jk/java/org/apache/jk/common ChannelSocket.java HandlerRequest.java Log: Fix the name of the jk handler. Fix a NPE - req must be created first. Revision ChangesPath 1.33 +1 -1 jakarta-tomcat-conn

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2003-01-27 Thread costin
costin 2003/01/27 21:29:22 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Another commit - my workspace is almost in sync now. Make few methods public - so same code will be used to create the names. More important - replac

Re: JspC compile JSP with JSTL

2003-01-27 Thread Jeanfrancois Arcand
Replace the xercesImpl.jar with Xerces 2.1.0. There is a bug in Xerces that cause that strage error., -- Jeanfrancois Kelly Chen wrote: I just wonder if anyone have done this before. I am using JspC to compile JSP from the command line. It was working OK until I tried to use JSTL. As soon as

JspC compile JSP with JSTL

2003-01-27 Thread Kelly Chen
I just wonder if anyone have done this before. I am using JspC to compile JSP from the command line. It was working OK until I tried to use JSTL. As soon as I add the following lines to the to be compiled JSP <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> JspC starts to run into

DO NOT REPLY [Bug 16479] - unwraps ServletResponseWrapper

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [GUMP] Build Failure - jakarta-tomcat-catalina

2003-01-27 Thread Larry Isaacs
Is there an update to MBeanUtils? My local Gump is getting: [javac] Compiling 306 source files to \Gump\Base\jakarta-tomcat-catalina\build\server\classes [javac] C:\Gump\Base\jakarta-tomcat-catalina\catalina\src\share\org\apache\catalina\core\StandardContext.java:4441: createObjectName

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java

2003-01-27 Thread kinman
kinman 2003/01/27 17:42:57 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java Log: - Suppress generation of alias map if there is no aliases. Revision Ch

Re: [4.1.20] Tagging soon ?

2003-01-27 Thread Jeanfrancois Arcand
We should waiit for 4.1.20The last 3 versions were broken, and we should test it extensively. Unfortunatly, I cannot test it tonigh and tomorrow (but latter this the week). We should wait based on experience :-) -- Jeanfrancois Glenn Nielsen wrote: Xerces 2.3 was just released and claim

Re: [4.1.20] Tagging soon ?

2003-01-27 Thread Glenn Nielsen
Xerces 2.3 was just released and claims it fixes the bug we saw with Tomcat. Perhaps we should test and verify this so we can use it for the distributions. Glenn Remy Maucherat wrote: I plan to port the changes made to JSPC in the Tomcat 5 branch, and (as I think fixing the issue is important)

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-jsptaglibrary_2_0.xsd

2003-01-27 Thread kinman
kinman 2003/01/27 16:19:10 Modified:jsr152/src/share/dtd web-jsptaglibrary_2_0.xsd jsr152/src/share/javax/servlet/jsp/el ExpressionEvaluator.java FunctionMapper.java jsr152/src/share/javax/servlet/jsp/tagext SimpleTag.java

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java

2003-01-27 Thread kinman
kinman 2003/01/27 16:13:39 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java TagFileProcessor.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties

DO NOT REPLY [Bug 16479] New: - unwraps ServletResponseWrapper

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Question about duplication of secure property in RequestBase and HttpRequestBase

2003-01-27 Thread John Sisson
Thanks for the reply Tim, but I don't think my question was clear enough. Both the RequestBase and HttpRequestBase classes have their own isSecure instance variable and have their own setSecure() and isSecure() methods. The code in both classes seems to do the same thing. My question is, is there

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/deploy ApplicationParameter.java ContextEjb.java ContextEnvironment.java ContextLocalEjb.java ContextResource.java ContextResourceLink.java ErrorPage.java FilterDef.java FilterMap.java LoginConfig.java MessageDestinationRef.java NamingResources.java ResourceParams.java SecurityCollection.java SecurityConstraint.java

2003-01-27 Thread costin
costin 2003/01/27 15:45:19 Modified:catalina/src/share/org/apache/catalina/deploy ApplicationParameter.java ContextEjb.java ContextEnvironment.java ContextLocalEjb.java ContextResource.java ContextResourceLink.java

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

2003-01-27 Thread costin
costin 2003/01/27 15:40:13 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: Changed to c-l. Set the class loader on digester - it seems the HEAD works better this way. Revision ChangesPath 1.6 +24 -26

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

2003-01-27 Thread costin
costin 2003/01/27 15:36:16 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Remove debugging message. Revision ChangesPath 1.3 +4 -5 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/Stand

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

2003-01-27 Thread costin
costin 2003/01/27 15:35:47 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Added a "type" attribute, corresponding to the j2eeType or type from the name. Make the j2eesuffix ( used internally ) protected, so it won't show in

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

2003-01-27 Thread costin
costin 2003/01/27 15:33:10 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: Remove unneeded param. Store the startup time instead of displaying it ( will be visible in the jmx console ) added missing getter. Remov

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

2003-01-27 Thread costin
costin 2003/01/27 15:27:27 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Few changes - sorry for mixing them up in a single commit. - use commons-logging - one small experiment: change the logger on context startup,

Re: [GUMP] Build Failure - jakarta-tomcat-catalina

2003-01-27 Thread Costin Manolache
I'll update it - I wanted to run more tests and it seems I forgot to commit it. Sorry Costin Amy Roh wrote: > Costin, > > Did you forget to update StandardContext that works with TldConfig? The > current workspace doesn't compile due to the following error. > >> build-catalina-core: >> [j

Re: JVM Error

2003-01-27 Thread Costin Manolache
I've seen similar problems - java is very sensitive to each thread beeing 'registered'. My understanding is that attaching the thread will set all the TLDs that are needed, and jk2 is calling the attach method - so I don't know what is wrong here. My bet would be on thread creation - I would add

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ParserController.java Validator.java

2003-01-27 Thread luehe
luehe 2003/01/27 15:15:34 Modified:jasper2/src/share/org/apache/jasper/compiler ParserController.java Validator.java Log: Treat "UTF-16", "UTF-16BE", and "UTF-16LE" as identical when comparing - the detected XML encoding of a JSP document (as per secti

Tomcat 4.1.18 server crashes

2003-01-27 Thread Philip Li
> My Tomcat 4.1.18 server, running on Win2K Advanced Server, seems to > crash regularly, and consistently, without any obvious reason (nothing > showed up in the log at the time of crash) under the following > conditions: > > I am trying to refresh a database display page regularly using > > >

Re: using ajp (isapi_redirector2.dll) without tomcat on IIS (is_inited =0 in HttpExtensionProc)

2003-01-27 Thread James Chang
Hi, Here is more information I got. It looks like what happened is, the socket open and data sending is done in HttpExtensionProc, However the static int is_inited is always 0 when that function is called. However is_inited is been set to 1 upon dll initialization by another thread, and when

Re: [GUMP] Build Failure - jakarta-tomcat-catalina

2003-01-27 Thread Amy Roh
Costin, Did you forget to update StandardContext that works with TldConfig? The current workspace doesn't compile due to the following error. build-catalina-core: [javac] Compiling 306 source files to /home/rubys/jakarta/jakarta-tomcat-catalina/build/server/classes [javac] /home/rubys/j

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

2003-01-27 Thread amyroh
amyroh 2003/01/27 14:19:24 Modified:catalina/src/share/org/apache/catalina/core ApplicationContext.java Log: Fix to return MalformedURLException when the path doesn't begin with a "/". Bugtraq 4806986. Revision ChangesPath 1.7 +8 -4

JVM Error

2003-01-27 Thread Alexander Leyke
Hello, I work on JK2 family module for AOLserver and use JNI to communicate with Tomcat, so the JVM is running inside the Web server process. I experience a problem with JVM 1.3.1 on Solaris 2.7/E250 and wonder if anyone else has encountered a similar issue. It manifests itself as JVM crashing

RE: Trying to fix Gump

2003-01-27 Thread Larry Isaacs
Okay, I'll make sure I keep the option of using coyote_10 for Tomcat 4.1 open in how I fix things for Tomcat 3.3.x. Larry > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 4:30 PM > To: Tomcat Developers List > Subject: Re: Trying to fix

Re: Interesting

2003-01-27 Thread Glenn Nielsen
Costin Manolache wrote: Glenn Nielsen wrote: Interesting - but it won't work if the security manager is enabled. If the security manager is disabled ( as it is in 99% of the cases ) - there is no protection at all, if you can run servlets - you can do anything a C program can. Just load a JNI

RE: Trying to fix Gump

2003-01-27 Thread Larry Isaacs
Getting the various jakarta-tomcat's to build together in Gump is tricky. The change to make jakarta-tomcat depend on jakarta-tomcat-coyote_10 instead of jakarta-tomcat-connectors represents a fundamental build change. jakarta-tomcat-connectors doesn't actually build anything (it just forces sour

not responding

2003-01-27 Thread Ries, Josie
I have just Apache tomcat and since then Visual Age will just stop responding and CPU usage is at 100%. This happens without a pattern and is now happening very regularly. Any ideas? Josie Ries Information Specialist EDS Business Services MI/TN Solution Center phone: 586-774-0308 * mailto:[E

Re: Trying to fix Gump

2003-01-27 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 12:57 PM Subject: Re: Trying to fix Gump > Larry Isaacs wrote: > > > I'm trying to get Gump working with respect to > > jakarta-tomcat* projects. I need to know which

Re: Interesting

2003-01-27 Thread Costin Manolache
Glenn Nielsen wrote: >>> Interesting - but it won't work if the security manager is enabled. >>> If the security manager is disabled ( as it is in 99% of the cases ) - >>> there is no protection at all, if you can run servlets - you can do >>> anything a C program can. Just load a JNI library and

DO NOT REPLY [Bug 16476] New: - session always old

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-27 Thread Larry Isaacs
I'll assume DynamicMBeanProxy will stay for now and make sure the jtc/util projects in Gump still show a dependency on JMX. Larry > -Original Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 3:55 PM > To: [EMAIL PROTECTED] > Subject: RE: cvs c

Re: [5.0] New mapper

2003-01-27 Thread Costin Manolache
Remy Maucherat wrote: > (This question is for Costin) > > As I've mentioned before, I'm writing a new mapper to replace the > current 5.0 request mapper, which is a major performance problem right > now. > > The implementation goes well enough (I'll likely commit something today > or tomorrow; i

Re: Trying to fix Gump

2003-01-27 Thread Costin Manolache
Larry Isaacs wrote: > I'm trying to get Gump working with respect to > jakarta-tomcat* projects. I need to know which projects > are intended to be dependent on jakarta-tomcat-coyote_10. > > Currently, jakarta-tomcat-coyote_10 project lists > tomcat-catalina as a dependent project, in addition t

Getting UserGroups from Apache

2003-01-27 Thread Ignacio J. Ortega
Hola a todos: I recall hear from someone in the past that there are some problems passing roles from Apache2 ( Using UserGroups or alike) to Tomcat, but i dont recall the exact issue, anyone? Saludos, Ignacio J. Ortega -- To unsubscribe, e-mail: For additional com

DO NOT REPLY [Bug 16474] New: - Unable to obtain correct data for version, path, or domain information from Cookie

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-27 Thread Costin Manolache
Larry Isaacs wrote: > Hi Costin, > > jtc/util still contains org.apache.tomcat.util.mx.DynamicMBeanProxy > which imports "javax.management.*". Is the intent to update or remove > this class so the dependency on JMX can be removed? Thanks. To deprecate - for sure, there is no point in maintaini

Re: Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Craig R. McClanahan
On Mon, 27 Jan 2003, Glenn Nielsen wrote: > Date: Mon, 27 Jan 2003 11:11:29 -0600 > From: Glenn Nielsen <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Cleanup of javax.servlet.co

RE: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java ThreadPoolMX.java

2003-01-27 Thread Larry Isaacs
Hi Costin, jtc/util still contains org.apache.tomcat.util.mx.DynamicMBeanProxy which imports "javax.management.*". Is the intent to update or remove this class so the dependency on JMX can be removed? Thanks. Cheers, Larry > -Original Message- > From: Costin Manolache [mailto:[EMAIL PR

Trying to fix Gump

2003-01-27 Thread Larry Isaacs
I'm trying to get Gump working with respect to jakarta-tomcat* projects. I need to know which projects are intended to be dependent on jakarta-tomcat-coyote_10. Currently, jakarta-tomcat-coyote_10 project lists tomcat-catalina as a dependent project, in addition to jakarta-tomcat. Is the coyote_

using ajp (isapi_redirector2.dll) without tomcat on IIS

2003-01-27 Thread James Chang
I have downloaded apache binary dist and the ajp connector source, and builded the IIS redirector (It was rather strange that apr.h is in apache binary dist but not in the apache source release). What I found with debug messages is, HttpFilterProc() is called with I request http://localhost/examp

how to detect 'hanging' requests

2003-01-27 Thread list
hello! i'm looking for a detection of 'hanging' or 'unable to finish' requests. e.g.: while(true) loops in a jsp. no one would program something like this but on a server with multiple applications it happens sometime that under some circumstances a infinite loop or a recoursive loop is create

DO NOT REPLY [Bug 16449] - Race condition when compiling jsp pages

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [4.1.20] Tagging soon ?

2003-01-27 Thread Glenn Nielsen
I was planning on doing some research and testing of custom tag pooling options (as we discussed last week) this week. It would be nice if the results from that could get into th 4.1.20 release. Could be a nice performance improvement for Jasper2. Regards, Glenn Remy Maucherat wrote: I plan t

Re: [4.1.20] Tagging soon ?

2003-01-27 Thread Hans Bergsten
Remy Maucherat wrote: I plan to port the changes made to JSPC in the Tomcat 5 branch, and (as I think fixing the issue is important) tag a new 4.1.20 milestone within a few days. Comments ? That would be great, but can you please apply the TagLibraryInfoImpl patch from bug #14302 before you so

DO NOT REPLY [Bug 16449] - Race condition when compiling jsp pages

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/webapps/docs/config coyote.xml

2003-01-27 Thread remm
remm2003/01/27 10:32:08 Modified:webapps/docs/config coyote.xml Log: - Documentation update. Revision ChangesPath 1.3 +22 -2 jakarta-tomcat-catalina/webapps/docs/config/coyote.xml Index: coyote.xml =

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml

2003-01-27 Thread remm
remm2003/01/27 10:31:57 Modified:webapps/tomcat-docs/config coyote.xml Log: - Documentation update. Revision ChangesPath 1.5 +20 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml Index: coyote.xml

Re: using ajp (isapi_redirector2.dll) without tomcat

2003-01-27 Thread James Chang
I have downloaded apache binary dist and the ajp connector source, and builded the IIS redirector (It was rather strange that apr.h is in apache binary dist but not in the apache source release). What I found with debug messages is, HttpFilterProc() is called with I request http://localhost/exam

cvs commit: jakarta-tomcat-5 build.properties.default

2003-01-27 Thread jfarcand
jfarcand2003/01/27 10:18:21 Modified:.build.properties.default Log: Do not use quote. Revision ChangesPath 1.61 +2 -2 jakarta-tomcat-5/build.properties.default Index: build.properties.default ===

DO NOT REPLY [Bug 16127] - Seems to be a problem doing a static include of content when using a different charset.

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[5.0] New mapper

2003-01-27 Thread Remy Maucherat
(This question is for Costin) As I've mentioned before, I'm writing a new mapper to replace the current 5.0 request mapper, which is a major performance problem right now. The implementation goes well enough (I'll likely commit something today or tomorrow; in the end, there are no fancy algorit

[4.1.20] Tagging soon ?

2003-01-27 Thread Remy Maucherat
I plan to port the changes made to JSPC in the Tomcat 5 branch, and (as I think fixing the issue is important) tag a new 4.1.20 milestone within a few days. Comments ? Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/xmlparser XMLEncodingDetector.java XercesEncodingDetector.java

2003-01-27 Thread luehe
luehe 2003/01/27 10:10:48 Modified:jasper2/src/share/org/apache/jasper/compiler PageInfo.java ParserController.java Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties

DO NOT REPLY [Bug 16449] - Race condition when compiling jsp pages

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-5 build.xml build.properties.default

2003-01-27 Thread jfarcand
jfarcand2003/01/27 10:05:10 Modified:.build.xml build.properties.default Log: Default download to the HEAD target. Revision ChangesPath 1.72 +5 -5 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml build.properties.default

2003-01-27 Thread jfarcand
jfarcand2003/01/27 09:35:28 Modified:.build.xml build.properties.default Log: Add support for cvs tag when using the checkout target. Revision ChangesPath 1.71 +2 -1 jakarta-tomcat-5/build.xml Index: build.xml =

Re: Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Glenn Nielsen
As of Tomcat 4.1.19 the manager will remove the tempdir when you /remove a web application. In your case I would add some code to a servlet init method to cleanup the old temporary files. Then configure the servlet to load on startup. I would not want the manager to muck around with the tempdir o

Re: Interesting

2003-01-27 Thread Glenn Nielsen
Jeanfrancois Arcand wrote: Costin Manolache wrote: Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspeciali

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threadsThreadPool.java ThreadPoolMX.java

2003-01-27 Thread Costin Manolache
FYI: I did the same in the main branch. All of DynamicMBean features are now porte to modeler. There is no need for JMX dependency in jtc/util ( the branch is still needed in coyote, jk, http11 ) Costin [EMAIL PROTECTED] wrote: billbarker2003/01/24 20:49:24 Modified:util/java/org/ap

Re: Interesting

2003-01-27 Thread Jeanfrancois Arcand
Costin Manolache wrote: Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspecialists.co.za/archive/Issue014.htm

Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Shapira, Yoav
Howdy, So tomcat provides a temporary directory per-cotnext accessible via javax.servlet.context.tempdir per the 2.3 Servlet Specification. No problem there. I don't think the spec (including the 2.4 PFD version) says anything about cleaning up the temporary directory. Does tomcat provide any me

Re: Interesting

2003-01-27 Thread Costin Manolache
Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspecialists.co.za/archive/Issue014.html -jon Interesting - but it

DO NOT REPLY [Bug 16449] - Race condition when compiling jsp pages

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16449] New: - Race condition when compiling jsp pages

2003-01-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

FW: JMX : Questions

2003-01-27 Thread Thierry Legrain
-Original Message- From: Thierry Legrain Sent: Monday, January 27, 2003 11:36 AM To: '[EMAIL PROTECTED]' Cc: Thierry Legrain Subject: JMX : Questions I have realized a generic MBeanBrowser and I want to test it with TomCat. How to connect MBeanServer with an external program?

DO NOT REPLY [Bug 9931] - Base64 decoder chokes on a whitespace: FASTER?

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

Error

2003-01-27 Thread Eugeny N Dzhurinsky
what is it? Apache Tomcat 4.0.6 JDK 1.3.1_p7 FreeBSD 4.7 "HttpProcessor[2002][2]" (TID:0x28e54540, sys_thread_t:0x83f2a80, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.catalina.connector.http.HttpProc

[GUMP] Build Failure - jakarta-tomcat-catalina

2003-01-27 Thread bobh
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: [mkdir] Created dir: /ho

[GUMP] Build Failure - jakarta-tomcat-jk-ant

2003-01-27 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml does not exist! Build failed -- To unsubscribe

Interesting

2003-01-27 Thread Jon Scott Stevens
I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspecialists.co.za/archive/Issue014.html -jon -- To unsubscribe, e-mail: