cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java

2003-08-18 Thread billbarker
billbarker2003/08/17 23:43:29 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java Log: Fixing getters for JMX. It looks like a big commit, but it really shouldn't be very much in terms of functionality. All default values are

DO NOT REPLY [Bug 22501] New: - Taglib evalution problem

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22501. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22502] New: - Jasper can't parse a XML format JSP file encoding

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22502. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22503] New: - Tomcat4.0.6 can't parse a XML format JSP file encoding

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

destroy not called if permanently unavailable exception is thrown

2003-08-18 Thread Hendrik Haddorp
Hi, I'm using Tomcat 4.1.27. When I throw an UnavailableException in my Servlet marked as permanently the destroy method of the servlet doesn't seem to be called. In fact in looks like permanently unavailability is treated as a temporally unavailability with the available time set to

DO NOT REPLY [Bug 20674] - Error in running Tag Files in Tomcat5.0.7 after removing JSPC mapping

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22508] New: - Error in running Tag Files in Tomcat5.0.7 after removing JSPC generated mapping

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

request

2003-08-18 Thread Majesh.R
Hi , My name is majesh and i am a beginer in the feildof linux webserver administration.I am now in the study of connecting tomcat and redhat linux 8.0 apache.Will you please give me the steps required to accomplish this for me . waiting for your reply, A student

Re: request

2003-08-18 Thread matthias.ernst
Majesh, first of all, you should peruse the fine documentation on this subject that is readily available on the jakarta tomcat website. furthermore you should read it more thoroughly than the mailing-list instructions. quote Do not send mail to this list with usage questions or configuration

Re: [VOTE] New committer: Eric Carmichael

2003-08-18 Thread Tim Funk
+1 (If more votes are still needed) -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 20674] - Tomcat is not compliant with the JSP 1.2 specification.

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20674. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22508] - Error in running Tag Files in Tomcat5.0.7 after removing JSPC generated mapping

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22508. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22277] - IllegalArgumentException in setOutputLineIncrement()

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22277. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22466] - StackOverflowError in ResponseBase.write (no recursion)

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22466. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] jakarta-servletapi-5: Schema updates

2003-08-18 Thread Mark Roth
The following is a patch to the JSP 2.0 TLD and J2EE 1.4 schemas based on recent specification changes. jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd - Made body-content element mandatory since default valid is unusable for Simple Tag

MBeanServer problem

2003-08-18 Thread Adi Katz
Hello, I hope I post this in the right place. When restating a context in tomcat 4.1.24 the ServletContext lose the reference to the MBeanServer instance. The ServerLifeCycleListener set an attribute named 'org.apache.catalina.MBeanServer' in the ServletContext when tomcat starts up but once a

[5.0.8] Tag soon

2003-08-18 Thread Remy Maucherat
As most (all ?) of the issues uncovered in build 5.0.7 have been fixed or addressed in some way, I plan to tag and release 5.0.8 soon (likely wednesday). Please apply any fixes before then (but please no features addition or refactorings), such as the servlet API updates. Thanks :)

cvs commit: jakarta-tomcat-5 build.xml

2003-08-18 Thread jfarcand
jfarcand2003/08/18 09:34:42 Modified:.build.xml Log: Minor cleanup (modeler is now released or soon to be) Revision ChangesPath 1.150 +0 -7 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http Cookie.java HttpServlet.java HttpServletRequest.java HttpServletResponse.java HttpSession.java HttpSessionListener.java

2003-08-18 Thread jfarcand
jfarcand2003/08/18 09:50:33 Modified:jsr154/src/share/javax/servlet Filter.java FilterConfig.java ServletConfig.java ServletContext.java ServletContextAttributeEvent.java ServletContextListener.java

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd j2ee_1_4.xsd web-jsptaglibrary_2_0.xsd

2003-08-18 Thread kinman
kinman 2003/08/18 10:41:20 Modified:jsr152/src/share/dtd web-jsptaglibrary_2_0.xsd jsr154/src/share/dtd j2ee_1_4.xsd web-jsptaglibrary_2_0.xsd Log: - Patch by Mark Roth Patch to the JSP 2.0 TLD and J2EE 1.4 schemas based on recent specification changes.

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

2003-08-18 Thread remm
remm2003/08/18 10:44:20 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: - Fix cut paste bug. - Schema validation is now consistently broken between the deployer validator task and the integrated Tomcat validation.

Using SOAP with SSL in Tomcat 4.1.18

2003-08-18 Thread GREVER,PAT (HP-Boise,ex1)
Hi, I'm trying to make soap calls over https. I am getting the following error when I try to ... Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Couldn't find trusted certificate This occurs at the point in the code where I invoke the soap call. I

Re: Using SOAP with SSL in Tomcat 4.1.18

2003-08-18 Thread Martin Gainty
Did you check the obvious solutions such as do you have a certificate? Martin - Original Message - From: GREVER,PAT (HP-Boise,ex1) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 18, 2003 11:09 AM Subject: Using SOAP with SSL in Tomcat 4.1.18 Hi, I'm trying to make soap

RE: Using SOAP with SSL in Tomcat 4.1.18

2003-08-18 Thread GREVER,PAT (HP-Boise,ex1)
Well I've followed the steps in several articles about creating server/client keystores, but whether or not I've done it correctly or done everything necessary to connect them up properly for the code to actually use them... I don't know. I've done everything listed in the articles I found. Pat

Re: Using SOAP with SSL in Tomcat 4.1.18

2003-08-18 Thread Martin Gainty
I assume you are referring to http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html After running keytool utility you will have a certificate keystore.. Did you confirm all these steps on your Tomcat installation? Martin - Original Message - From: GREVER,PAT (HP-Boise,ex1)

