DO NOT REPLY [Bug 36231] - getCause() null for ServletException

2006-02-15 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://issues.apache.org/bugzilla/show_bu

WIN32 anti-resource-locking support in 5.5.x, would a back port be acceptable ?

2006-02-15 Thread Darryl L. Miles
What is the chance of getting this feature supported in 5.0.x or 4.x to help developers using the WIN32 platform under an IDE ? I'm not asking someone to do it, I can investigate and spend some time on it, but I'd like to understand the on going maintenance implications that has for you guys

restarting tomcat

2006-02-15 Thread Jim Manico
I am using the most recent version of Tomcat. *sometimes* when I reload the server during development, it crashes and I need to do a manager/start?path=/ to restart it. Over time these "manager restarts" do not seem to free up the memory as it should. So after several dozen or so reloads, I se

svn commit: r378093 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: ./ group/ mcast/ tcp/

2006-02-15 Thread fhanik
Author: fhanik Date: Wed Feb 15 13:13:45 2006 New Revision: 378093 URL: http://svn.apache.org/viewcvs?rev=378093&view=rev Log: Slowly taking a little shape, getting ready to make the messaging a completely separate component, that if correctly done should be able to be used elsewhere. Modified:

DO NOT REPLY [Bug 38658] - RFE: AuthenticatorBase.doLogin(request, response, principal)

2006-02-15 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://issues.apache.org/bugzilla/show_bu

svn commit: r378050 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: ./ deploy/ group/ session/ tcp/

2006-02-15 Thread fhanik
Author: fhanik Date: Wed Feb 15 10:30:02 2006 New Revision: 378050 URL: http://svn.apache.org/viewcvs?rev=378050&view=rev Log: Refactor: ClusterListener is not the same as MessageListener The ClusterListener is a listener that is added to the Cluster element. A MessageListener is solely a listener

svn commit: r378049 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup/ClusterRuleSet.java

2006-02-15 Thread fhanik
Author: fhanik Date: Wed Feb 15 10:28:15 2006 New Revision: 378049 URL: http://svn.apache.org/viewcvs?rev=378049&view=rev Log: The ClusterListener is the class that gets added to the cluster, not MessageListener Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/start

Re: problem building 5.5.15

2006-02-15 Thread Mladen Turk
Eric Lenio wrote: Well if the RM must generate this file for each release perhaps then it could be added to subversion? That way any time 'svn update' is used to refresh sources the current Tomcat version can be known. Right, it might be useful to split the build.properties.default to two fil

Re: problem building 5.5.15

2006-02-15 Thread Eric Lenio
Well if the RM must generate this file for each release perhaps then it could be added to subversion? That way any time 'svn update' is used to refresh sources the current Tomcat version can be known. On Tue, Feb 14, 2006 at 08:28:04AM +0100, Mladen Turk wrote: > > You will need to edit the buil

RE: Tomcat is going down.

2006-02-15 Thread George Sexton
You need to repost your question on the users list. http://tomcat.apache.org/lists.html#tomcat-users George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Ángel Prieto [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006

RE: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-02-15 Thread George Sexton
Last time I looked it was still unfixed. http://issues.apache.org/bugzilla/show_bug.cgi?id=37781 The only suggestion I have is to vote for it to be fixed. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Yong Gou [mailto:[EMA

DO NOT REPLY [Bug 38630] - Environment (java:comp/env/) sometimes not available

2006-02-15 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38658] New: - RFE: AuthenticatorBase.doLogin(request, response, principal)

2006-02-15 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://issues.apache.org/bugzilla/show_bu

Re: Cluster - questions

2006-02-15 Thread Filip Hanik - Dev Lists
roger that, good to know the details. Peter Rossbach wrote: All java version support NIO, but we have some trouble with NIO at suse 9.3, jdk 1.5.0_01 and jdk 1.4.x when we stop some cluster members. Then I implement the simple SocketReplicationListener that is really stable for async mode. At

Re: Cluster - questions

2006-02-15 Thread Peter Rossbach
All java version support NIO, but we have some trouble with NIO at suse 9.3, jdk 1.5.0_01 and jdk 1.4.x when we stop some cluster members. Then I implement the simple SocketReplicationListener that is really stable for async mode. At async mode we not need a lots of parallell threads. Pet

Re: Cluster - questions

2006-02-15 Thread Filip Hanik - Dev Lists
Question, what Linux distributions that run Java 1.4 or higher (required for 5.5) do not support NIO? Filip Peter Rossbach wrote: It implements aTCP/IP Socket receiver without NIO. This classes very useful for async mode at some linux platforms. Please, don't remove them, they are very impor

svn commit: r377994 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core: ApplicationContext.java ApplicationContextFacade.java

2006-02-15 Thread remm
Author: remm Date: Wed Feb 15 04:37:28 2006 New Revision: 377994 URL: http://svn.apache.org/viewcvs?rev=377994&view=rev Log: - Add getContextPath to the implementation classes. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/ApplicationContext.java tomcat/

DO NOT REPLY [Bug 38653] New: - "parameterMap.locked" message does not exist

2006-02-15 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://issues.apache.org/bugzilla/show_bu

Tomcat is going down.

2006-02-15 Thread Ángel Prieto
Hello, I'm having some problems with apache+tomcat with this configuration: Apache 2.0.51 (on Fedora Core 2) Tomcat 5.0.28 JDK 1.4.0_04 Mod_jk connector for FC2. Sometimes system goes down and we don't have any idea what the reason is. We get this error sometimes: 10-feb-2006 10:05:02 org.apa

svn commit: r377969 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-02-15 Thread pero
Author: pero Date: Wed Feb 15 00:59:24 2006 New Revision: 377969 URL: http://svn.apache.org/viewcvs?rev=377969&view=rev Log: fix typecast after a hint form Mladen. thanks. Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c UR

Re: Request parameters straight after authentication

2006-02-15 Thread Kevin McCormack
Hi Mark, On 13/02/06, Mark Thomas <[EMAIL PROTECTED]> wrote: > Kevin McCormack wrote: > > Possible Fix? > > == > > I looked through the Tomcat 5.5.12 source code and ended up in the > > org.apache.catalina.authentication.FormAuthenticator class and noticed > > that there is no code there t

Re: svn commit: r377964 - in /tomcat/connectors/trunk/jni/native/src: file.c network.c

2006-02-15 Thread Mladen Turk
[EMAIL PROTECTED] wrote: char sb[TCN_BUFFER_SZ]; if ((ss = (*s->net->recv)(s->opaque, sb, &nbytes)) == APR_SUCCESS) -(*e)->SetByteArrayRegion(e, buf, offset, (jsize)nbytes, sb); +(*e)->SetByteArrayRegion(e, buf, offset, (jsize)nbytes, (jbyte*)sb); T

svn commit: r377965 - /tomcat/connectors/trunk/jni/native/BUILDING

2006-02-15 Thread pero
Author: pero Date: Wed Feb 15 00:35:44 2006 New Revision: 377965 URL: http://svn.apache.org/viewcvs?rev=377965&view=rev Log: Hope someone can fix the makefile.in! At Mac OS X JNI needs jnilib instead dylib as lib suffix. Modified: tomcat/connectors/trunk/jni/native/BUILDING Modified: tomcat/

svn commit: r377964 - in /tomcat/connectors/trunk/jni/native/src: file.c network.c

2006-02-15 Thread pero
Author: pero Date: Wed Feb 15 00:33:27 2006 New Revision: 377964 URL: http://svn.apache.org/viewcvs?rev=377964&view=rev Log: fix some type cast warnings at MACOS X 10.4.4 Xcode 2.2 (gcc 4.0.1) Modified: tomcat/connectors/trunk/jni/native/src/file.c tomcat/connectors/trunk/jni/native/src/n

DO NOT REPLY [Bug 38652] - Failed shutdown of Apache Portable Runtime

2006-02-15 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38318] - jsvc error: Cannot find any VM in Java Home /usr/lib/j2sdk1.5-sun

2006-02-15 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://issues.apache.org/bugzilla/show_bu