cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread billbarker
billbarker2004/08/03 23:48:07 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml Log: Adding methods for JMX managed Contexts. -- Adding method to get the configBase via JMX -- Adding methods to add and

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread penpower
This email [EMAIL PROTECTED] is no longer available due to heavy spamming. Please visit our website http://www.alestron.com for contact info. Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/03 23:51:00 Modified:ajp/proxy mod_proxy.c mod_proxy.h Log: Added API for creating balancers. Added property setter for balancers. Revision ChangesPath 1.14 +88 -17jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

Re: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread penpower
This email [EMAIL PROTECTED] is no longer available due to heavy spamming. Please visit our website http://www.alestron.com for contact info. Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java

2004-08-04 Thread billbarker
billbarker2004/08/03 23:51:13 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java Log: Update the admin webapp to use the new Deployer. Revision ChangesPath 1.28 +65 -13

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread mturk
mturk 2004/08/03 23:55:12 Modified:ajp/proxy mod_proxy.c Log: Remove all worker/balancer API's to proxy_util. Revision ChangesPath 1.15 +0 -205jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/03 23:55:34 Modified:ajp/proxy proxy_util.c Log: Move all worker/balancer API's to proxy_util. Revision ChangesPath 1.3 +208 -3jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

tomcat.exe and tomcatw.exe

2004-08-04 Thread Glen Stampoultzis
Hi, I was just wondering how tomcat.exe and tomcatw.exe get built. I grepped a number of the tomcat modules but could find a reference to files of these names. Regards, Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread jean-frederic clere
Hi, Be carefull with our os: +++ #if (APR_MAJOR_VERSION 1)^M #undef apr_socket_create #define apr_socket_create apr_socket_create_ex^M #endif^M +++ It does not run on my OS(s): +++ [EMAIL PROTECTED]:~/apache20 bin/apachectl start httpd: Syntax error on line 287 of

DO NOT REPLY [Bug 30460] New: - org.apache.coyote.tomcat5.MapperListener init - Error registering contexts - HTTP 1.1 connectors pauses

2004-08-04 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=30460. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 00:44:34 Modified:ajp/proxy proxy_util.c Log: Make sure that APR_MAJOR_VERSION is defined. Revision ChangesPath 1.4 +1 -0 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/04 01:12:08 Modified:ajp/proxy mod_proxy.h Log: Add pre_request and post_request proxy hooks. They will be mainly used for loadbalancers for finding and maintaining workers. Revision ChangesPath 1.9 +30 -0

RE: tomcat.exe and tomcatw.exe

2004-08-04 Thread Mladen Turk
Glen Stampoultzis wrote: Hi, I was just wondering how tomcat.exe and tomcatw.exe get built. I grepped a number of the tomcat modules but could find a reference to files of these names. There is no official procrun (that's the tomcat and tomcatw) source distribution. You can grab

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread Mladen Turk
jean-frederic clere wrote: Be carefull with our os: +++ #if (APR_MAJOR_VERSION 1)^M #undef apr_socket_create #define apr_socket_create apr_socket_create_ex^M #endif^M +++ It does not run on my OS(s): And I thought that I'm the 'style police' ;-). MT. smime.p7s Description:

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/04 01:56:24 Modified:ajp/proxy mod_proxy.h Log: Remove proxyhost and proxyport from pre_request hook. They are not needed for finding apropriate worker. Revision ChangesPath 1.10 +2 -3 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread mturk
mturk 2004/08/04 01:56:54 Modified:ajp/proxy mod_proxy.c Log: Implement pre and post request hooks. Revision ChangesPath 1.16 +28 -1 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

Re: tomcat.exe and tomcatw.exe

2004-08-04 Thread jean-frederic clere
Glen Stampoultzis wrote: Hi, I was just wondering how tomcat.exe and tomcatw.exe get built. I grepped a number of the tomcat modules but could find a reference to files of these names. I think it comes from jakarta-commons/daemon/src/native/nt/procrun. Regards, Glen

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2004/08/03 23:48:07 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml Log: Adding methods for JMX managed Contexts. -- Adding method to get the configBase via JMX -- Adding methods

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 03:43:15 Modified:ajp/proxy mod_proxy.c Log: dup real and fake. Revision ChangesPath 1.17 +2 -2 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c ===

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread Graham Leggett
[EMAIL PROTECTED] wrote: Log: Remove proxyhost and proxyport from pre_request hook. They are not needed for finding apropriate worker. They are needed for the use of mod_proxy as a forward proxy. The correct way of handling these in the AJP case is to DECLINE the request if proxyhost and

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread Graham Leggett
[EMAIL PROTECTED] wrote: Log: Remove proxyhost and proxyport from pre_request hook. They are not needed for finding apropriate worker. Reading this again, I see better what is happening. The proxyhost and proxyport are used when a downstream proxy is used, would the balancer ever want to

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread Mladen Turk
[EMAIL PROTECTED] commited: new = apr_array_push(conf-aliases); -new-fake = f; -new-real = r; +new-fake = apr_pstrdup(cmd-pool, f); +new-real = apr_pstrdup(cmd-pool, r); There is no need to do that. The f is eventually set to cmd-path that is

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread Mladen Turk
Graham Leggett wrote: Log: Remove proxyhost and proxyport from pre_request hook. They are not needed for finding apropriate worker. They are needed for the use of mod_proxy as a forward proxy. The correct way of handling these in the AJP case is to DECLINE the request if

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 05:31:12 Modified:ajp/proxy mod_proxy.h proxy_util.c Log: Add ap_proxy_pre_request API function. It calls the actual module pre_request hook if present Revision ChangesPath 1.11 +4 -2 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread mturk
mturk 2004/08/04 05:34:41 Modified:ajp/proxy mod_proxy.c Log: Use pre_pequest function and set proxy_module_conf bound to client connection so it cen be obtained inside scheme handlers. Revision ChangesPath 1.18 +45 -7

DO NOT REPLY [Bug 30462] New: - deploying war with META-INF/context.xml included results in error

2004-08-04 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=30462. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30463] New: - install4iis.js fail on Windows 2000

2004-08-04 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=30463. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30463] - install4iis.js fail on Windows 2000

2004-08-04 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=30463. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread jean-frederic clere
Mladen Turk wrote: [EMAIL PROTECTED] commited: new = apr_array_push(conf-aliases); -new-fake = f; -new-real = r; +new-fake = apr_pstrdup(cmd-pool, f); +new-real = apr_pstrdup(cmd-pool, r); There is no need to do that. The f is eventually set to cmd-path

RE: Tomcat Error Message

2004-08-04 Thread Schalk Neethling
Hey there all I get the following line when running my servlet on Tomcat version 5.0.25: java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch (Unsupported major.minor version 49.0) What exactly does this mean and how do I go about fixing this? Thanks! -- Kind Regards Schalk

cvs commit: jakarta-tomcat-connectors/jk/xdocs proxy.xml

2004-08-04 Thread jfclere
jfclere 2004/08/04 06:57:19 Added: jk/xdocs proxy.xml Log: Start to document the new proxy code. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/proxy.xml Index: proxy.xml

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/04 07:34:56 Modified:ajp/proxy mod_proxy.h Log: Added ap_proxy_determine_connection API call. It will be used both for http and ajp handlers. Revision ChangesPath 1.12 +4 -0 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h Index:

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 07:35:39 Modified:ajp/proxy proxy_util.c Log: Added ap_proxy_determine_connection. Started writing apr_reslist connection pool. Revision ChangesPath 1.6 +132 -0jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

DO NOT REPLY [Bug 30462] - deploying war with META-INF/context.xml included results in error

2004-08-04 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=30462. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29688] - HostConfig NullPointerException

2004-08-04 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=29688. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread mturk
mturk 2004/08/04 07:37:48 Modified:ajp/proxy mod_proxy.c Log: Remove unusable code from. The constructor and destructor will be in proxy_util. Revision ChangesPath 1.19 +2 -14 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread Graham Leggett
Mladen Turk wrote: The removed proxyhost and port are from new hook 'pre_request' that is used to obtain a valid worker and/or balancer for a scheme. It has nothing to do with the way the connection is going to be made. Cool, this makes sense. The load balancer if present will decide to which

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 07:48:13 Modified:ajp/proxy mod_proxy.c Log: Add a trace. Revision ChangesPath 1.20 +4 -1 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c === RCS

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 07:50:13 Modified:ajp/proxy proxy_util.c Log: Add some source comments about worker DNS lookup. Revision ChangesPath 1.7 +5 -2 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/04 08:12:13 Modified:ajp/proxy mod_proxy.h Log: Make proxy_conn always accesible for preforked MPM and APR_HAS_THREADS enabled. Revision ChangesPath 1.13 +1 -2 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.h Index: mod_proxy.h

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 08:13:35 Modified:ajp/proxy proxy_util.c Log: Add init_conn_worker for creating apr_reslist that maintains connection pool. For prefork mpm's use the single connection container. Revision ChangesPath 1.8 +25 -0

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Bill Barker
On add, there isn't a context.xml file (yet), and there is no particular relationship between the Context path and the docBase. On remove, it's not conditional on changing watched resources. - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 08:53:21 Modified:ajp/proxy proxy_util.c Log: Arrange the handling of apr_array_header_t arrays. Revision ChangesPath 1.9 +12 -10jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index: proxy_util.c

Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread Graham Leggett
Mladen Turk wrote: IMO we could perhaps use exiting Proxy: Proxy balancer://myCluster BalancerMember ajp://host1:port [balancer params] etc... /Proxy Or.. Proxy balancer://myCluser[/StickySessionName] BalancerMember http://host1:port [balancer params] etc ... /Proxy I just looked at

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread jfclere
jfclere 2004/08/04 09:07:03 Modified:ajp/proxy mod_proxy.c Log: DON'T remove it. It doesn't work without it!!! Revision ChangesPath 1.21 +2 -2 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: jakarta-tomcat-connectors/ajp/proxy proxy_util.c

2004-08-04 Thread mturk
mturk 2004/08/04 09:43:40 Modified:ajp/proxy proxy_util.c Log: Use the worker pool for creating proxy_conn_poll to suppress it's destruction when cleaning worker. Revision ChangesPath 1.10 +15 -3 jakarta-tomcat-connectors/ajp/proxy/proxy_util.c Index:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Bill Barker
Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: billbarker2004/08/03 23:48:07 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml Log: Adding methods for JMX

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread Mladen Turk
I'm experiencing cca 2 hour mail delay on minotaur. Can you cc: to [EMAIL PROTECTED],hr jean-frederic clere wrote: [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 3:20 PM To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.h

2004-08-04 Thread Mladen Turk
Seams that the minotaur is behaving badly, so I'm getting mails with couple of hours delay :) Graham Leggett wrote: The way that the worker connects to backend depends on scheme handler itself (direct or via proxy). The worker connection itself will be either bound to the client

RE: cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c

2004-08-04 Thread Mladen Turk
Graham Leggett wrote: Proxy balancer://myCluser[/StickySessionName] BalancerMember http://host1:port [balancer params] etc ... /Proxy I just looked at the manual for Proxy - it defines config that is common to a particular part of the URL space (it seems to refer to the

cvs commit: jakarta-tomcat-connectors/ajp/proxy mod_proxy.c mod_proxy.h

2004-08-04 Thread mturk
mturk 2004/08/04 11:39:27 Modified:ajp/proxy mod_proxy.c mod_proxy.h Log: Add worker timeout inherited from ProxyTimeout. Revision ChangesPath 1.22 +4 -0 jakarta-tomcat-connectors/ajp/proxy/mod_proxy.c Index: mod_proxy.c

DO NOT REPLY [Bug 30460] - org.apache.coyote.tomcat5.MapperListener init - Error registering contexts - HTTP 1.1 connectors pauses

2004-08-04 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=30460. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29671] - Context don't start with multiple HTTP 1.1 connectors

2004-08-04 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=29671. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30479] New: - Can't compile JSP using tag attribute name starting with capital

2004-08-04 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=30479. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30479] - Can't compile JSP using tag attribute name starting with capital

2004-08-04 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=30479. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28949] - Occasional NoClassDefFoundError for tag classes at startup

2004-08-04 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=28949. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Remy Maucherat
Bill Barker wrote: Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: billbarker2004/08/03 23:48:07 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml Log: Adding

JSTL and preloading pool

2004-08-04 Thread Thai DANG
Hi all I am using JSTL with precompilation (JSPC). I am wondering why the first time I go on a page with JSTL inside, it took longer to display. But when I go on it a second time, it displays as quick as with scriptlet. So I had a look to the code generated by JSPC and I noticed that there is

OT: Does hte following ring a bell

2004-08-04 Thread Schalk Neethling
Hey there As there is LAMP for PHP does anyone know of JAMM-TL? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 12:19 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml Bill

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java mbeans-descriptors.xml

2004-08-04 Thread Remy Maucherat
Bill Barker wrote: The way that the admin works at the moment, any change you make only affects the currently running instance of Tomcat unless you hit the Commit Changes button. With my patch, that doesn't change. If I create the context.xml file when you do a Create Context action, then you

DO NOT REPLY [Bug 30398] - Wrong content type when using mod_jk with mod_cache

2004-08-04 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=30398. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30398] - Wrong content type when using mod_jk with mod_cache

2004-08-04 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=30398. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30398] - Wrong content type when using mod_jk with mod_cache

2004-08-04 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=30398. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30479] - Can't compile JSP using tag attribute name starting with capital

2004-08-04 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=30479. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 27810] - Setter method not found for tag attributes that begin with 2 letters of different case

2004-08-04 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=27810. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30482] New: - ERROR:JSP:_jspx_meth_bean_message_0:struts compile error

2004-08-04 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=30482. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 30482] New: -ERROR:JSP:_jspx_meth_bean_message_0:struts compile error

2004-08-04 Thread helpdesk
Thanks for your email. This is an auto response to confirm we have received your email. If you are wishing to check the whereabouts of an order please use our order tracker at - http://www.seetickets.com/tracker have your reference number and email address handy! If you wish to change your

Request dispatching question

2004-08-04 Thread Rick Knowles
Tomcat devs, I've noticed an interesting behaviour when moving some webapp code from Winstone to Tomcat, and I'd like to get an opinion on whether what it's by design, accidental or I've misinterpreted the spec (equal likelihood of any of the above). The webapp implements access control using