Re: Double Version

2002-12-02 Thread Henri Gomez
Laxmikanth M.S. wrote: Hi , A question for tomcat-user list please. I have installed two versions of Tomcat and apache running together on the same Machine Apache1.3.27 - Tomcat3.3.1 Apache1.3.27 - Tomcat4.1.12 Make Apaches and Tomcats listens on differents ports: Apache1.3.27 (80) - Tomcat

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java ClassLoaderFactory.java

2002-12-02 Thread remm
remm2002/12/02 02:38:11 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java ClassLoaderFactory.java Log: - Add the possibility to specify remote codebases. Revision ChangesPath 1.8 +15 -5 jakarta-tomcat-catalina/ca

DO NOT REPLY [Bug 14973] - wildcards using mod_jk

2002-12-02 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

Jasper DOM API

2002-12-02 Thread Udo Walker
Hi, will there be a XML-DOM API in Jasper to access parsed JSP pages? I found an internal structure of Node.Nodes but how can I access it with the API? I want to give the API a JSP filename and get back a DOM structure of that JSP page or an error (line number and error message) if the JSP could

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

2002-12-02 Thread jfclere
jfclere 2002/12/02 03:21:01 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_fr.properties messages_ja.properties Log: The -o option is not supported -dd seems to be the one to u

RE: Roadmap for Tomcat 5

2002-12-02 Thread Shapira, Yoav
Hi, >Can someone please provide dates for the release of Tomcat 5? I >realise there is nothing definite, but a ball-park date is what >i am looking for. > >Is there an official roadmap someone can point me to? There can't be a final release until the servlet specification v2.4 is finalized. Keep

DO NOT REPLY [Bug 14993] New: - Possible obselete synchronized declaration

2002-12-02 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

Jasper DOM API

2002-12-02 Thread Udo Walker
Hi, will there be a XML-DOM API in Jasper to access parsed JSP pages? I found an internal structure of Node.Nodes but how can I access it with the API? I want to give the API a JSP filename and get back a DOM structure of that JSP page or an error (line number and error message) if the JSP could

DO NOT REPLY [Bug 14994] New: - https coyote connector leaving sockets in CLOSE_WAIT

2002-12-02 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

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config host.xml

2002-12-02 Thread jfclere
jfclere 2002/12/02 07:09:09 Modified:webapps/tomcat-docs/config host.xml Log: Try to improve the Application Base related explainations. Revision ChangesPath 1.13 +3 -2 jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml Index: host.xml ===

Re: tomcat & appache request parameters getting lost

2002-12-02 Thread M
M wrote: > > Hi, > > I'm using apache 1.3.26 with the mod_jk connector to tomcat 4.1.12 > > The below jsp includes a servet which is unable to access the parameters > on the request url e.g. http://host.net/testInclude.jsp?test=test > Removing a line from the test comment or changing the flush=

Re: Tomcat App. Dev. Guide

2002-12-02 Thread Craig R. McClanahan
On Mon, 2 Dec 2002 [EMAIL PROTECTED] wrote: > Date: Mon, 2 Dec 2002 15:22:47 +1100 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Tomcat App. Dev. G

DO NOT REPLY [Bug 14973] - wildcards using mod_jk

2002-12-02 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 14943] - // style scriptlet comment with %> on same line comments out the next out.write(...)

2002-12-02 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 13576] - // comments in <% %> java scriptlet don't compile correctly

2002-12-02 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

Error? org/apache/ajp/tomcat4/Ajp13Connector createProcessor()

2002-12-02 Thread eric scroger
Greetings, We were noticing some 'No processor available' exceptions associated with the Ajp13Connectors under heavy load. I downloaded the Tomcat 4.0.6 connectors source and had a look at the code responsible for creating a new processor to handle an incoming Ajp13 socket connection from Apache.

Re: [5] [Proposal] Adding an authorization interface

2002-12-02 Thread Costin Manolache
Jeanfrancois Arcand wrote: >>I would very much preffer a consistent mechanism for all the hooks in >>tomcat. In 3.3 there is one interface ( BaseInterceptor ) where all >>the possible hooks are defined ( with a number of problems we already >>know regarding ordering, but that's a different issue )

RE: Error? org/apache/ajp/tomcat4/Ajp13Connector createProcessor()

2002-12-02 Thread Kevin Seguin
seems like a bug. either way, I believe the org.apache.ajp package is deprecated. > -Original Message- > From: eric scroger [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 12:40 PM > To: Tomcat Developers List > Subject: Error? org/apache/ajp/tomcat4/Ajp13Connector > crea

Re: [4.1.16] [VOTE] Stability rating

2002-12-02 Thread Costin Manolache
Remy Maucherat wrote: > Note: I know many people are away this weekend, so this vote will run > until Monday COB (on the west coast), which more or less means Tuesday > morning GMT. > > > [ ] Alpha > [ ] Beta > [ ] Stable (aka GA) > > > Remy Beta or Stable. Costin -- To unsubscribe, e-mai

DO NOT REPLY [Bug 15002] New: - Tag files in different directories not belonging to different tag libraries

2002-12-02 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 15002] - Tag files in different directories not belonging to different tag libraries

2002-12-02 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 15003] New: - Tag pool size not configurable

2002-12-02 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 15003] - Tag pool size not configurable

2002-12-02 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 14994] - https coyote connector leaving sockets in CLOSE_WAIT

2002-12-02 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 12787] - request.getRequestURI() returns garbage when included in some tags

2002-12-02 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 14741] - TagFiles with same name in different tag directories overwrite the generated java files

2002-12-02 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 15002] - Tag files in different directories not belonging to different tag libraries

2002-12-02 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 15002] - Tag files in different directories not belonging to different tag libraries

2002-12-02 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

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

2002-12-02 Thread luehe
luehe 2002/12/02 12:08:55 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties Log: Added error codes/messages for 15002 Revision ChangesPath 1.63 +3 -1 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/re

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

2002-12-02 Thread luehe
luehe 2002/12/02 12:09:28 Modified:jasper2/src/share/org/apache/jasper/compiler JspUtil.java Log: Added error codes/messages for 15002 Revision ChangesPath 1.25 +5 -5 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspUtil.java Index:

Re: [4.1.16] [VOTE] Stability rating

2002-12-02 Thread Jeanfrancois Arcand
[ ] Alpha [ ] Beta [X ] Stable (aka GA) -- Jeanfrancois -- To unsubscribe, e-mail: For additional commands, e-mail:

Tomcat 4.1.10:NPE in catalina.core.StandardWrapper.allocate

2002-12-02 Thread Francis ANDRE
Hi EveryBody I got an NPE exception in Tomcat 4.1.10/jdk 1.4.1_01 while reloading a servlet: Any idea how to bypass or fix this problem??? 2002-12-02 21:25:53 StandardContext[/primer]: Processing start(), current available=false 2002-12-02 21:25:53 StandardContext[/primer]: Configuring default R

RE: [4.1.16] [VOTE] Stability rating

2002-12-02 Thread Brzezinski, Paul J
Haven't had time load/test 4.1.16 yet, but have the hierarchical class loader issues been resolved? As of 4.1.15, I get ClassNotFound errors when starting tomcat. Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lan

Re: Error? org/apache/ajp/tomcat4/Ajp13Connector createProcessor()

2002-12-02 Thread eric scroger
Thanks. I figured it was a bug. Unless anyone has any other information to the contrary, I'm going to file a bug report today. Seeing the Ajp package is deprecated, are the Warp connectors fairly stable? The documentation for the Warp connectors is weak (FIXME's) and incomplete when compared

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java

2002-12-02 Thread costin
costin 2002/12/02 13:33:12 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: Few changes to make Bootstrap useable as an MBean ( via modeler ) This allows tomcat to be embeded using its own class loader hierarchy ( i.e. the embed

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

2002-12-02 Thread kinman
kinman 2002/12/02 14:26:23 Modified:jasper2/src/share/org/apache/jasper/compiler TldLocationsCache.java Log: - Patch by [EMAIL PROTECTED] (Petr Jiricka) Fix 14854: Allow redeploying tag libraries from the same jar, do not lock the jar files on Windows

DO NOT REPLY [Bug 14854] - Allow redeploying tag libraries from the same jar, do not lock the jar files on Windows

2002-12-02 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 15002] - Tag files in different directories not belonging to different tag libraries

