Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread Bill Barker
>Issue Description >1 Must be able to compile and run under JDK 1.1.8 > + FIXED >2 Address Cactus failures running with Tomcat 3.3 > + Tried but not 100% successful yet. >From what little I've seen, I've never really understood

DO NOT REPLY [Bug 6234] - checkError method of Servlet's PrintWriter is unreliable

2002-02-04 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 RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread billbarker
billbarker02/02/04 19:56:55 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix for 6234 Revision ChangesPath 1.32 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java

2002-02-04 Thread billbarker
billbarker02/02/04 19:54:27 Modified:src/facade22/org/apache/tomcat/facade HttpServletResponseFacade.java Log: Make certain that the Writer isn't in the error state. This is the quickest and safest fix. We could try for something better in 3.3.2 if we

Re: Do different virtual hosts have to have different appBase values?

2002-02-04 Thread Bojan Smojver
Quoting Micael Padraig Og mac Grene <[EMAIL PROTECTED]>: > [ ] They do. > Reason: > > [X ] They don't. > Reason: I hope you mean docBase? Don't see why they couldn't point to the same repository of files, provided that the files aren't open for exclusive use (Windows???). If you ru

cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread larryi
larryi 02/02/04 18:48:10 Modified:.RELEASE-PLAN-3.3.1.txt Log: Update to current status. Added Bug 6432 since it looks serious enough to justify a fix prior to beta1. Revision ChangesPath 1.4 +16 -9 jakarta-tomcat/RELEASE-PLAN-3.3.1.txt Index:

DO NOT REPLY [Bug 4600] - Tomcat 3.3 redirect behavior differs from Tomcat 3.2

2002-02-04 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 RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread larryi
larryi 02/02/04 18:20:25 Modified:.RELEASE-NOTES-3.3.1.txt Log: Forgot to mention welcome files are affected by defaultRedirectStatus. Revision ChangesPath 1.31 +2 -2 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-02-04 Thread larryi
larryi 02/02/04 18:19:22 Modified:src/doc serverxml.html Log: Forgot to mention welcome files are affected by defaultRedirectStatus. Revision ChangesPath 1.19 +3 -2 jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html ===

Re: Issues with Tomcat 4.0.1 and WebAppDeploy

2002-02-04 Thread Punky Tse
Hey, why do you change the port from 8008 to 8009? In tomcat connector side, 8008 is for mod_webapp while 8009 is for mod_jk. Please fall back to 8008 and try again Your httpd.conf looks rights, but this line: WebAppDeploy ROOT warpConnection / I don't know if it can work and may cause err

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-04 Thread larryi
larryi 02/02/04 18:11:00 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document latest changes Revision ChangesPath 1.30 +24 -7 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

cvs commit: jakarta-tomcat/src/doc serverxml.html

2002-02-04 Thread larryi
larryi 02/02/04 18:06:20 Modified:src/doc serverxml.html Log: Document some recent changes and a little rearranging. Revision ChangesPath 1.18 +40 -34jakarta-tomcat/src/doc/serverxml.html Index: serverxml.html ===

StandardSession: should StandardSession.manager be transient?

2002-02-04 Thread jonathan
I've just been browsing through the StandardSession (org.apache.catalina.session.StandardSession) implementation in TC4.0.2-b2 and noticed that the field manager is not transient. Is this a mistake? Won't each session have a different manager every time it is deserialised? Or have I lost the pl

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2002-02-04 Thread larryi
larryi 02/02/04 17:34:02 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Revert back to the delaySocketClose attribute. The new code turned out not to help. Revision ChangesPath 1.32 +11 -17 jakarta-tom

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

2002-02-04 Thread larryi
larryi 02/02/04 17:32:05 Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java Log: Update to add the "classes" directory before the jars. Revision ChangesPath 1.17 +2 -2 jakarta-tomcat/src/share/org/apache/tomcat/util/IntrospectionUtils.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2002-02-04 Thread larryi
larryi 02/02/04 17:30:29 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Add a reloadable attribute so auto-served contexts can be easily configured to have reloading enabled or disabled. This was added because the ReloadInterceptor can't be removed

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators ErrorHandler.java

2002-02-04 Thread larryi
larryi 02/02/04 17:22:43 Modified:src/share/org/apache/tomcat/modules/generators ErrorHandler.java Log: Fix for Bug 4600. Make the default status code for the RedirectHandler configurable. The defaultRedirectStatus attribute may be set to "301" or "3

DO NOT REPLY [Bug 6236] New: - [PATCH] BUILDING.txt doesn't mention jaas.jar

