Bug report for Tomcat 3 [2007/04/15]

2007-04-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2007/04/15]

2007-04-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2007/04/15]

2007-04-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2007/04/15]

2007-04-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 42134] New: - Reduce ThreadLocal usage in ApplicationContext.java

2007-04-16 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=42134. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42134] - Reduce ThreadLocal usage in ApplicationContext.java

2007-04-16 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=42134. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Henri Gomez
Still on mod_jk and this kind of stuff. We switch our dev servers from i5/OS v5R4 and many changes occurs in IBM HTTP Server powered by Apache, and for instance this one : As of i5/OS™ V5R4, modules must be recompiled with a UTF locale. This creates an environment where locale-dependent C

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Mladen Turk
Henri Gomez wrote: Still on mod_jk and this kind of stuff. We switch our dev servers from i5/OS v5R4 and many changes occurs in IBM HTTP Server powered by Apache, and for instance this one : If I could'nt fix/adapt for i5/OS, we may have to remove the whole AS400 support in next release of

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Henri Gomez
2007/4/16, Mladen Turk [EMAIL PROTECTED]: Henri Gomez wrote: Still on mod_jk and this kind of stuff. We switch our dev servers from i5/OS v5R4 and many changes occurs in IBM HTTP Server powered by Apache, and for instance this one : If I could'nt fix/adapt for i5/OS, we may have to remove

svn commit: r529269 - in /tomcat/connectors/trunk/jk/native/common: ap_snprintf.c ap_snprintf.h

2007-04-16 Thread fuankg
Author: fuankg Date: Mon Apr 16 07:36:47 2007 New Revision: 529269 URL: http://svn.apache.org/viewvc?view=revrev=529269 Log: added ap_snprintf() from Apache 1.3 to project. Added: tomcat/connectors/trunk/jk/native/common/ap_snprintf.c (with props)

svn commit: r529272 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2007-04-16 Thread fuankg
Author: fuankg Date: Mon Apr 16 07:42:57 2007 New Revision: 529272 URL: http://svn.apache.org/viewvc?view=revrev=529272 Log: changed to use ap_snprintf() / ap_vsnprintf() if HAVE_SNPRINTF / HAVE_VSNPRINTF / HAVE_APR not defined. Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h

svn commit: r529274 - in /tomcat/connectors/trunk/jk/native/common: jk_status.c jk_util.c

2007-04-16 Thread fuankg
Author: fuankg Date: Mon Apr 16 07:49:52 2007 New Revision: 529274 URL: http://svn.apache.org/viewvc?view=revrev=529274 Log: removed sprintf() / vsprintf() hacks; removed old vsnprintf() implementation. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

DO NOT REPLY [Bug 42130] - Corrections to manager app's manager.xml and broken links.

2007-04-16 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=42130. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529275 - /tomcat/connectors/trunk/jk/native/common/jk_version.h

2007-04-16 Thread fuankg
Author: fuankg Date: Mon Apr 16 07:50:40 2007 New Revision: 529275 URL: http://svn.apache.org/viewvc?view=revrev=529275 Log: enter next round. Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h URL:

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Mladen Turk
Henri Gomez wrote: 2007/4/16, Mladen Turk [EMAIL PROTECTED]: You mean the support for the IBM HTTP Server. I suppose the AS400 is still able to have genuine Apache Httpd and mod_jk compiled and running. Nope on AS400, there is an IBM HTTP Server (powered by Apache), so it's not a genuine

svn commit: r529276 - in /tomcat/connectors/trunk/jk/native: apache-1.3/Makefile.netware jni/Makefile.netware netscape/Makefile.netware

2007-04-16 Thread fuankg
Author: fuankg Date: Mon Apr 16 07:55:45 2007 New Revision: 529276 URL: http://svn.apache.org/viewvc?view=revrev=529276 Log: changed makefiles to pick up ap_snprintf(); fixed linking. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/Makefile.netware

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Henri Gomez
Right, but one can compile Apache Httpd from the ASF thought and run it on AS400. I suppose all the EBCDIC we added to mod_jk will allow it compile with standard httpd like before. On AS400, it will be more than difficult and not supported by IBM. The fair solution is to use a Linux partition

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Mladen Turk
Henri Gomez wrote: Right, but one can compile Apache Httpd from the ASF thought and run it on AS400. I suppose all the EBCDIC we added to mod_jk will allow it compile with standard httpd like before. On AS400, it will be more than difficult and not supported by IBM. But it will be supported

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Henri Gomez
But it will be supported by the Apache community :) Well ASF should first find an System I (new AS400 name) and play with it I'm sure there are many users that use the original Apache Httpd on AS400. Nope, System I users are very conservative, I wonder I'm not the only one to work on Apache

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Guenter Knauf
Hi Henri, anybody out there who can test this with AS400? I could test on AS400 but mod_jk didn't works on AS400, seems to me a thread/log problem and I can't figure it where I've just put the stuff into SVN, perhaps you can check it that builds at least; if you see linkage errors then you

