Re: Tomcat and JSDK 1.4

2002-07-18 Thread Chris Brown
This is really a user question... In answer to your question, I have tried it on Windows 2000 and Windows XP, with Sun's JDK 1.4.0 (final, not the "_01" patch or 1.4.1 beta). It crashes quite often, i.e.: the JVM just dies, not a Tomcat exception. It happened frequently with Tomcat 4.0.x, but

Code duplication in HttpResponseBase

2002-07-18 Thread Doug Kearns
I was just perusing the source of HttpResponseBase and noticed that the method bodies of encodeURL() and encodeRedirectURL() were identical. We all know where duplication leads ... Regards, Doug -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [BUGS: 9913, 10789] Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-07-18 Thread Bojan Smojver
Quoting Mark Miesfeld <[EMAIL PROTECTED]>: > I was just getting ready to post something saying the fix seems to > break mod_jk2 altogether for me. Interesting. I haven't actually checked explicit calls to pages with reversed order and mod_jk 1.2.0, so I don't really know if that breaks it or not

Re: [BUGS: 9913, 10789] Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-07-18 Thread Mark Miesfeld
On Fri, 19 Jul 2002 13:57:22 +1000 (EST), Bojan Smojver wrote: : My experience from 1.2.0 is similar to Mark's with 2.x - the handler never gets : called because the r->handler is DIR_MAGIC_TYPE, not JK_HANDLER. So, I think : Mark's code would be the real fix for both - giving Apache a hint that

[BUGS: 9913, 10789] Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-07-18 Thread Bojan Smojver
I've looked through Mark's excellent analysis of the problem (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10789) and I also played with changing the hook order for mod_jk 1.2.0. Are you sure this actually fixes the thing? My experience from 1.2.0 is similar to Mark's with 2.x - the handler

How to add virtual host in tomcaat from application?

2002-07-18 Thread Sergey Lukichev
Hello, I have a question about tomcat API. I asked it in tomcat-user list, but nobody has replied. Probably tomcat developers from this list may help me. I have project, running on Tomcat4. I need to be able to add virtual hosts on the fly from servlets. I have list of domains in the database

DO NOT REPLY [Bug 10972] New: - without className in server.xml produces NullPointerException

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: mod_jk config options - some elaboration, please?

2002-07-18 Thread Eddie Bush
That would be most excellent! Sorry for the duplicate post by the way, guys. I waited and waited and it didn't show up. Not wanting to seem ungrateful, I re-sent it. Thanks again, Bojan :-) Eddie Bojan Smojver wrote: >On Thu, 2002-07-18 at 15:06, Eddie Bush wrote: > >>Is it possible there

Re: java jdbctest

2002-07-18 Thread Chee Teng Ching
Shouldn't it be "java JdbcTest" instead of "java jdbctest" (case sensitive) ? Good Luck... Ching >From: Mario Henley Becerril Geldis <[EMAIL PROTECTED]> >Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: java jdbctest >Date: Thu, 18 Jul 2002 15:17:20 -0500

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Pier Fumagalli
Craig R. McClanahan <[EMAIL PROTECTED]> wrote: > An immediate prospect would be the JSTL APIs from jakarta-taglibs/standard > (jsr052). Makes sense. And jakarta-taglibs will remain for our Apache non-standard ones, right? > A couple of "devils in the details" questions: > > * Where should CVS

DO NOT REPLY [Bug 10766] - <%@ page extends %> causes ClassCastException

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java

2002-07-18 Thread kinman
kinman 2002/07/18 18:16:04 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Compiler.java jasper2/src/share/org/apache/jasper/servlet Tag: tomcat_4_branch JspServletWrapper.java Log: - Fixed 10

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java

2002-07-18 Thread kinman
kinman 2002/07/18 18:13:47 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java jasper2/src/share/org/apache/jasper/servlet JspServletWrapper.java Log: - Fixed 10766: <%@ page extends %> causes ClassCastException Revision

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Remy Maucherat
Jon Scott Stevens wrote: > jakarta-apis/jsr154/src/java > jakarta-apis/jsr152/src/java +1. Using the jsr numbers may not be explicit enough, though (but it gets the job done, so ...). I have the feeling we're getting somewhere :) Remy -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-5/resources/confinstall server_1.xml server_2.xml tomcat-users_1.xml tomcat-users_2.xml

2002-07-18 Thread remm
remm2002/07/18 17:39:13 Added: .build.properties.sample build.xml download.properties tomcat.nsi resources INSTALLLICENSE config.ini main.ico tickno.bmp tickyes.bmp tomcat.ico uninst.ico resource