2002-02-04 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 different virtual hosts have to have different appBase values?

2002-02-04 Thread Micael Padraig Og mac Grene
[ ] They do. Reason: [ ] They don't. Reason: -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 6235] New: - tomcat4-4.0.1-1 rpm has wrong owner for /var/tomcat4/webapps

2002-02-04 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 6229] - Need way to specify where to write catalina.out

2002-02-04 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 6234] New: - checkError method of Servlet's PrintWriter is unreliable

2002-02-04 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 6229] - Need way to specify where to write catalina.out

2002-02-04 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: Multiple URLs/Single IP

2002-02-04 Thread Micael Padraig Og mac Grene
Well, I assumed it was good, and even if not, that you were meaning good. So, no problem, my friend! ;-) At 09:14 AM 2/5/02 +1100, you wrote: >On Tue, 2002-02-05 at 08:38, Micael Padraig Og mac Grene wrote: > > Thank you, Bojan. I am going to try that, and will try to figure out a > > favor fo

RE: Header handling bug in class org.apache.Ajp13

2002-02-04 Thread Kevin Seguin
the fix for this is already in cvs and will be part of the next 4.0.2 beta release. > -Original Message- > From: Jianliang Zhao [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 4:26 PM > To: Tomcat-dev (E-mail) > Subject: Header handling bug in class org.apache.Ajp13 > > > I

Header handling bug in class org.apache.Ajp13

2002-02-04 Thread Jianliang Zhao
I enabled AJP 1.3 connector on Tomcat 4.0.1 with Netscape Server and found a NumberFormatException thrown for a HTTP request with non-standard headers. I checked out the code from module jakarta-tomcat-connectors with tag tomcat_401. After some debuging, it seems the following code is causing t

Re: bug in /usr/bin/dtomcat3 script in 3-3.3a-2 rpm (mprotect errors in tomcat.log)

2002-02-04 Thread hgomez
En réponse à Ray Pitmon <[EMAIL PROTECTED]>: > Hi, > > I just installed the 3.3a rpms and when I tried starting tomcat with > the > /etc/rc.d/init.d/tomcat3 script, all I got was these in the > /var/log/tomcat3/tomcat.log file: > > mprotect: Bad address > mprotect reset: Bad address > mprotect

Re: Multiple URLs/Single IP

2002-02-04 Thread Bojan Smojver
On Tue, 2002-02-05 at 08:38, Micael Padraig Og mac Grene wrote: > Thank you, Bojan. I am going to try that, and will try to figure out a > favor for you if it works. My father told me to always pay back ten times: > ten times more for a good turn, and ten times more for a bad. Micael Hope I d

Re: Multiple URLs/Single IP

2002-02-04 Thread Micael Padraig Og mac Grene
Thank you, Bojan. I am going to try that, and will try to figure out a favor for you if it works. My father told me to always pay back ten times: ten times more for a good turn, and ten times more for a bad. Micael At 08:06 AM 2/5/02 +1100, you wrote: >Now you have me totally confused :-( I'l

DO NOT REPLY [Bug 6229] - Need way to specify where to write catalina.out

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

bug in /usr/bin/dtomcat3 script in 3-3.3a-2 rpm (mprotect errors intomcat.log)

2002-02-04 Thread Ray Pitmon
Hi, I just installed the 3.3a rpms and when I tried starting tomcat with the /etc/rc.d/init.d/tomcat3 script, all I got was these in the /var/log/tomcat3/tomcat.log file: mprotect: Bad address mprotect reset: Bad address mprotect reset: Bad address EmbededTomcat: Startup time 40 right around l

Re: Multiple URLs/Single IP

2002-02-04 Thread Bojan Smojver
Now you have me totally confused :-( I'll tell you what I know, and if that helps you, good. If not, please disregard. The fact that www.aa.com and www.bb.com have the same IP address makes them name based virtual hosts. So, you're telling your TC 3.3.x to be ready to handle things for both www.a

DO NOT REPLY [Bug 6214] - Problems on ClientAuth

2002-02-04 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 6229] - Need way to specify where to write catalina.out

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

[PATCH] configurable jsp servlet base

2002-02-04 Thread Mike Schrag
Currently the default base class for a JSP is hardcoded into JspC. The base class can be overridden individually for each JSP, but there is no way to override the default (i.e. if you have your own standard custom base class). This patch adds: 1) a -jspservletbase XXX option to JspC commandli

RE: Issues with Tomcat 4.0.1 and WebAppDeploy

2002-02-04 Thread Donna Molinari
2002-02-04 09:12:04 [org.apache.catalina.connector.warp.WarpConnector] Connection from papeete/10.40.47.78:54331 to Hello Punky, There are many log files with Tomcat and in this log file, I found an Java Exception in the apache_log.2002-02-04.txt. Please see again my attached configuration file

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service AddServiceAction.java AddServiceForm.java SetUpAddServiceAction.java

2002-02-04 Thread manveen
manveen 02/02/04 09:59:19 Modified:webapps/admin server.jsp webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources

RE: Issues with Tomcat 4.0.1 and WebAppDeploy

2002-02-04 Thread Donna Molinari
Hello Punky, I tried this and I am unable to get to the manager, I get - HTTP Status 404 - /manager Now what? -Original Message- From: Punky Tse [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 7:50 PM To: Donna Molinari Cc: Tomcat Developers List Subject: Re: Issues with Tom

Tomcat with IIS 6.0

2002-02-04 Thread Jones, Stephen
Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am attempting this using the JNI configuration, and not having any luck so far. This is the webserver that is coming with the new "Windows .NET Server Family"-- I think a lot of people will need to deploy Tomcat on it. Any hel

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java ServerLifecycleListener.java

2002-02-04 Thread amyroh
amyroh 02/02/04 12:28:50 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java ServerLifecycleListener.java Log: Add to create MBeanFactory MBean so it's visible to admin application. Revision ChangesPath 1.18 +52 -4 ja

com.apache.catalina.startup.UserConfig Idea.

2002-02-04 Thread Brian Maher
Currently, only a single Context (which means a single webapp) can be deployed per user. However, here at Western Washington University, we are developing multiple webapps at a time. To allow this, I wrote some code which is very similar to the com.apache.catalina.startup.UserConfig.java code th

DO NOT REPLY [Bug 6160] - HttpServletResponse.flushBuffer() fails to flush data to client

2002-02-04 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: [PATCH] JspC package names

2002-02-04 Thread Mike Schrag
Cool... Looks like I fell victim to the File.separator vs. URI problem that you mention in the bug too :) ... I know what you mean about poor jspc being left hanging -- I've been using a heavily tweaked/patched 3.2 version for the longest time. It seems to be a little better in 4.0 now, at leas

RE: [PATCH] JspC package names

2002-02-04 Thread Steve Downey
I think this has been fixed with the patch to correct bug 5471. That changes how package names are generated in CommandLineContext. I'm glad to see someone else is using jspc. It's been broken so often, I thought I was the only one. > -Original Message- > From: Mike Schrag [mailto:[EMA

[PATCH] JspC package names

2002-02-04 Thread Mike Schrag
In 4.0.1, JspC commandline tool is not making package names that correspond to subdirectories in my context directory (i.e. I need "/help/testhelp.jsp" to become "help/testhelp.java" and be "package help;"). There is a setOutputInDirs method on the CommandLineContext that seems like it should t

DO NOT REPLY [Bug 4564] - request.getRemoteAddr() and AccesLog not working

2002-02-04 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 6215] - ServletRequest#getRemoteAddr() returns 127.0.0.1 after 2 requests.

2002-02-04 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 6229] - Need way to specify where to write catalina.out

2002-02-04 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 6229] New: - Need way to specify where to write catalina.out