[PATCH] jakarta-servletapi-5: Additional TLD clarifications

2003-08-18 Thread Mark Roth
Slight additional clarification to TLD. jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd - Clarified that body-content is not just a hint - Reformatted description for body-content with smaller margins for spec --- Mark Roth, Java

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13430. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5814] - 401 error code could not be populated by error-page tag

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13430. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Using SOAP with SSL in Tomcat 4.1.18

2003-08-18 Thread GREVER,PAT (HP-Boise,ex1)
Yes, the tomcat ssl-howto was one of the sources of information I used on setting up the keystore. I did not see any information about how to confirm these steps with tomcat. How would I go about doing this? Pat -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2003-08-18 Thread jfarcand
jfarcand2003/08/18 12:41:56 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: Fix NPE when getMessage returns null. Revision ChangesPath 1.17 +6 -5

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-jsptaglibrary_2_0.xsd

2003-08-18 Thread kinman
kinman 2003/08/18 12:58:19 Modified:jsr152/src/share/dtd web-jsptaglibrary_2_0.xsd jsr154/src/share/dtd web-jsptaglibrary_2_0.xsd Log: - Patch by Mark Roth Slight additional clarification to TLD. jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd

DO NOT REPLY [Bug 22478] - Ant manager deploy causing webapp to initialize twice

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22478. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.8] Tag soon

2003-08-18 Thread Kin-Man Chung
Remy, I discovered there is a jasper bug that causes wrong Java line numbers to be mapped when codes for invoking tag handlers are generated in separate methods. This would completely screw up JSP debugging, and causes javac error messages to be lost if it happens in the generated method. I

DO NOT REPLY [Bug 22535] New: - JSP XML Syntax problem

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22535. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22535] - JSP XML Syntax problem

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22535. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22439] - NPE compiling JSP Document

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Versioning in WebDAV and Slide

2003-08-18 Thread Stefanovic, Darko
Hi ! You will save me a lot of time answering two questions: 1) Is Versioning part of the current Slide implementation ? 2) If not, is there library that can help me implementing that (with some instructions of course). To be clear: I need to copy, on a daily basis, files from workstations

Versioning in WebDAV and Slide

2003-08-18 Thread Stefanovic, Darko
Hi ! You will save me a lot of time answering two questions: 1) Is Versioning part of the current Slide implementation ? 2) If not, is there library that can help me implementing that (with some instructions of course). To be clear: I need to copy, on a daily basis, files from workstations to

cvs commit: jakarta-tomcat-catalina/webapps/admin build.xml

2003-08-18 Thread amyroh
amyroh 2003/08/18 16:53:49 Modified:webapps/admin build.xml Log: Fix typo - bugzilla 19469. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-catalina/webapps/admin/build.xml Index: build.xml

cvs commit: jakarta-tomcat-4.0/webapps/admin build.xml

2003-08-18 Thread amyroh
amyroh 2003/08/18 16:54:26 Modified:webapps/admin build.xml Log: Backport patch. Fix typo - bugzilla 19469. Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-4.0/webapps/admin/build.xml Index: build.xml

DO NOT REPLY [Bug 19469] - Typo in admin webapp's build.xml

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19469. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2003-08-18 Thread yoavs
yoavs 2003/08/18 17:17:03 Modified:catalina/src/conf web.xml Log: Removed logVerbosityLevel doc and init-param from JSP Servlet, as they're no longer used. Closing bug 22494. BTW, should we change the DTD of web.xml to 2.4? Revision ChangesPath 1.24 +1 -11

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2003-08-18 Thread yoavs
yoavs 2003/08/18 17:20:02 Modified:webapps/docs jasper-howto.xml Log: Removed logVerbosityLevel. Revision ChangesPath 1.9 +0 -5 jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

DO NOT REPLY [Bug 22494] - logVerbosityLevel not used anymore

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22494. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-08-18 Thread kinman
kinman 2003/08/18 17:36:35 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Log: - Adjust Java lines mappings for codes that are generated in buffers. The diff is more than was actually changed, due to a change of a class

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

2003-08-18 Thread amyroh
amyroh 2003/08/18 17:43:09 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Add missing className property for mbean description. It seems like it was accidently removed by previous commit. Should fix bugzilla 22328.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java StandardManager.java StandardSession.java StoreBase.java

2003-08-18 Thread luehe
luehe 2003/08/18 17:49:58 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java StandardManager.java StandardSession.java StoreBase.java Log: Fixed Bugtraq 4839736 (HttpSession.setMaxInactiveInterval()

DO NOT REPLY [Bug 22328] - javax.management.ReflectionException: Cannot find method getClassName with this signature

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21078] - modeler.present and beanutils.present surely fail in webapps/admin/build.xml

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21078. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21643] - Cannot create Valve with Mozilla 1.4

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21643. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18384] - creation of jdbc realms is not possible with mozilla 1.3

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18384. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.0.8] Tag soon

2003-08-18 Thread Eric Carmichael
(hopefully, we'll have a good quality build this time :) ) To that end, could someone add xml/xml.jsp from the jsp-examples webapp (or something like it) to tester? There isn't very much XML coverage in tester, and this particular jsp would have flagged bugs 22277 and 21366 before they made it

DO NOT REPLY [Bug 16001] - Tag.release() not invoked

2003-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16001. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: RE: urgent

2003-08-18 Thread shaman jain
hi friends, this is the problem i am facing C:\tomcat\work\Standalone\localhost\callreg\passcall_jsp.java:58: package callreg does not exist callreg.URLBean db = null; An error occurred at line: 2 in the jsp file: /passcall.jsp Generated servlet error: