DO NOT REPLY [Bug 35809] - JkMountCopy don't work

2005-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35809] New: - JkMountCopy don't work

2005-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-07-20 Thread billbarker
billbarker2005/07/20 21:12:33 Modified:webapps/docs changelog.xml Log: Doc changes Revision ChangesPath 1.324 +7 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml ===

DO NOT REPLY [Bug 35696] - Jasper does not call relase method for non pool custom jsp tags

2005-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-07-20 Thread billbarker
billbarker2005/07/20 20:59:10 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Make certain that release is called for custom tags when tag-pooling is disabled. Fix for Bug #35696 Revision ChangesPath 1.241 +9 -2 jakarta-tomcat-jas

Re: Support JSS in Tomcat

2005-07-20 Thread Christine Ho
Thanks. It works. JSS can be used under either Mozilla Public License (MPL) or LGPL. Is MPL or LGPL compatible with ASF license? The good thing about JSS is that it is FIPS-140 compliant. Christine --- Bill Barker <[EMAIL PROTECTED]> wrote: > The element is deprecated in TC 5.x. In > particu

Re: Support JSS in Tomcat

2005-07-20 Thread Bill Barker
The element is deprecated in TC 5.x. In particular, you can't use it to specify a SocketFactory. You pass the FQN of your SSLImplementation to the Connector with something like: I'd be happy to review your implementation (assuming that the licensing is compatible with ASF) if you want to sub

Re: New tag ?

2005-07-20 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, July 20, 2005 2:47 PM Subject: Re: New tag ? >Bill Barker wrote: >>>Hi, >>> >>>I think the APR capabilities that we added are now sufficiently stable >>>to warrant testing. If t

Support JSS in Tomcat

2005-07-20 Thread Christine Ho
Hi, Tomcat 5.5.x supports JSSE only. I am working on web application which uses JSS (http://www.mozilla.org/projects/security/pki/jss/javadoc/) I need to run the web application on Tomcat 5.x. I implemented the JSSSocketFactory.java, JSSSupport.java etc in the new package called org.apache.tomcat

inprocess Tomcat/apache via mod_jk

2005-07-20 Thread Christine Ho
Hi, I tried to setup Tomcat 5.5.9 running inside the apache server 2.x via the mod_jk on RHEL4. I got the following error: [debug] open_jvm2::jk_jni_worker.c (1055): JVM created [emerg] get_bridge_object::jk_jni_worker.c (1097): Can't find class org/apache/tomcat/modules/server/JNIEndpoint I lo

Re: New tag ?

2005-07-20 Thread Remy Maucherat
Bill Barker wrote: Hi, I think the APR capabilities that we added are now sufficiently stable to warrant testing. If the other areas that saw changes recently (clustering, JK) are ok too, then it could be a good idea to release a new build. JK should be fine. I've been pretty careful with the

Re: How to do authentication and secure line HTTPS (SSL)

2005-07-20 Thread Mark Thomas
Please post this, and any other requests relating to the usage of Tomcat rather than the development of Tomcat, to the tomcat-user list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

DO NOT REPLY [Bug 35769] - Wrong implementation of javax.naming.Context.composeName

2005-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2005-07-20 Thread markt
markt 2005/07/20 14:28:31 Modified:webapps/docs changelog.xml Log: Update changelog for bug 35769 fix. Revision ChangesPath 1.323 +4 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml ==

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java SelectorContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:25:45 Modified:naming/src/org/apache/naming/core BaseContext.java naming/src/org/apache/naming/modules/cache ProxyDirContext.java naming/src/org/apache/naming/modules/java SelectorContext.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:25:19 Modified:catalina/src/share/org/apache/naming NamingContext.java SelectorContext.java catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java Log: Fix bug 35769.

Re: binary streaming / content-type problem with mod_jk ?

2005-07-20 Thread Henri Gomez
not true, mod_jk didn't change the mime type provided by servlet output. I'm doing it on productions servers to handle on the fly generated PDFs 2005/7/20, Jérôme Chauvin <[EMAIL PROTECTED]>: > Any ideas ? > It would be helpful :) > Thanks, > > Jérôme Chauvin > > Le 19 juil. 05, à 10:09, Jérôme

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java SelectorContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:21:44 Modified:naming/src/org/apache/naming/modules/cache ProxyDirContext.java naming/src/org/apache/naming/modules/java SelectorContext.java Log: Tabs to 8 spaces. Revision ChangesPath 1

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:21:30 Modified:catalina/src/share/org/apache/naming NamingContext.java SelectorContext.java catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java Log: Tabs to 8 spac

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java SelectorContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:12:32 Modified:naming/src/org/apache/naming/core Tag: TOMCAT_5_0 BaseContext.java naming/src/org/apache/naming/modules/cache Tag: TOMCAT_5_0 ProxyDirContext.java naming/src/org/apache/nami

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:09:51 Modified:catalina/src/share/org/apache/naming NamingContext.java SelectorContext.java catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java Log: Fix bug 35769.

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/java SelectorContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:04:02 Modified:naming/src/org/apache/naming/modules/cache Tag: TOMCAT_5_0 ProxyDirContext.java naming/src/org/apache/naming/modules/java Tag: TOMCAT_5_0 SelectorContext.java Log: Tabs to 8 spaces.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java

2005-07-20 Thread markt
markt 2005/07/20 14:03:18 Modified:catalina/src/share/org/apache/naming NamingContext.java SelectorContext.java catalina/src/share/org/apache/naming/resources BaseDirContext.java ProxyDirContext.java Log: Tabs to 8 spac

DO NOT REPLY [Bug 24506] - New line elimination at end of directives

2005-07-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: New tag ?

2005-07-20 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, July 20, 2005 3:42 AM Subject: New tag ? >Hi, > >I think the APR capabilities that we added are now sufficiently stable >to warrant testing. If the other areas that saw changes

New tag ?

2005-07-20 Thread Remy Maucherat
Hi, I think the APR capabilities that we added are now sufficiently stable to warrant testing. If the other areas that saw changes recently (clustering, JK) are ok too, then it could be a good idea to release a new build. Rémy

Re: [VOTE] JK 1.2.14.1

2005-07-20 Thread Henri Gomez
good for me on Suse SLES 9 PowerPC. On iSeries V5R3 built without problem, waiting now for installation on our test machine. 2005/7/19, Jean-Jacques Clar <[EMAIL PROTECTED]>: > > >Please vote: > > > > > >[X] Stable -- good build > >[ ] Alpha -- something serious is wrong: what is it? > > Functi

How to do authentication and secure line HTTPS (SSL)

2005-07-20 Thread Abdullah Abdullah
Dear all Actually, I would like to ask you that how can I do authentication and secure line HTTPS (SSL) for my web pages ? It is worth mentioning that I am using JSP and Tomcat 5.5.9 . Thank you in advance. Regards Abdullah _ U

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

2005-07-20 Thread remm
remm2005/07/20 02:45:14 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java webapps/docs changelog.xml Log: - Remove useless import. - Add SSL to the changelog. Revision ChangesPath 1.68 +0 -1 jakarta-tomcat-connectors/util/java/

Re: binary streaming / content-type problem with mod_jk ?

2005-07-20 Thread Jérôme Chauvin
Any ideas ? It would be helpful :) Thanks, Jérôme Chauvin Le 19 juil. 05, à 10:09, Jérôme Chauvin a écrit : Hi all ! I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj Behera) which does a binary stream of a mpeg video file which is created progressively (by anot