2002-02-04 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 6228] New: - res.sendError sends blank page.

2002-02-04 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: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread costinm
On Mon, 4 Feb 2002, Jonathan Reichhold wrote: > /el-niño.jsp should be sent (per the w3c recommendation) as > /el-nin%c3%b1o.jsp which is a UTF-8 encoded bytes sequences for any > characters which aren't in the ~60 characters allowed from ASCII. The > encoding used for the byte conversion is not

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

2002-02-04 Thread jfclere
jfclere 02/02/04 10:03:13 Modified:webapps/tomcat-docs/config webapp.xml Log: Start replacing the FIXMEs by something a little better. Revision ChangesPath 1.2 +56 -5 jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml Index: webapp.xml

RE: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread Jonathan Reichhold
/el-niño.jsp should be sent (per the w3c recommendation) as /el-nin%c3%b1o.jsp which is a UTF-8 encoded bytes sequences for any characters which aren't in the ~60 characters allowed from ASCII. The encoding used for the byte conversion is not specified in the official URI spec (RFC 2396), but the

Re: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread costinm
On Mon, 4 Feb 2002, Bill Barker wrote: > My understanding of this is that if the request is for: > /el-niño.jsp > then most of the time Tomcat will read it correctly. But it will return for > requestURI: > /el-ni%A1o.jso > The "safe chars" map to the same code points under iso-latin-1 and