cvs commit: jakarta-tomcat-4.0/webapps/admin/realm jndiRealm.jsp

2002-07-18 Thread amyroh
amyroh 2002/07/18 17:23:20 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties Appli

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Jon Scott Stevens
on 7/18/02 5:13 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > * Who gets commit access? This goes beyond Tomcat's committers > once other APIs start getting added. > > Craig That is why I suggested separate repo's. -jon -- To unsubscribe, e-mail: For ad

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread Craig R. McClanahan
On Thu, 18 Jul 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 18 Jul 2002 17:02:38 -0700 (PDT) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: RE: [PROPOSAL] Split the repo's > > > > > jakarta-apis/jsr154/s

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread costinm
> > jakarta-apis/jsr154/src/java > > jakarta-apis/jsr152/src/java +1 as well. Costin -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread Ignacio J. Ortega
> jakarta-apis/jsr154/src/java > jakarta-apis/jsr152/src/java +1 Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH] TC4.0 - Intermittent IllegalArgumentException inWebappClassLoader

2002-07-18 Thread Arvind Srinivasan
Attaching a patch that fixes an intermittent error (that occurs when an attempt is made to define a package that has already been defined). I noticed this when running a multi-threaded test. - Root Cause - java.lang.IllegalArgumentException: Servlet22.S05_Request at java.lang.Clas

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Pier Fumagalli
Jon Scott Stevens <[EMAIL PROTECTED]> wrote: > jakarta-apis/jsr154/src/java > jakarta-apis/jsr152/src/java +1 Pier -- [Perl] combines all the worst aspects of C and Lisp: a billion of different sublanguages in one monolithic executable. It combines the power of C with the readability o

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties

2002-07-18 Thread luehe
luehe 2002/07/18 16:25:05 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch JspDocumentParser.java jasper2/src/share/org/apache/jasper/resources Tag: tomcat_4_branch messages.properties

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Jon Scott Stevens
on 7/18/02 4:07 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Ok, what about using the original jakarta-servletapi repository and > creating a subdir for each JSR ? I think it should be renamed... > Or a new jakarta-apis directory and creating one subdir for each JSR ? Sounds good. Mayb

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread costinm
On Thu, 18 Jul 2002, Jon Scott Stevens wrote: > > But that's not the reason > > I'm voting against - we already have too many CVS trees and this is > > bad organization, it could be well placed in a single CVS in separate > > directories. > > > > Having a separate CVS for a dozen of files inste

DO NOT REPLY [Bug 10568] - org.apache.jasper.servlet.JspServlet: bug creating output directory URL

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Jon Scott Stevens
on 7/18/02 7:16 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > But that's not the reason > I'm voting against - we already have too many CVS trees and this is > bad organization, it could be well placed in a single CVS in separate > directories. > > Having a separate CVS for a dozen of fi

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Jon Scott Stevens
on 7/18/02 7:16 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm pretty sure Jon is not proposing this for the benefit of tomcat or > tomcat users, but out of his hate for JSPs. >From my POV, splitting JSP out of Tomcat would benefit Tomcat and Tomcat users. -jon -- To unsubscribe, e-

DO NOT REPLY [Bug 10270] - jsp:include breaks with non-String rtexpr

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2mod_jk2.c

2002-07-18 Thread Bojan Smojver
Since I didn't really like my original 'fix' for mod_jk 1.2.0 situation (bug 9913), I tried this approach, but it seems to make no difference whatsoever... The content of the directory is being served rather then default pages. Bojan On Fri, 2002-07-19 at 01:15, [EMAIL PROTECTED] wrote: > mturk

Re: mod_jk config options - some elaboration, please?

2002-07-18 Thread Bojan Smojver
On Thu, 2002-07-18 at 15:06, Eddie Bush wrote: > Is it possible there will be any movement at any time to incorporate the > (much more) excellent documentation that existed with the 3.x TC > versions into the 4.x doc sets? I think it might really reduce the > traffic on tomcat-user - and I wo

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2mod_jk2.c

2002-07-18 Thread Bojan Smojver
On Fri, 2002-07-19 at 01:15, [EMAIL PROTECTED] wrote: > mturk 2002/07/18 08:15:00 > > Modified:jk/native2/server/apache2 mod_jk2.c > Log: > Fix the bug 10789 caused by hook order. Thanks Mladen. Bojan -- To unsubscribe, e-mail: For additional comma

