Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Jacob Hookom
What steps would I need to take to get contributor status and develop the JSP 2.1 implementation with the rest of the tomcat-dev team? Do I have to get elected, then complete the ICLA or is it in the reverse order? Thanks! Jacob Bill Barker wrote: -Original Message- From: [EM

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-01-16 Thread Cape Coral Vacation Home
PLEASE TAKE ME OFF OF THIS LIST Thank You! Bill & Lori Sherman 317-582-0661 [EMAIL PROTECTED] www.capecoralvacationhome.com - Original Message - From: Yong Gou To: dev@tomcat.apache.org Sent: Monday, January 16, 2006 3:23 AM Subject: truncated server.xml got when storing

DO NOT REPLY [Bug 13846] - If-Modified-Since results in incorrect headers

2006-01-16 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: r369578 - /tomcat/container/tc5.5.x/webapps/docs/jndi-datasource-examples-howto.xml

2006-01-16 Thread markt
Author: markt Date: Mon Jan 16 13:55:26 2006 New Revision: 369578 URL: http://svn.apache.org/viewcvs?rev=369578&view=rev Log: Port fix for bug 15946. Update Oracle examples. Modified: tomcat/container/tc5.5.x/webapps/docs/jndi-datasource-examples-howto.xml Modified: tomcat/container/tc5.5.x

svn commit: r369577 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml

2006-01-16 Thread markt
Author: markt Date: Mon Jan 16 13:54:48 2006 New Revision: 369577 URL: http://svn.apache.org/viewcvs?rev=369577&view=rev Log: Fix bug 15946. Update Oracle examples. Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml Modified: tomcat/container

DO NOT REPLY [Bug 15946] - Documentation change

2006-01-16 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: Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Bill Barker
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, January 16, 2006 12:25 PM > To: dev@tomcat.apache.org > Subject: RE: Re: Initial EL/JSP 2.1 Contribution > > I was under the assumption that we couldn't include the > javax.el.* stuff under Apache

RE: Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread jacob
I was under the assumption that we couldn't include the javax.el.* stuff under Apache licensing-- hence the JSP and Servlet API folders within Tomcat. > >Bill Barker wrote: >> Shouldn't we also have something under servletapi for the javax.el stuff? >I was applying lazy instantiation ;) When some

Re: Extending PersistentValve ?

2006-01-16 Thread Peter Rossbach
Am 16.01.2006 um 20:12 schrieb Gary Blomquist: I would like to be able to use round robin loading balancing with a JDBCStore. However, it appears that using the PersistentManager with JDBC store could cause the sessions to be stale when a session migrates between workers due to the asyncr

Re: Extending PersistentValve ?

2006-01-16 Thread Yoav Shapira
Hi, I don't have much to comment besides what you already pointed out: this approach would suffer a performance penalty on each and every request, and (on a decently configured network) would end up slower than the SimpleTcpCluster multicast solution. Why can't you use the latter? Before you repl

RE: Extending PersistentValve ?

2006-01-16 Thread Gary Blomquist
The ClassCastException fixed. I had the valve configured incorreclty in the server.xml. Would still appreciate feedback on the approach discussed below. Thanks, Gary -Original Message- From: Gary Blomquist [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 2:12 PM To: Tomcat De

Extending PersistentValve ?

2006-01-16 Thread Gary Blomquist
I would like to be able to use round robin loading balancing with a JDBCStore. However, it appears that using the PersistentManager with JDBC store could cause the sessions to be stale when a session migrates between workers due to the asyncronous behavior of the PersistentManager. (I realize the

DO NOT REPLY [Bug 38223] - ConfigurableClasspathWebappLoader

2006-01-16 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: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Mark Thomas
Bill Barker wrote: > Shouldn't we also have something under servletapi for the javax.el stuff? I was applying lazy instantiation ;) When someone shouts for it (and assuming they don't just create it themselves) I'll add it. Until then I had assumed we would build with the official jars. Mark ---

Re: Newbie quesrion ... how do i attach a file to bugzilla

2006-01-16 Thread Remy Maucherat
Mark Thomas wrote: M A wrote: Trying to add a file, in order to describe a bug, Cheers MA. 1. View bug. 2. Click the "Create a New Attachment link" Sure. You guys will have to take care of this nonsensical "bug" as well :) Have fun ;) Rémy -

DO NOT REPLY [Bug 38292] - JSP page does not load with APR enabled and compression off

2006-01-16 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 38292] New: - JSP page does not load with APR enabled and compression off

2006-01-16 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: Newbie quesrion ... how do i attach a file to bugzilla

2006-01-16 Thread Mark Thomas
M A wrote: > Trying to add a file, in order to describe a bug, > > Cheers MA. > 1. View bug. 2. Click the "Create a New Attachment link" Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

DO NOT REPLY [Bug 35715] - Buffering in JK needs to be configurable for IIS

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

Newbie quesrion ... how do i attach a file to bugzilla

2006-01-16 Thread M A
Trying to add a file, in order to describe a bug, Cheers MA.

DO NOT REPLY [Bug 38291] New: - Form actions hanging in UDecoder.convert

2006-01-16 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 38290] New: - No SESSION_DESTROYED_EVENT sent for existing webapp sessions when webapp is reloaded

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

squeaky wheel gets the oil (so please fix bug 36847)

2006-01-16 Thread Haroon Rafique
Its an old saying - "The squeaky wheel gets the oil". It seems like the same adage applies to tomcat bugs. Can someone kindly fix bug 36847? The bug report has a full analysis and a solution in the form of a patch (albeit older version). This way I won't have to build a custom tomcat installati

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-01-16 Thread George Sexton
I reported an issue where the file would be truncated if the web application directory is not writable by tomcat. It tries to write a file in the webapps/app/META-INF directory. Could this be your issue? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Orig

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-16 Thread Jeanfrancois Arcand
[ X ] Stable - no major issues [ ] Beta - at least one significant issue (what is it?) [ ] Alpha - multiple significant issues, not recommended for use (why?) -- Jeanfrancois - To unsubscribe, e-mail: [EMAIL PROTECTED] For

DO NOT REPLY [Bug 30489] - removeAttribute: Session already invalidated

2006-01-16 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: quick Q

2006-01-16 Thread Yoav Shapira
Hi, For the Servlet Spec part, not much work is in progress. We've been focused more on the JSP 2.1 / EL part, because that's a much bigger chunk of work. See the thread on this list's archives about "initial JSP/EL contribution" or something like that. Yoav On 1/16/06, Riyaz Mansoor <[EMAIL PR

Re: quick Q

2006-01-16 Thread Riyaz Mansoor
thanx Yoav, i guess work is in progress then. where can a grab the current development sources/docs? i'm trying to get a handle on the annotations available in it. thanx riyaz Yoav Shapira wrote: Tomcat 6.0, I meant to say ;) Yoav On 1/16/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: Hi,

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-16 Thread Jess Holle
P.S. We've not had a chance to test this on 5.5.15 to the best of my knowledge. Jess Holle wrote: We had issues with APR on Solaris, but: * These were with 5.5.12 (and I believe were related to shutdown). * We've not had time to investigate further, so we've not bothered anyone (

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-16 Thread Jess Holle
We had issues with APR on Solaris, but: * These were with 5.5.12 (and I believe were related to shutdown). * We've not had time to investigate further, so we've not bothered anyone (as this may be our APR build or some such). Overall, even if this was reproducible I'd not consider the

Re: quick Q

2006-01-16 Thread Yoav Shapira
Tomcat 6.0, I meant to say ;) Yoav On 1/16/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > Hi, > It will be Tomcat 2.5, likely to come out in initial (alpha) form > right around the time the Spec is officially finalized... > > Yoav > > On 1/16/06, Riyaz Mansoor <[EMAIL PROTECTED]> wrote: > > > > wh

Re: quick Q

2006-01-16 Thread Yoav Shapira
Hi, It will be Tomcat 2.5, likely to come out in initial (alpha) form right around the time the Spec is officially finalized... Yoav On 1/16/06, Riyaz Mansoor <[EMAIL PROTECTED]> wrote: > > which version of tomcat will (in the future) support servlet 2.5? > > is there a time scale when it may com

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-16 Thread Mladen Turk
Yoav Shapira wrote: [X] Stable - no major issues Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Tomcat v5.5.15 Stability

2006-01-16 Thread Mladen Turk
M A wrote: I have issue with the APR not delivering a page that was approx 14KB in size, I did post it on here but no one responded. The thing you've posted makes no sense without some way how to reproduce the bug. This means that you would need to give us the jsp and the exact procedure how t

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

2006-01-16 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: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined.

2006-01-16 Thread Peter Rossbach
It storeconfig server.xml saving after add a new host works for me! I have tested with current svn head. create host with fixed MBean descriptor from MBeanFactory (Thanks for this) and store server.xml with mbean StoreConfig.storeConfig(). Regards Peter My saved server.xml looks like this:

svn commit: r369426 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml

2006-01-16 Thread pero
Author: pero Date: Mon Jan 16 02:20:44 2006 New Revision: 369426 URL: http://svn.apache.org/viewcvs?rev=369426&view=rev Log: Method signature from MBeanFactor.createStandardHost() has changed, but not update at mbean descriptor! Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apac

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-01-16 Thread Yong Gou
Hi Peter, There were just some info, no severe exception was thrown. You can try it in your environment. Thanks, Eric -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: 2006年1月16日 17:39 To: Tomcat Developers List Subject: Re: truncated server.xml got when storing

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-01-16 Thread Peter Rossbach
Hey, see you any exception inside your log? Regards peter Am 16.01.2006 um 09:29 schrieb Yong Gou: The version of Tomcat server is 5.5.12 -Original Message- From: Yong Gou Sent: 2006年1月16日 16:24 To: dev@tomcat.apache.org Subject: truncated server.xml got when storing config on condi

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

2006-01-16 Thread Yong Gou
The version of Tomcat server is 5.5.12 -Original Message- From: Yong Gou Sent: 2006年1月16日 16:24 To: dev@tomcat.apache.org Subject: truncated server.xml got when storing config on condition that more than one vitual host with same application base directory "webapps" were defined. Hi,

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

2006-01-16 Thread Yong Gou
Hi, I am not sure if the following is an issue of Tomcat JMX server or an improper usage? Is there anyone who has experienced the same? In addition to the virtual host localhost which is predefined by Tomcat server as the default on a Tomcat server, I created another virtual host testvh on the