2002-12-02 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: AW: euro character problem with tomcat compression Filter

2002-12-02 Thread Amy Roh
Which version of Tomcat 4 are you using? I believe character encoding was fixed since 4.1.6. Amy Sergio wrote: > The problem I comment, did not occurs before setting on the > compressionFilter. > > I've changed also the request.setCharacterEncoding to iso-8859-15 and still > works bad. > The re

DO NOT REPLY [Bug 15009] New: - Classloading behavior does not follow specification/documentation

2002-12-02 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

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

2002-12-02 Thread luehe
luehe 2002/12/02 17:58:36 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Fixed Bugtraq 4787293: JspContext.popBody and Jsp/PageContext.pushBody don't update "out" attribute Revision ChangesPa

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

2002-12-02 Thread kinman
kinman 2002/12/02 18:08:31 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: - Comment on why jsp_precompile=false behaves like jsp_precompile=true. :) Revision ChangesPath 1.14 +8 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/j

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 Constants.java CoyoteResponse.java

2002-12-02 Thread jfarcand
jfarcand2002/12/02 18:29:14 Modified:coyote/src/java/org/apache/coyote Response.java coyote/src/java/org/apache/coyote/tomcat5 Constants.java CoyoteResponse.java Log: Servlet 2.4 section 5.4 will be modified: A servlet should set the locale

Re: CreateContext Error using Tomcat Admin

2002-12-02 Thread Craig R. McClanahan
PLEASE do not cross-post messages to both TOMCAT-DEV and TOMCAT-USER. Your series of questions have been user related, and are appropriate on TOMCAT-USER. They are not appropriate on TOMCAT-DEV, which is about the development of Tomcat itself. Craig On Mon, 2 Dec 2002, Laxmikanth M.S. wrote: >

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 Constants.java CoyoteResponse.java

2002-12-02 Thread Bill Barker
I'm not really happy with having a default Locale in the o.a.c.Response. I'd like it better if o.a.c.tc5.CoyoteResponse set the default Locale in recycle. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 6:29 PM Subject: cvs commit: jak

[4.1.16a] A feeedback from an Initial Installation on WinNT

2002-12-02 Thread Pae Choi
This is a feedback after trying to install v4.1.16a and mod_jk(JK1). And the some parts seem not working as it used be in v4.1.12. The change made in the server.xml as follows: And the exception dusring the startup is as follows: ServerLifecycleListener: createMBeans: MBeanExc

DO NOT REPLY [Bug 15009] - Classloading behavior does not follow specification/documentation

2002-12-02 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: [4.1.16a] A feeedback from an Initial Installation on WinNT

2002-12-02 Thread Remy Maucherat
Pae Choi wrote: This is a feedback after trying to install v4.1.16a and mod_jk(JK1). And the some parts seem not working as it used be in v4.1.12. But it did not crashed so that I tested the "index.jsp" as follows: http://localhost/index.jsp http://localhost:8080/index.jsp https:///index.jsp htt

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat Jdk11Compat.java

2002-12-02 Thread billbarker
billbarker2002/12/02 23:31:41 Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java Log: Add detection for 1.4 JVM Currently not used. Revision ChangesPath 1.15 +3 -0 jakarta-tomcat/src/share/org/apache/tomcat/util/compat/Jdk11Compat.java

Re: [4.1.16a] A feeedback from an Initial Installation on WinNT

2002-12-02 Thread Pae Choi
I have not looked the source code yet. And I won't have time for it for a while. Wasn't the exception in the previous message enough to trace the cause? I will provide you a full log if you think that will help. Pae > Pae Choi wrote: > > This is a feedback after trying to install v4.1.16a and

DO NOT REPLY [Bug 15009] - Classloading behavior does not follow specification/documentation

2002-12-02 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 15009] - Classloading behavior does not follow specification/documentation

2002-12-02 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