Re: snprintf/vsnprintf in mod_jk

2007-04-16 Thread Henri Gomez
Well the latest mod_jk working on i5/OS v5R3 was 1.2.19. 1.2.20, 1.2.21 and 1.2.22 didn't works and you could see on the dev list the various problems encoutered. With i5/OS v5R4, the module are no more in EBCDIC land but UTF and as such need a serious code review. I just asked one IBM

svn commit: r529305 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 09:14:47 2007 New Revision: 529305 URL: http://svn.apache.org/viewvc?view=revrev=529305 Log: - Port changes from the NIO connector to the APR connector, to resolve memory leaking when using an executor (note: when not using an executor, no memory leak could

svn commit: r529308 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc

2007-04-16 Thread hgomez
Author: hgomez Date: Mon Apr 16 09:17:22 2007 New Revision: 529308 URL: http://svn.apache.org/viewvc?view=revrev=529308 Log: Build CL for i5/OS v5R4 Added: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc Added: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc URL:

Tomcat Embedded - Where do I start?

2007-04-16 Thread risky57
I need to create an application where i can start and stop a web server. I have been told to look at Tomcat Embedded. The examples I have seen ask for some jars, which i cant seem to find. I Had downloaded and unpacked the embedded version of tomcat. but it did not contain certain jars as needed

svn commit: r529398 - in /tomcat/tc6.0.x/trunk/webapps/host-manager: host-manager.xml manager.xml

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 14:00:52 2007 New Revision: 529398 URL: http://svn.apache.org/viewvc?view=revrev=529398 Log: - Update path (part of 42130). Removed: tomcat/tc6.0.x/trunk/webapps/host-manager/host-manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/host-manager/manager.xml

svn commit: r529399 - /tomcat/tc6.0.x/trunk/webapps/manager/manager.xml

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 14:01:16 2007 New Revision: 529399 URL: http://svn.apache.org/viewvc?view=revrev=529399 Log: - Update path (part of 42130). Removed: tomcat/tc6.0.x/trunk/webapps/manager/manager.xml - To

svn commit: r529433 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 15:59:03 2007 New Revision: 529433 URL: http://svn.apache.org/viewvc?view=revrev=529433 Log: - Fix links (42130). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/LocalStrings.properties Modified:

Re: Tomcat Embedded - Where do I start?

2007-04-16 Thread Mark Thomas
risky57 wrote: can anyone point me in the right direction? The users list. See http://tomcat.apache.org/lists.html Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:03 2007 New Revision: 529442 URL: http://svn.apache.org/viewvc?view=revrev=529442 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submitted by

svn commit: r529443 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionsList.jsp

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:24 2007 New Revision: 529443 URL: http://svn.apache.org/viewvc?view=revrev=529443 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submitted by

svn commit: r529444 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java JspHelper.java util/ util/BaseSessionComparator.java util/ReverseComparator.java util/SessionUt

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 16:30:55 2007 New Revision: 529444 URL: http://svn.apache.org/viewvc?view=revrev=529444 Log: - Add session browser capabilities in the manager. Let me know if it creates problems (I checked XSS to some extent to, but please double check if you can). - Submitted by

DO NOT REPLY [Bug 42130] - Corrections to manager app's manager.xml and broken links.

2007-04-16 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=42130. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529465 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote: ajp/AjpAprProtocol.java ajp/AjpProtocol.java http11/Http11AprProtocol.java http11/Http11Protocol.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 18:50:35 2007 New Revision: 529465 URL: http://svn.apache.org/viewvc?view=revrev=529465 Log: - Merge changes to the other protocols, to fix leaking when using an executor (for java.io, not using a thread local has no performance impact). - Harmonize properties

svn commit: r529466 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2007-04-16 Thread remm
Author: remm Date: Mon Apr 16 18:52:50 2007 New Revision: 529466 URL: http://svn.apache.org/viewvc?view=revrev=529466 Log: - Code cleanup (less thread local manipulation). - Submitted by Arvind Srinivasan. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

DO NOT REPLY [Bug 39832] - HTML Manager improvements

2007-04-16 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=39832. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Tomcat Administration

2007-04-16 Thread Venkata Naveen
hi Hi iam unable to get the tomcat administration page. It is giving the message like Tomcat's administration web application is no longer installed by default. Download and install the admin package to use it. where to get the tomcat admin package, and how to install that admin into the tomcat