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

2002-01-30 Thread manveen
manveen 02/01/30 22:58:03 Modified:webapps/admin service.jsp webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service SetUpDeleteServiceAction.java Log: Implemented an option to delete the service that is being edited itself. ("delete th

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service DeleteServiceAction.java DeleteServiceForm.java SetUpDeleteServiceAction.java

2002-01-30 Thread manveen
manveen 02/01/30 21:25:25 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

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service - New directory

2002-01-30 Thread manveen
manveen 02/01/30 21:12:55 jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/service - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 6139] - Jars in WEB-INF/lib are not always reloaded when context is removed and added again

2002-01-30 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 6139] - Jars in WEB-INF/lib are not always reloaded when context is removed and added again

2002-01-30 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 6143] New: - IOException on multipart form kills the response

2002-01-30 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: DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests

2002-01-30 Thread Kevin Seguin
> > --- Additional Comments From [EMAIL PROTECTED] 2002-01-31 > 04:14 --- > I have seen the same problem. > > I applied Adam's patch to jakarta-tomcat-connectors from CVS > updated tonight, > and HTTP Basic Authentication worked, even over SSL. This was using a > build of Tomcat 4.1-

DO NOT REPLY [Bug 6141] New: - read() function failing in HttpServletRequest InputStream

2002-01-30 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: NullPointerException in org.apache.catalina.valves.ErrorDispatcherValve.status()

2002-01-30 Thread Cavan Morris
Forgot to mention that this is 4.0.1 - Original Message - From: "Cavan Morris" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 8:58 PM Subject: NullPointerException in org.apache.catalina.valves.ErrorDispatcherValve.status() I tri

NullPointerException in org.apache.catalina.valves.ErrorDispatcherValve.status()

2002-01-30 Thread Cavan Morris
I tried to add acustom error page for http status 403 by putting the following in my web.xml file. 403 /assets/error403.jsp Unfortunatly when I hit a page with the wrong role I get the following in catalina.log 2002-01-30 20:22:31 JDBCRealm[Standalone]: Username user does NOT have role

DO NOT REPLY [Bug 4668] - file download over http corrupt

2002-01-30 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-01-30 Thread larryi
larryi 02/01/30 20:29:13 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document recent changes Revision ChangesPath 1.27 +32 -7 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

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

2002-01-30 Thread larryi
larryi 02/01/30 20:16:47 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Reworking the "delay" kluge for test software in which client and server run on the same system and experience "Socket reset by peer" errors due to u

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

2002-01-30 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/src/share/org/apache/jasper/compiler TagGeneratorBase.java

2002-01-30 Thread larryi
larryi 02/01/30 20:00:09 Modified:src/share/org/apache/jasper/compiler TagGeneratorBase.java Log: Fix for bug 1657. Port code from Tomcat 4.x for handling special characters in tag names. Revision ChangesPath 1.7 +29 -0 jakarta-tomcat/src/share/org/apach

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2002-01-30 Thread larryi
larryi 02/01/30 19:58:14 Modified:src/shell tomcat.sh Log: Fix for Bug 4382. Though it potentially causes the "-wait" option to malfunction, it is better not to inadvertly cause shutdown problems if Tomcat is started twice. If the "-wait" behavior is needed, externally mak

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

2002-01-30 Thread larryi
larryi 02/01/30 19:49:55 Modified:src/share/org/apache/tomcat/modules/config PolicyInterceptor.java Log: Fix for Bug 4923. FilePermission("/-","read") appears to give access to the directory's contents and subdirectories, but doesn't grant direct acce

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

2002-01-30 Thread billbarker
billbarker02/01/30 19:49:03 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix to bug #6137 Revision ChangesPath 1.26 +3 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt ===

DO NOT REPLY [Bug 5684] - WEB-INF/lib jar file loading and operations problems.

2002-01-30 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 6139] - Jars in WEB-INF/lib are not always reloaded when context is removed and added again

2002-01-30 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 6137] - Context Administration removes /ROOT instead of the specified context at first remove request

2002-01-30 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/src/admin/contextAdmin contextAdmin.html

