cannot get correct attributes and operations from the Data Source mbean created through jconsole GUI

2006-01-15 Thread Yong Gou
Hi, Can anyone who has experienced the following problem tell me how to solve it when creating DataSource mbean on the JMX server of Tomcat server 5.5.12? The problem I encountered can be described like this: I used JDK1.5's jconsole utility to connect to my Tomcat server, after it was connect

quick Q

2006-01-15 Thread Riyaz Mansoor
which version of tomcat will (in the future) support servlet 2.5? is there a time scale when it may come out? thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Custom 401 pages

2006-01-15 Thread Bill Barker
I know that this has been beaten to death, but .. Currently BasicAuthenticator calls response.setStatus(401) if the user isn't authenticated. However the spec states: The default servlet and container will use the sendError method to send 4xx and 5xx status responses, so that the error mech

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread Bill Barker
Shouldn't we also have something under servletapi for the javax.el stuff? More generally, I agree with Remy that it would be nice to have an ASF-licensed implementation of Servlet-2.5/JSP-2.1, rather than relying on the official version from GlassFish. However, I realize that this is more cont

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

2006-01-15 Thread billbarker
Author: billbarker Date: Sun Jan 15 16:26:34 2006 New Revision: 369290 URL: http://svn.apache.org/viewcvs?rev=369290&view=rev Log: Opps, need my name as well :) Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: h

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

2006-01-15 Thread billbarker
Author: billbarker Date: Sun Jan 15 16:25:21 2006 New Revision: 369289 URL: http://svn.apache.org/viewcvs?rev=369289&view=rev Log: Doc change Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.or

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread jacob
Thanks Mark! > >Mark Thomas wrote: >> Based on this, I propose the following changes to svn. >> >> copy /tomcat/jasper/tc5.5.x/ to /tomcat/jasper/tc6.0.x/ >Slight change. I removed the jasper2 directory so >/tomcat/jasper/tc5.5.x/ was copied to /tomcat/jasper/tc6.0.x/ > >> create /tomcat/jasper/t

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread Mark Thomas
Mark Thomas wrote: > Based on this, I propose the following changes to svn. > > copy /tomcat/jasper/tc5.5.x/ to /tomcat/jasper/tc6.0.x/ Slight change. I removed the jasper2 directory so /tomcat/jasper/tc5.5.x/ was copied to /tomcat/jasper/tc6.0.x/ > create /tomcat/jasper/tags/tc6.0.x/ Done. > Co

svn commit: r369288 - /tomcat/jasper/tags/tc6.0.x/

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:11:33 2006 New Revision: 369288 URL: http://svn.apache.org/viewcvs?rev=369288&view=rev Log: Add directory for tc6.0.x tags Added: tomcat/jasper/tags/tc6.0.x/ - To unsubscribe, e-mail: [EMAI

svn commit: r369287 - /tomcat/jasper/tc6.0.x/LICENSE

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:09:55 2006 New Revision: 369287 URL: http://svn.apache.org/viewcvs?rev=369287&view=rev Log: Copy LICENSE file for tc6.0.x branch Added: tomcat/jasper/tc6.0.x/LICENSE - copied unchanged from r369286, tomcat/jasper/tc5.5.x/LICENSE --

svn commit: r369286 - /tomcat/jasper/tc6.0.x/

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:08:16 2006 New Revision: 369286 URL: http://svn.apache.org/viewcvs?rev=369286&view=rev Log: Create 6.0.x branch for Jasper 2. Take opportunity to remove useless jasper2 directory from top of tree (should do this for 4 & 5 as well) Added: tomcat/jasper/tc6.0.

DO NOT REPLY [Bug 38047] - Request.getReader() broken for tomcat + Apache2.2.0/mod jk_1.2.15

2006-01-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 37885] - POST requests with empty body don't finish

2006-01-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 38100] - HttpServletRequest.getRemoteHost() returning invalid results

2006-01-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: r369282 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Processor.java

2006-01-15 Thread billbarker
Author: billbarker Date: Sun Jan 15 15:44:41 2006 New Revision: 369282 URL: http://svn.apache.org/viewcvs?rev=369282&view=rev Log: Make certain that a valid Host name is set, or none at all. I could have attempted IA.getByName(localAddr), but this requires a PA, so seemed like too much trouble f

DO NOT REPLY [Bug 38100] - HttpServletRequest.getRemoteHost() returning invalid results

2006-01-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

Bug report for Tomcat 5 [2006/01/15]

2006-01-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2006/01/15]

2006-01-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2006/01/15]

2006-01-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2006/01/15]

2006-01-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-15 Thread Jim Jagielski
Yoav Shapira wrote: > > Hi, > Tomcat v5.5.15-beta was released last week, and hopefully people have > had time to test it a bit. If you have, please vote on its stability > below. If you haven't, you still can test it a bit and let us know > what you think ;) As a reminder, only Tomcat committe

DO NOT REPLY [Bug 38281] New: - Webapp unable to load the Class without package

2006-01-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