DO NOT REPLY [Bug 37605] New: - Cannot log in to Tomcat Manager

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

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trying to reload an application

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

Re: SVN oddities with current link

2005-11-23 Thread Remy Maucherat
Costin Manolache wrote: Container, jasper and build are a good start. I think connectors should be included too. Servletapi is obviously different, and even in the current build it's downloaded as a jar AFAIK. You can still have separate releases and release cycles for different components -

Tomcat Crash with apr when RequestProcessor accessed

2005-11-23 Thread Peter Rossbach
Hey, A customer report today a very strange tomcat crash to me and I can simulate this bugs with following releases and OS's: Tested with Suse 9.3, Tomcat 5.5.12 /Apr 1.2.2 / openssl 0.9.8, jdk 1.5.0_03 Also tested with current SVN Head and fresh build tcnative from head and Tomcat 5.5.12 /

svn commit: r348476 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 08:15:53 2005 New Revision: 348476 URL: http://svn.apache.org/viewcvs?rev=348476view=rev Log: - Do the same with SSL. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java Modified:

Re: Tomcat Crash with apr when RequestProcessor accessed

2005-11-23 Thread Remy Maucherat
Peter Rossbach wrote: Hey, A customer report today a very strange tomcat crash to me and I can simulate this bugs with following releases and OS's: Tested with Suse 9.3, Tomcat 5.5.12 /Apr 1.2.2 / openssl 0.9.8, jdk 1.5.0_03 Also tested with current SVN Head and fresh build tcnative from

Re: SVN oddities with current link

2005-11-23 Thread Remy Maucherat
Costin Manolache wrote: Yes, that's what I'm talking about - but on the tomcat svn :-). Can we do the same here ? Only for HEAD ( or at least for 6.0 ), so moving forward we could keep things simpler. BTW - a nice facility in eclipse and ant is the exclude, so the tree can include multiple

DO NOT REPLY [Bug 37612] New: - Jasper's Validator does not include full path of file being compiled in error message

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

DO NOT REPLY [Bug 37612] - Jasper's Validator does not include full path of file being compiled in error message

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

svn commit: r348506 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-11-23 Thread remm
Author: remm Date: Wed Nov 23 10:03:53 2005 New Revision: 348506 URL: http://svn.apache.org/viewcvs?rev=348506view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 37018] - Document how to use tomcat-SSL with a pkcs11 token

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

DO NOT REPLY [Bug 37070] - Servlets not recognized as MBeans

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

DO NOT REPLY [Bug 36569] - Redirects produce illegal URL's

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

svn commit: r348657 - /tomcat/sandbox/java/org/apache/tomcat/util/net/SimpleEndpoint.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:24:26 2005 New Revision: 348657 URL: http://svn.apache.org/viewcvs?rev=348657view=rev Log: New Endpoint - as simple as possible, no 'spare threads' or recycling. This is a good fit for embedded - where footprint is more important and you don't expect huge

svn commit: r348659 - /tomcat/sandbox/java/org/apache/tomcat/util/net/AcceptorEndpoint.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:27:02 2005 New Revision: 348659 URL: http://svn.apache.org/viewcvs?rev=348659view=rev Log: New endpoint - it's a long time since I had this planned, now I got the chance. I think this is the _RIGHT_ way to do the pool and threading - not run any benchmark, but

svn commit: r348662 - in /tomcat/sandbox/java/org/apache/tomcat/util/net: AprEndpoint.java LeaderFollowerWorkerThread.java MasterSlaveWorkerThread.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:30:33 2005 New Revision: 348662 URL: http://svn.apache.org/viewcvs?rev=348662view=rev Log: Various fixes to put things in sync Modified: tomcat/sandbox/java/org/apache/tomcat/util/net/AprEndpoint.java

svn commit: r348665 - /tomcat/sandbox/java/org/apache/coyote/standalone/MainInetd.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:34:19 2005 New Revision: 348665 URL: http://svn.apache.org/viewcvs?rev=348665view=rev Log: Another experiment - this class uses NIO to get the socket from Xinetd ( I'll also try with launchd ). This allows starting tomcat on-demand, from xinetd/lauchd. Work in

svn commit: r348667 - in /tomcat/sandbox/java/org/apache/coyote/http11: Http11BaseProtocol.java Http11Processor.java Http11Protocol.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:36:28 2005 New Revision: 348667 URL: http://svn.apache.org/viewcvs?rev=348667view=rev Log: Updates to match the changes in endpoint ( and deprecation /removal of ThreadPool ) Modified: tomcat/sandbox/java/org/apache/coyote/http11/Http11BaseProtocol.java

svn commit: r348668 - in /tomcat/sandbox/java/org/apache/coyote/http11: ./ apr/

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:39:36 2005 New Revision: 348668 URL: http://svn.apache.org/viewcvs?rev=348668view=rev Log: Move the apr stuff to a separate package, to avoid confusion. I plan to try few changes ( i.e. replace direct C-style calls with a higher-level APR, implementing subset

svn commit: r348669 - /tomcat/sandbox/Tomcat5.5.launch

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 21:41:45 2005 New Revision: 348669 URL: http://svn.apache.org/viewcvs?rev=348669view=rev Log: Eclipse launcher, for use to debug inside eclipse. Added: tomcat/sandbox/Tomcat5.5.launch Added: tomcat/sandbox/Tomcat5.5.launch URL:

svn commit: r348672 - in /tomcat/sandbox: .classpath build.xml java/org/apache/tomcat/util/net/AcceptorEndpoint.java

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 22:21:32 2005 New Revision: 348672 URL: http://svn.apache.org/viewcvs?rev=348672view=rev Log: Few fixes and adjustments Modified: tomcat/sandbox/.classpath tomcat/sandbox/build.xml tomcat/sandbox/java/org/apache/tomcat/util/net/AcceptorEndpoint.java

svn commit: r348673 - in /tomcat/sandbox/bin: ./ jam_http11.sh jam_tomcat.sh tomcatInetd.sh

2005-11-23 Thread costin
Author: costin Date: Wed Nov 23 22:22:58 2005 New Revision: 348673 URL: http://svn.apache.org/viewcvs?rev=348673view=rev Log: Few script files for simple tests. Using jamvm - just for fun :-) ( it actually works pretty well ) Added: tomcat/sandbox/bin/ tomcat/sandbox/bin/jam_http11.sh