2002-01-30 Thread billbarker
billbarker02/01/30 19:38:29 Modified:src/admin/WEB-INF/classes/tadm TomcatAdmin.java src/admin/contextAdmin contextAdmin.html Log: Fix the remove-context feature of the admin webapp. Allowing users to leave off the leading "/", and (more importantly) making sure

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

2002-01-30 Thread larryi
larryi 02/01/30 19:34:10 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Make behavior added in the last patch configurable using an added "useWebAppCL" attribute. If set true, the new behavior of running the Java compilation out of the web application'

Please unsubscribe!

2002-01-30 Thread Ratnesh Dubey
UNSUBSCRIBE -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATCH] relative links for servlets

2002-01-30 Thread Gary Benson
Hi, The links on the static pages in the servlets section of the examples webapp are all relative, allowing you to deploy the app anywhere, however the servlets themselves generate absolute links to /examples/. The attached patch fixes. Cheers, Gary [ [EMAIL PROTECTED] ][ GnuPG 85A8F78B ][

DO NOT REPLY [Bug 6139] New: - Jars in WEB-INF/lib are not always reloaded when context is removed and added again

2002-01-30 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-4.0/catalina/src/bin setclasspath.bat setclasspath.sh

2002-01-30 Thread Patrick Luby
All, I have added the required java.endorsed.dirs property to support JDK 1.4 (note: this has no effect with JDK 1.3). Although I verified that several servlets and JSP pages work without exceptions runing Tomcat both with and without -security, my testing was limited. So, those of you using JDK

cvs commit: jakarta-tomcat-4.0/catalina/src/bin setclasspath.bat setclasspath.sh

2002-01-30 Thread patrickl
patrickl02/01/30 15:08:28 Modified:catalina/src/bin Tag: tomcat_40_branch setclasspath.bat setclasspath.sh Log: Add bin directory to java.endorsed.dirs property as well since it is needed to run with the -security option. Revision ChangesPath No

cvs commit: jakarta-tomcat-4.0/catalina/src/bin setclasspath.bat setclasspath.sh

2002-01-30 Thread patrickl
patrickl02/01/30 15:01:50 Modified:catalina/src/bin setclasspath.bat setclasspath.sh Log: Set java.endorsed.dirs property to common/lib so that the XML parser in common/lib overrides the parser bundled with JDK 1.4. This behavior is needed for Tomcat to behave under JDK 1.4 like i

DO NOT REPLY [Bug 6088] - Too many custom tags?

2002-01-30 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/catalina/src/bin setclasspath.bat setclasspath.sh

2002-01-30 Thread patrickl
patrickl02/01/30 14:37:03 Modified:catalina/src/bin Tag: tomcat_40_branch setclasspath.bat setclasspath.sh Log: Set java.endorsed.dirs property to common/lib so that the XML parser in common/lib overrides the parser bundled with JDK 1.4. This behavior is nee

DO NOT REPLY [Bug 6137] New: - Context Administration removes /ROOT instead of the specified context at first remove request

2002-01-30 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/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 14:13:50 Modified:jasper/src/bin jasper.bat jasper.sh Log: Add shared/classes directory to CLASSPATH Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat Index: jasper.bat =

Announcement: JakartaPMC elections for 2002

2002-01-30 Thread Dirk-Willem van Gulik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, It is time for the yearly election of the Jakarta PMC by the committers of Jakarta. For a background - please take some time to read: http://jakarta.apache.org/site/management.html The Project Management Committee (PMC) was

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 14:04:03 Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh Log: Add classes directory to CLASSPATH Revision ChangesPath No revision No revision 1.4.2.4 +2 -1 jakarta-tomcat-4.0/j

DO NOT REPLY [Bug 3509] - Apache 1.3.20 & mod_webapp & Tomcat 4b7 HANGS under Win

2002-01-30 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-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Craig R. McClanahan
On Wed, 30 Jan 2002, Patrick Luby wrote: > Date: Wed, 30 Jan 2002 13:42:30 -0800 > From: Patrick Luby <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.b

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Remy Maucherat
> Craig, > > "Craig R. McClanahan" wrote: > > > > Patrick, the Tomcat 4.0.x equivalents of "$CATALINA_HOME/shared/classes" > > and "$CATALINA_HOME/shared/lib" are "$CATALINA_HOME/classes" and > > "$CATALINA_HOME/lib", respectively. You'll need the "lib" directory as > > well in the 4.0 branch. >

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Patrick Luby
Craig, "Craig R. McClanahan" wrote: > > Patrick, the Tomcat 4.0.x equivalents of "$CATALINA_HOME/shared/classes" > and "$CATALINA_HOME/shared/lib" are "$CATALINA_HOME/classes" and > "$CATALINA_HOME/lib", respectively. You'll need the "lib" directory as > well in the 4.0 branch. > I have "$CAT

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Craig R. McClanahan
On 30 Jan 2002 [EMAIL PROTECTED] wrote: > Date: 30 Jan 2002 21:23:02 - > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat > jasper.sh > > patrickl02/01/30 13:23:

DO NOT REPLY [Bug 6108] - jasper.sh doesn't use JAVA_HOME to find java

2002-01-30 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/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 13:29:03 Modified:jasper/src/bin jasper.bat jasper.sh Log: Added common/lib jar files to CLASSPATH to fix Bugzilla bug 6108 Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat Index: jasper.bat ==

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 13:23:02 Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh Log: Added jar files in common/lib and removed shared/lib to fix Bugzilla bug 6108 Revision ChangesPath No revision No revision

Re: pageEncoding and Jasper

2002-01-30 Thread Craig R. McClanahan
The rules that cover this stuff are in the JSP 1.2 Spec, Section 2.10.1. On Wed, 30 Jan 2002, Kevin Jones wrote: > Date: Wed, 30 Jan 2002 17:41:48 - > From: Kevin Jones <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat-Dev <[EMAIL PROTECTED]> > Subject:

Re: pageEncoding and Jasper

2002-01-30 Thread Bill Barker
- Original Message - From: "Kevin Jones" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 11:55 AM Subject: RE: pageEncoding and Jasper > > pageEncoding should be the encoding of the file containing > > the page, should not it? > >

DO NOT REPLY [Bug 5471] - jspc -webapp option is broken due to namespace collisions

2002-01-30 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 6108] - jasper.sh doesn't use JAVA_HOME to find java

2002-01-30 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 5471] - jspc -webapp option is broken due to namespace collisions

2002-01-30 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 6135] New: - Windows installer fails

2002-01-30 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: pageEncoding and Jasper

2002-01-30 Thread Kevin Jones
> pageEncoding should be the encoding of the file containing > the page, should not it? I assumed that the encoding would be set as part of the content-type header in the generated servlet, but I can't see the value anywhere in the servlet code. > >do anything. I can't use > > > > <%@ page co

DO NOT REPLY [Bug 6131] New: - .jsp form action failure for text boxes and submit button on Windows XP

2002-01-30 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 build.xml

2002-01-30 Thread remm
remm02/01/30 10:30:01 Modified:.Tag: tomcat_40_branch build.xml Log: - Add setclasspath.sh and tool-wrapper.sh to the 755 list. Revision ChangesPath No revision No revision 1.38.2.11 +4 -0 jakarta-tomca

cvs commit: jakarta-tomcat-4.0 build.xml

2002-01-30 Thread remm
remm02/01/30 10:29:35 Modified:.build.xml Log: - Add setclasspath.sh to the 755 list. Revision ChangesPath 1.57 +2 -0 jakarta-tomcat-4.0/build.xml Index: build.xml === RCS file

RE: Strange Tomcat 3.3 error

2002-01-30 Thread Larry Isaacs
The "org.apache.crimson.parser.ExternalEntity.getInputSource" suggests that a web.xml is trying reference an entity that is not found locally. Tomcat can resolve all the spec required entities locally so they should not trigger access to the web. I think a typo in the web.xml's , or perhaps a ta

DO NOT REPLY [Bug 6108] - jasper.sh doesn't use JAVA_HOME to find java

2002-01-30 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

Strange Tomcat 3.3 error

2002-01-30 Thread Renato
Hi all, Sometimes, when I start my Tomcat 3.3 + Apache ( nightly build 0 I have the following error: . /web.xml - java.net.NoRouteToHostException: Connection timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketI

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh jspc.bat jspc.sh jpappend.bat

2002-01-30 Thread patrickl
patrickl02/01/30 10:10:40 Modified:catalina/src/bin Tag: tomcat_40_branch catalina.bat catalina.sh cpappend.bat digest.bat digest.sh shutdown.bat shutdown.sh startup.bat startup.sh jasper/src/bin Tag: tomcat_40_branch jasper

Re: [mod_webapp] error in configure script

2002-01-30 Thread Punky Tse
JF, It works! Thanks. And last time I said I will submit mod_webapp version patch for apache-1.3. It is now ready, together with the one for apache-2.0. Please review. Punky --- jean-frederic clere <[EMAIL PROTECTED]> wrote: > > Done, please test > > Cheers > > Jean-frederic >

DO NOT REPLY [Bug 6130] - [PATCH] Improving BindException error reporting

2002-01-30 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: pageEncoding and Jasper

2002-01-30 Thread jean-frederic clere
Kevin Jones wrote: > > If I add a > > <%@ page pageEncoding="windows-1256" %> > > (or any pageEncoding) > > What does Jasper do with this? I would expect this to be set on the > content-type header but it's not. pageEncoding should be the encoding of the file containing the page, should not

DO NOT REPLY [Bug 6130] - [PATCH] Improving BindException error reporting

2002-01-30 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 6130] New: - [PATCH] Improving BindException error reporting

2002-01-30 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: OUT OF ENVIRONMENT SPACE

2002-01-30 Thread Patrick Luby
Ratnesh, >From your error, you are probably using Windows 95, 98, or ME. If so, you need to add the following line to your autoexec.bat file and reboot your machine: SHELL=C:\COMMAND.COM /E:4096 /P Also, remove any existing "SHELL=" lines from that file. BTW, this is clearly a support question

pageEncoding and Jasper

2002-01-30 Thread Kevin Jones
If I add a <%@ page pageEncoding="windows-1256" %> (or any pageEncoding) What does Jasper do with this? I would expect this to be set on the content-type header but it's not. Jasper certainly parses the parameter and fails if I put an invalid value in there, I just can't get it to do anything.

OUT OF ENVIRONMENT SPACE

2002-01-30 Thread Ratnesh Dubey
After setting the variables for TOMCAT_HOME and JAVA_HOME I am still getting the error for "Out of environment space". I have tried the following: 1. Increase the memory for startup.bat and shutdown.bat. 2. I tried to increase the memory for MSDOS prompt but got an error for faulty directory pat

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

2002-01-30 Thread remm
remm02/01/30 09:32:11 Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml Log: - Remove a few confusing statements, and reorganize a bit. Revision ChangesPath No revision No revision 1.2.2.5 +56 -50

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector HttpResponseBase.java

2002-01-30 Thread Daniel Rall
[EMAIL PROTECTED] writes: > billbarker02/01/29 19:45:23 > > Modified:catalina/src/share/org/apache/catalina/connector > HttpResponseBase.java > Log: > Fix for case where URL only has an anchor. > > Now response.encodeURL("#foobar") works as expected. Th

Re: [4.0.2] Bug list

2002-01-30 Thread Remy Maucherat
> Remy, > > Can I add integrate of the wrapper script from the HEAD branch to the list? > The scripts should be fully compatible with the 4.0.2 branch code and they > provide a few of the features noted in the documentation but missing from Windows: > > - Running in debug mode > - Running in j

Re: [4.0.2] Bug list

2002-01-30 Thread Patrick Luby
Remy, Can I add integrate of the wrapper script from the HEAD branch to the list? The scripts should be fully compatible with the 4.0.2 branch code and they provide a few of the features noted in the documentation but missing from Windows: - Running in debug mode - Running in jwpda mode -

Re: [4.0.2 + 4.1] Updated docs

2002-01-30 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > Hi, > > > > There are no open docs bugs in the 4.0.2 bug list, so I've updated the > > online docs bundles. > > > > 4.0.2: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html > > 4.0-HEAD: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html > > Would i

Re: [4.0.2 + 4.1] Updated docs

2002-01-30 Thread jean-frederic clere
Remy Maucherat wrote: > > Hi, > > There are no open docs bugs in the 4.0.2 bug list, so I've updated the > online docs bundles. > > 4.0.2: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html > 4.0-HEAD: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html Would it make sense to ha

cvs commit: jakarta-tomcat/src/doc Tomcat-Workers-HowTo.html

2002-01-30 Thread larryi
larryi 02/01/30 04:46:16 Modified:src/doc Tomcat-Workers-HowTo.html Log: Fix location of style.css Revision ChangesPath 1.3 +2 -2 jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html Index: Tomcat-Workers-HowTo.html ===

Missing CSS?

2002-01-30 Thread Paulo Gaspar
> -Original Message- > From: John D Groenveld [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 6:59 AM > To: [EMAIL PROTECTED] > Subject: > http://jakarta.apache.org/tomcat/tomcat-3.3-doc/Tomcat-Workers-HowTo.htm > l > > > Please pass on to the documentation person. > Joh

[4.0.2 + 4.1] Updated docs

2002-01-30 Thread Remy Maucherat
Hi, There are no open docs bugs in the 4.0.2 bug list, so I've updated the online docs bundles. 4.0.2: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html 4.0-HEAD: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html New additions include: - some basic documentation about the Reso

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

2002-01-30 Thread remm
remm02/01/30 02:59:33 Modified:jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: - If a TagLibraryValidator returns an error, Jasper will wrap the Error within HTML and throw a JasperError which will be caught by the JspServlet object. The JspServlet object will

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

2002-01-30 Thread remm
remm02/01/30 02:57:13 Modified:jasper/src/share/org/apache/jasper/servlet Tag: tomcat_40_branch JspServlet.java Log: - If a TagLibraryValidator returns an error, Jasper will wrap the Error within HTML and throw a JasperError which will be caught by the J

DO NOT REPLY [Bug 5957] - RequestDispatcher.include() not working with wrapped responses

2002-01-30 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 5957] - RequestDispatcher.include() not working with wrapped responses

2002-01-30 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 5483] - I18N fails using AJP 1.3 with Tomcat 4.01 final / Apache 1.3.22

2002-01-30 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.0.2] Bug list

2002-01-30 Thread Remy Maucherat
> On Tue, 29 Jan 2002, Kevin Seguin wrote: > > > 5647 has a patch associated with it that looks pretty good. > > > > i'm not even sure i understand 5483 yet :) > > There are 2 issues: > - extracting the language from the Accept-Language: header. > That should be implemented in tomcat ( and the ser

Re: [mod_webapp] error in configure script

2002-01-30 Thread jean-frederic clere
"Clere, Jean-Frederic" wrote: > > Punky Tse wrote: > > > > I get the lastest cvs snapshot and get the following error > > > > ---8<- > > Finishing up > > checking for APR compilation flags... ok > > checking for Makefile targets... lib apache-2.0 >

cvs commit: jakarta-tomcat-connectors/webapp README.txt

2002-01-30 Thread jfclere
jfclere 02/01/30 01:41:16 Modified:webapp README.txt Log: Add explainations to build tomcat-webapp.jar using Ant. Revision ChangesPath 1.16 +17 -16jakarta-tomcat-connectors/webapp/README.txt Index: README.txt

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2002-01-30 Thread jfclere
jfclere 02/01/30 01:21:29 Modified:webapp configure.in webapp/lib Makefile.in Log: Remove the logic that build warp.jar using make. Please use ant instead. Revision ChangesPath 1.50 +3 -120jakarta-tomcat-connectors/webapp/configure.in Index

DO NOT REPLY [Bug 6123] New: - refreshing problem with jsp:include tag

2002-01-30 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_webapp] error in configure script

2002-01-30 Thread jean-frederic clere
Punky Tse wrote: > > I get the lastest cvs snapshot and get the following error > > ---8<- > Finishing up > checking for APR compilation flags... ok > checking for Makefile targets... lib apache-2.0 > creating ./config.status > creating ./Makefile