DO NOT REPLY [Bug 10711] - [PATCH] relative filenames with ../ do not work for JSP-includes

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Bojan Smojver
On Fri, 2002-07-19 at 00:16, [EMAIL PROTECTED] wrote: > I'm pretty sure Jon is not proposing this for the benefit of tomcat or > tomcat users, but out of his hate for JSPs. What's wrong with that? ;-)) Bojan -- To unsubscribe, e-mail: For additional commands, e-

DO NOT REPLY [Bug 10291] - JASPER fails to cause a fatal translaton error with incorrect taglib imports in the XML view of a JSP page

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10291] - JASPER fails to cause a fatal translaton error with incorrect taglib imports in the XML view of a JSP page

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10671] - Major issues with jsp:param in jsp:include and jsp:forward

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

More informative errors from Jasper-generated code?

2002-07-18 Thread Dennis Doubleday
I am using Tomcat 4.0.3, Windows 2000, JDK 1.4 I was getting the following stack trace from a JSP: ApplicationDispatcher[/SpendMetrix]: Servlet.service() for servlet jsp threw exception javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex t

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java

2002-07-18 Thread luehe
luehe 2002/07/18 14:34:09 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Generator.java Node.java Log: Fixed Bug# 10670: Problem in JSP compilation Revision ChangesPath No revision No

DO NOT REPLY [Bug 10670] - Problem in JSP compilation

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java

2002-07-18 Thread luehe
luehe 2002/07/18 14:17:27 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Log: Fixed Bug# 10670: Problem in JSP compilation Revision ChangesPath 1.42 +13 -54 jakarta-tomcat-jasper/jasper2/src/share/org/apa

DO NOT REPLY [Bug 10967] New: - Java Deadlock in WebappClassLoader

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2002-07-18 Thread kinman
kinman 2002/07/18 13:48:19 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch JspCompilationContext.java Log: - Fix 10711. Thanks [EMAIL PROTECTED] (Henner Zeller) for the patch. Revision ChangesPath No revision

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2002-07-18 Thread kinman
kinman 2002/07/18 13:48:00 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java Log: - Fix 10711. Thanks [EMAIL PROTECTED] (Henner Zeller) for the patch. Revision ChangesPath 1.8 +66 -8 jakarta-tomcat-jasper/jasper2

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspCompilationContext.java

2002-07-18 Thread Tim Funk
I would like to see it in the release notes. As a user (who lurks in the dev list), I do not delete the work directory when upgrading. Because of having 2000+ JSP's on a site, we try to avoid having mass JSP recompiles. Or is my point worthless since this should only really affect users going

DO NOT REPLY [Bug 10713] - [PATCH] Backslashes quoting quotes in attributes does not work

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

java jdbctest

2002-07-18 Thread Mario Henley Becerril Geldis
javac jdbctest.java run fine, but when i try java jdbctest, this say: Exception in thread "main" java.lang.NoClassDefFoundError: jdbctest my CLASSPATH=/usr/local/source/oraInventory/jdbc/lib/classes12.jar: /usr/local/source/oraInventory/jdbc/lib/nls_charset12.jar: /usr/java/j2sdk1.4.1/

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspReader.java Parser.java

2002-07-18 Thread kinman
kinman 2002/07/18 13:18:56 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch JspReader.java Parser.java Log: - Fixed 10713. Modified on patch by [EMAIL PROTECTED] (Henner Zeller) Revision ChangesPath No

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspReader.java Parser.java

2002-07-18 Thread kinman
kinman 2002/07/18 13:18:10 Modified:jasper2/src/share/org/apache/jasper/compiler JspReader.java Parser.java Log: - Fixed 10713. Modified on patch by [EMAIL PROTECTED] (Henner Zeller) Revision ChangesPath 1.7 +33 -2 jakarta-tomcat-jasp

AccessLogValve

2002-07-18 Thread peter lin
I was considering extending AccessLogValve to add the responsetime to the access log, but it looks like the class is declared final. Is there a reason why this is so? Is there a more appropriate logvalve that is designed to be extended? thanks in advance. peter -- To unsubscribe, e-mail:

Re: cvs commit:jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspCompilationContext.java

2002-07-18 Thread Kin-Man Chung
> Date: Thu, 18 Jul 2002 14:15:16 -0400 > From: Tim Funk <[EMAIL PROTECTED]> > Subject: Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java > To: Tomcat Developers List <[EMAIL PROTECTED]> > Content-transfer-encoding: 7bit > > Yeah! $ is replace

DO NOT REPLY [Bug 3774] - Error loading web.xml on root context when specified in server.xml file on Windows

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7989] - and ignore information from

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

Re: mod_jk config options - some elaboration, please?