DO NOT REPLY [Bug 6223] New: - setContentType changes HTTP headers to type specfied

2002-02-04 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: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread Larry Isaacs
I agree with "latering" 4416. I have everthing about ready, so I plan on tagging and assembling 3.3.1-beta1 tonight. Larry > -Original Message- > From: Bill Barker [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 04, 2002 3:00 AM > To: Tomcat Developers List > Subject: Re: cvs commit

RE: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread Larry Isaacs
FYI: I thought I had addressed this issue, but couldn't remeber. After checking, Tomcat 3.3.1-dev had been ouputing, for forwardAll="false": JkMount /myApp/foobar ajp13 JkMount /myApp/foobar/* ajp13 since the middle of December. Larry > -Original Message- > From: GOMEZ Henri [m

DO NOT REPLY [Bug 6219] New: - FORM authentication does not work when using AJP connector to IIS (tested in 4.0.1 and 4.0.2b2)

2002-02-04 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: Apache 1.3.22 and 1.3.23 LoadModule Error with Tomcat 4.0.1

2002-02-04 Thread Jim Jagielski
Micael Padraig Og mac Grene wrote: > > I am getting an error I cannot find in the lists. The error, on trying to > run Apache, after adding LoadModule and AddModule to conf, I get the error: > > Invalid Command 'LoadModule', perhaps this is mis-spelled or defined by a > module not included in

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

2002-02-04 Thread jfclere
jfclere 02/02/04 05:36:07 Modified:webapps/tomcat-docs/config http11.xml Log: Arrange webapp link. Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/http11.xml Index: http11.xml

DO NOT REPLY [Bug 6218] - Relative links broken for servlets

2002-02-04 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 6218] New: - Relative links broken for servlets

2002-02-04 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: cvs commit: jakarta-tomcat RELEASE-PLAN-3.3.1.txt

2002-02-04 Thread GOMEZ Henri
>> +5958 Wrong mod_jk.conf for path pattern >Easy enough to fix. The only question is if we want to change only >${Server}Config, or do we want to change the mod_jk behavior >so that the two >statements: >JkMount /myApp/foobar/* ajp13 > and >JkMount /myApp/foobar* ajp13 >are the same

RE: [PATCH] RETRY: Tomcat 4.0 Docs SSL-Howto

2002-02-04 Thread GOMEZ Henri
>> If there are any further questions or comments - just hit "reply"... > >I like it - If noone complains I will try to commit it - > >> I just ask pedro to send me a plain copy, so let me take at look at ;) PS: Christopher and Eric should take a look also ;) -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 5746] - Settting an error page for the status code 500 doesn't display the page.

2002-02-04 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 6215] New: - ServletRequest#getRemoteAddr() returns 127.0.0.1 after 2 requests.

2002-02-04 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: [PATCH] RETRY: Tomcat 4.0 Docs SSL-Howto

2002-02-04 Thread jean-frederic clere
pero wrote: > > Hi there, > > I posted this patch a while ago. Noone applied it, so I'm > wondering if it is too bad or if you are to busy (somehow I > hope the last thing :) > > I did a new "diff" against the latest version (see attachment). > > Any comments are welcome! > > cheers > pero >

DO NOT REPLY [Bug 6214] New: - Problems on ClientAuth

2002-02-04 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 6213] New: - Apache, Tomcat 4 & mod_jk.

2002-02-04 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: Tomcat 4 / mod_webapp RPMs available...

2002-02-04 Thread GOMEZ Henri
>We've been customizing the src rpm's available at: > >http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4. >0.1/rpms/ > >and the mod_webapp rpm at: > >http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4. >0.2-b2/rpms/ > >to produce RPM's that our team feels are stable an log

Re: setContentType

2002-02-04 Thread jean-frederic clere
Will Droste wrote: > > OS: W2k > Tomcat: 4.0.1 > Java: 1.3.1 > Using Tomcat as a standalone HTTP/1.1 server. > > Don't know if this is a bug or not.. I do a > setContentType("text/xml;charset=UnicodeLittle") on the response object > and > the response headers are returned in UnicodeLittle not A

Re: Client Certificates working with mod_jk but not with mod_webapp

2002-02-04 Thread jean-frederic clere
Markus Maeder wrote: > > Hi > > The problem is, that > X509Certificate jsseCerts[] = (X509Certificate []) > request.getAttribute("javax.servlet.request.X509Certificate"); > is null with mod_webapp (but as expected with mod_jk). > > May you please send me the configuration stuff