2002-07-18 Thread Eddie Bush
Thanks, Bojan. I think that's exactly what I was looking for :-) You know, I feel really stupid because I think I've seen that exact same document before and completely missed the section discussing these options! Is it possible there will be any movement at any time to incorporate the (much

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspCompilationContext.java

2002-07-18 Thread Tim Funk
Yeah! $ is replaced by _ when JSP's are converted to java files. Question: When someone upgrades to this release, would it be advisable for the user to eliminate the work directory (or clean it) since an older compiled JSP now has the wrong name? Or warn them that every JSP will be recompiled?

DO NOT REPLY [Bug 8817] - nested custom jsp tags not working?

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10896] - Parsing ContentType error

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ParserController.java

2002-07-18 Thread kinman
kinman 2002/07/18 11:04:24 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch ParserController.java Log: - Fix 10896. Patch by [EMAIL PROTECTED] (Shao Xiaotang) Revision ChangesPath No revision N

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler ParserController.java

2002-07-18 Thread kinman
kinman 2002/07/18 11:03:49 Modified:jasper2/src/share/org/apache/jasper/compiler ParserController.java Log: - Fix 10896. Patch by [EMAIL PROTECTED] (Shao Xiaotang) Revision ChangesPath 1.5 +0 -1 jakarta-tomcat-jasper/jasper2/src/shar

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2002-07-18 Thread kinman
kinman 2002/07/18 10:57:27 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch JspCompilationContext.java Log: - use _ instead of $ to generate file and class names for jsp servlets. Revision ChangesPath No revisio

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2002-07-18 Thread kinman
kinman 2002/07/18 10:56:03 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java Log: - Use _ instead of $ to generate file and class names for jsp servlets. Revision ChangesPath 1.7 +6 -6 jakarta-tomcat-jasper/jaspe

DO NOT REPLY [Bug 10902] - "package.access" security check too general for Jasper - precompiled JSPs get package-access violation

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 7631] - Support for "jsp:id" in the JSP View used by TLVs

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

Re: does not work inside

2002-07-18 Thread Ian Darwin
On July 18, 2002 12:11 pm, you wrote: > I am already using the default standard host that sets autodeploy to true > by default. It's not a question of autodeploy=true or not. Everything I know says that DefaultContext's values only apply to Contexts that are auto-deployed, that is, placed in weba

cvs commit: jakarta-tomcat-catalina - Imported sources

2002-07-18 Thread remm
remm2002/07/18 09:48:44 Log: - Import Catalina sources. - Scripts still need a lot of work. - Doesn't build yet. - The actual build process isn't documented yet, but will include: - checkout the 5 (or 6) j-t repositories - use 'ant download' from j-t-5 - use 'ant

DO NOT REPLY [Bug 10902] - "package.access" security check too general for Jasper - precompiled JSPs get package-access violation

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10902] - "package.access" security check too general for Jasper - precompiled JSPs get package-access violation

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-5/resources/confinstall - New directory

2002-07-18 Thread remm
remm2002/07/18 09:17:05 jakarta-tomcat-5/resources/confinstall - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-5/resources - New directory

2002-07-18 Thread remm
remm2002/07/18 09:17:00 jakarta-tomcat-5/resources - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: does not work inside

2002-07-18 Thread Asar . Khan
Ian, Thanks for your note but I still maintain this is a bug. I am already using the default standard host that sets autodeploy to true by default. Also, I have tried adding the resource into directly and that works fine - so how would you explain that? Regards Asar Khan

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread Henri Gomez
Quoting "Ignacio J. Ortega" <[EMAIL PROTECTED]>: > > De: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > > Enviado el: 18 de julio de 2002 1:34 > > > > > [X] I don't want the API's split into separate repo's > > [ ] I don't care > > [ ] I want the API's split into separate repo's. > > > > I do

DO NOT REPLY [Bug 10951] New: - one extra body tag in javax_servlet

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10948] - JNDI lookup in servlet init fails

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread Keith Wannamaker
| | [X] I don't want the API's split into separate repo's | [ ] I don't care | [ ] I want the API's split into separate repo's. | TC 4 has too many external module dependencies as it is. Keith -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 10949] - Jasper2 compile error with struts logic tag & jsp:include, with patch

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10949] New: - Jasper2 compile error with struts logic tag & jsp:include, with patch

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10789] - Setting DirectoryIndex of index.jsp does not get served by jk2

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10909] - Problem calling anonymous classes in servlet destroy() method

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-07-18 Thread mturk
mturk 2002/07/18 08:15:00 Modified:jk/native2/server/apache2 mod_jk2.c Log: Fix the bug 10789 caused by hook order. Revision ChangesPath 1.42 +3 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c =

DO NOT REPLY [Bug 10948] - JNDI lookup in servlet init fails

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10948] New: - JNDI lookup in servlet init fails

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread Ignacio J. Ortega
> De: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > Enviado el: 18 de julio de 2002 1:34 > > [X] I don't want the API's split into separate repo's > [ ] I don't care > [ ] I want the API's split into separate repo's. > I dont see why this needs another repo, my only reason is that there are t

DO NOT REPLY [Bug 10947] - Jikes doesn't accept "Encoding" argument on PC

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > On Wed, 17 Jul 2002, Jon Scott Stevens wrote: > > >>[X] I don't want the API's split into separate repo's >>[ ] I don't care >>[ ] I want the API's split into separate repo's. > > > I'm pretty sure Jon is not proposing this for the benefit of tomcat or > tomcat user

DO NOT REPLY [Bug 10947] - Jikes doesn't accept "Encoding" argument on PC

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10947] New: - Jikes doesn't accept "Encoding" argument on PC

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread costinm
On Wed, 17 Jul 2002, Jon Scott Stevens wrote: > [X] I don't want the API's split into separate repo's > [ ] I don't care > [ ] I want the API's split into separate repo's. I'm pretty sure Jon is not proposing this for the benefit of tomcat or tomcat users, but out of his hate for JSPs. But that

Re: [GUMP] Build Failure - jakarta-tomcat-4.0

2002-07-18 Thread Stefan Bodewig
I've removed the explicit dependency on tomcat-catalina from jakarta-tomcat-4.0 (i.e. you must remove line 78 from gump.xml) and it compiles a bit further (see below). This should remove the jzentry problem. The build itself fails while compiling Jasper, though: deploy: [echo] Target: Jasp

Re: mod_jk config options - some elaboration, please?

2002-07-18 Thread Eddie Bush
Thanks, Bojan. I think that's exactly what I was looking for :-) You know, I feel really stupid because I think I've seen that exact same document before and completely missed the section discussing these options! Is it possible there will be any movement at any time to incorporate the (muc

[GUMP] Build Failure - jakarta-tomcat-jk

2002-07-18 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: [echo] jakarta-tomcat-c

[GUMP] Build Failure - jakarta-tomcat-4.0

2002-07-18 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: deploy-static: deploy:

Re: does not work inside

2002-07-18 Thread Ian Darwin
This is a tomcat-users question, not a tomcat-dev question. On July 18, 2002 05:25 am, [EMAIL PROTECTED] wrote: > I have set up a global JDBC resource in the > section. > > I have a number of virtual hosts and have found that if the > is added inside the resource is available. However, if it i

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Pier Fumagalli
"Patrick Luby" <[EMAIL PROTECTED]> wrote: > Oops. The javax.servlet.jsp.* packages have been in jakarta-servlet-4 > for a long time. > > In any case, I tried seeing if this issue could be solved by merely > moving the javax.servlet.jsp.* packages over to the > jakarta-tomcat-jasper repository. U

DO NOT REPLY [Bug 10902] - "package.access" security check too general for Jasper - precompiled JSPs get package-access violation

2002-07-18 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://nagoya.apache.org/bugzilla/show_b

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Glenn Nielsen
Jon Scott Stevens wrote: > > Therefore, I'm asking for another vote to split the CVS repositories to > represent the split JSR's and adapt the build system of the JSP repository > to have a dependency on the Servlet repository, but not the other way > around. It is ok to also have the JSP build s

DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

RE: [PROPOSAL] Split the repo's

2002-07-18 Thread John Trollinger
[ ] I don't want the API's split into separate repo's [ ] I don't care [X] I want the API's split into separate repo's. -jon -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail:

does not work inside

2002-07-18 Thread Asar . Khan
Hello all, I have the following configuration: Linux Redhat 7.2 Apache 2.0.39 Tomcat 4.1.7beta In the server.xml file: I have set up a global JDBC resource in the section. I have a number of virtual hosts and have found that if the is added inside the resource is available. However, if it

DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-07-18 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://nagoya.apache.org/bugzilla/show_bu

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Jon Scott Stevens
on 7/17/02 11:35 PM, "Patrick Luby" <[EMAIL PROTECTED]> wrote: > All, > > Patrick Luby wrote: > >> I tend to agree with Jon on this issue. When I voted for a >> java-servletapi-5 repository, I made the - I think reasonable - >> assumption that the java-servletapi-5 repository would only contain

  1   2   >