New Ant Target for TC4

2001-09-21 Thread Christopher Cain
First of all, Remy, great work on the new build stuff. I particularly like the output at the beginning, where it reports which jars it found. It's so useful, in fact, that I think it deserves its own target for several reasons (detect maybe?). First, it scrolls offscreen really quickly, and

Re: [PATCH] to get Client Certificates in TC3.3

2001-09-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Hi, Regarding CertCompat: I'm not sure we need it, the functions could be added to jdk11Compat. It's not a big deal, I can change this after you commit ( unless you have reasons or a preference to create a compat class for cert-related code - which is ok ). I

Tomcat v4.0 webapp connector module for Apache

2001-09-21 Thread Robert Daugherty
On the recommendation of Ted Husted I'm submitting this question to the Developers list. Please let me know if you believe it belongs elsewhere. I have recently installed Tomcat release v4.0 on a server that was already running apache. I would like to integrate the two and so need to install

socket write error

2001-09-21 Thread Gelmetti Loris
Hello We have installed Tomcat 3.2.3 with JDK 1.3.2. The server is Windows 2000 and IIS 5.0. We want to test our projects with Internet Explorer 5.5 Often we get the error message socket write error. After about 100 or more socket write errors Tomcat stops working. Can you help us? Thanks!

Re: New Ant Target for TC4

2001-09-21 Thread Remy Maucherat
First of all, Remy, great work on the new build stuff. I particularly like the output at the beginning, where it reports which jars it found. Thanks, Chritopher. It's so useful, in fact, that I think it deserves its own target for several reasons (detect maybe?). Ok, I'll do that. 'detect'

EmbededTomcat embeded, addContext

2001-09-21 Thread Johannes Brodwall
I am continuing with my struggle getting tomcat 3.3 to work embedded, and it seems like I am finally starting to see the light. I saw that my patch for addEndpoint was added, which is good. However, addAjpEdpoint contains the same bug. That InetAddress.toString is a insidious little monster.

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

2001-09-21 Thread jfclere
jfclere 01/09/21 01:29:56 Modified:.build.xml src/share/org/apache/tomcat/modules/server Http10Interceptor.java Added: src/share/org/apache/tomcat/util/compat CertCompat.java JSSECertCompat.java Log: Add

datasource

2001-09-21 Thread Challa Ramesh Babu
hi, i am encountering naming exception, null exception etc. i am using tomcat 3.2.3 ver and my application is from a servlet i have to display records from a databse table (db2) using data source. i am using ibm visual age for java tool. i hope i'll get good reponse in this regard. comming

DO NOT REPLY [Bug 3752] - JspFactory.getDefaultFactory().getPageContext returns always null

2001-09-21 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=3752. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3759] New: - Conversion from String to Object doesn't work.

2001-09-21 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=3759. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3760] New: - When forwaring from one servlet to another, path info may get lost

2001-09-21 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=3760. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat build.xml

2001-09-21 Thread jfclere
jfclere 01/09/21 04:03:41 Modified:.build.xml Log: Add exclude for tomcat.jar target. (Otherwise does compile with JDK1.1.8). Revision ChangesPath 1.155 +16 -6 jakarta-tomcat/build.xml Index: build.xml

DO NOT REPLY [Bug 3762] New: - rtexprevalue attributes with embedded quotes

2001-09-21 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=3762. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

the proper cookie to pass for session id

2001-09-21 Thread kyle . w . willkomm
Hello, this could be interpreted as a tomcat user question but I think it is better answered by developers. I am trying to simulate a browser with succeding hits to my web application that is hosted by Tomcat. As of yet I have been unable to make the java simulation program appear the same as

RE: URI handling in tomcat 3.2.3

2001-09-21 Thread Marc Saegesser
DOH! I don't believe I did that. I cutpasted the URI from the wrong spot. Here's the real trace. Note that Apache 1.3.19 does decode the %2f characters but now returns a 404 error instead of sending the decoded string as PATH_INFO. I've attached two traces, one that demonstrates a working

Binary distribution of the mod_webapp connector

2001-09-21 Thread Mirko Krause
Hi, does anybody know where I can get a binary distribution of the mod_webapp connector (in my case for windows)? In http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/ you can read that binary and source distributions of the mod_webapp connector will be posted on Wednesday,

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

2001-09-21 Thread craigmcc
craigmcc01/09/21 08:59:56 Modified:catalina Tag: tomcat_40_branch build.xml catalina/src/share/org/apache/catalina/startup Tag: tomcat_40_branch Bootstrap.java BootstrapService.java Added:

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

2001-09-21 Thread craigmcc
craigmcc01/09/21 09:07:02 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java Added: catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java Log: Port update to class

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-09-21 Thread craigmcc
craigmcc01/09/21 09:08:34 Modified:catalina build.xml Log: Forgot the update to the Catalina build.xml script. Revision ChangesPath 1.66 +2 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml

Re: EmbededTomcat embeded, addContext

2001-09-21 Thread cmanolache
Hi Johannes, Many thanks for your work ! I'll incorporate your fixes - AFAIK Larry is planning to build RC1 this weekend, I'll make sure everything gets in. Feel free to propose any additional improvements to EmbededTomcat. In case you have problems, remember you can at any time call

DO NOT REPLY [Bug 3727] - Switched included request parameters

2001-09-21 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=3727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.1.txt

2001-09-21 Thread craigmcc
craigmcc01/09/21 09:17:35 Added: .Tag: tomcat_40_branch RELEASE-NOTES-4.0.1.txt Log: Beginnings of release notes for a 4.0.1 release to be proposed soon. Doesn't document the bug fixes to date, but does document three approaches to using XML parsers in Tomcat 4 based

Re: TC 3.3: Form authentication vs. Application reloading

2001-09-21 Thread cmanolache
On Fri, 21 Sep 2001, Bojan Smojver wrote: A simpler solution is to fix ReloadInterceptor - and save the current list of interceptors before removing the context, then add all per/context interceptors after the context is added back ( those having getContext() != null ). Just to be

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2001-09-21 Thread craigmcc
craigmcc01/09/21 09:28:58 Modified:catalina/src/share/org/apache/catalina/core Tag: tomcat_40_branch StandardContext.java Log: Commit a proposed fix for Bugzilla #3733. Now, on an application reload (caused by automatic detection of modified classes, or

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2001-09-21 Thread craigmcc
craigmcc01/09/21 09:31:29 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Port the proposed fix for #3733. Revision ChangesPath 1.79 +13 -13

Re: [PATCH] to get Client Certificates in TC3.3

2001-09-21 Thread cmanolache
On Fri, 21 Sep 2001, jean-frederic clere wrote: Regarding CertCompat: I'm not sure we need it, the functions could be added to jdk11Compat. It's not a big deal, I can change this after you commit ( unless you have reasons or a preference to create a compat class for cert-related code -

DO NOT REPLY [Bug 3733] - session serialization problem

2001-09-21 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=3733. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3763] - Missing CATALINA_CLASSPATH env or Context/Classpath element

2001-09-21 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=3763. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3762] - rtexprevalue attributes with embedded quotes

2001-09-21 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=3762. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3754] - DataSource Requires Tyrex

2001-09-21 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=3754. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3755] - freezes at shutdown

2001-09-21 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=3755. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] to get Client Certificates in TC3.3

2001-09-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Fri, 21 Sep 2001, jean-frederic clere wrote: Regarding CertCompat: I'm not sure we need it, the functions could be added to jdk11Compat. It's not a big deal, I can change this after you commit ( unless you have reasons or a preference to create a compat

DO NOT REPLY [Bug 3768] New: - Path errors

2001-09-21 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=3768. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3770] New: - HttpSessionListener.sessionCreated() called twice for each session

2001-09-21 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=3770. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3727] - Switched included request parameters

2001-09-21 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=3727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2001-09-21 Thread Jon Stevens
on 9/20/01 4:48 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Javadoc errors make Jon nervous (fix for bug 3681). No. I consider javadoc errors like having C compile warnings. They don't break the build, but they look ugly and are a sign of sloppy engineering. -jon

DO NOT REPLY [Bug 3763] - Missing CATALINA_CLASSPATH env or Context/Classpath element

2001-09-21 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=3763. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

form based login - update

2001-09-21 Thread pero
Hi, lately I was complaining about formbased login not working without using cookies. Craigs solution was right (response.encodeURL (j_security_check)). Now all is working so far - except that all the images and other resources (stylsheets etc) are not loaded (and the site does look real weird

cvs commit: jakarta-tomcat/src/native/mod_jk/iis isapi.dsp

2001-09-21 Thread nacho
nacho 01/09/21 12:48:38 Modified:src/native/mod_jk/iis isapi.dsp Log: Removed invalid file reference Revision ChangesPath 1.2 +0 -4 jakarta-tomcat/src/native/mod_jk/iis/isapi.dsp Index: isapi.dsp

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

2001-09-21 Thread larryi
larryi 01/09/21 12:49:22 Modified:src/share/org/apache/tomcat/util/compat CertCompat.java Log: If the JSSE jars are not present, we get a NoClassDefFoundError which is a Throwable. Revision ChangesPath 1.2 +1 -1

cvs commit: jakarta-tomcat/src/native/mod_jk/nt_service jk_nt_service.c

2001-09-21 Thread nacho
nacho 01/09/21 12:51:45 Modified:src/native/mod_jk/nt_service jk_nt_service.c Log: a typo Revision ChangesPath 1.6 +3 -3 jakarta-tomcat/src/native/mod_jk/nt_service/jk_nt_service.c Index: jk_nt_service.c

Re: form based login - update

2001-09-21 Thread brian moseley
On Fri, 21 Sep 2001, pero wrote: What could be done now? Encoding all image-resources would be a strange solution and other matching is not allowed. i use a layout like so: /index.jsp /login.jsp /share/styles.css /share/img/*.gif /main/*.jsp in web.xml i protect /index.jsp and

DO NOT REPLY [Bug 3763] - Missing CATALINA_CLASSPATH env or Context/Classpath element

2001-09-21 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=3763. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3772] New: - can't choose jdk or jre at setup

2001-09-21 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=3772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3772] - can't choose jdk or jre at setup

2001-09-21 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=3772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3727] - Switched included request parameters

2001-09-21 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=3727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3707] - Custom action attribute of type Object does not accept literal string value

2001-09-21 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=3707. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3759] - Conversion from String to Object doesn't work.

2001-09-21 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=3759. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] TC4.0 Error in setting string literal to Object in custom tags

2001-09-21 Thread Kin-Man Chung
This patch fixes #3707. misto% runsocks cvs diff -u TagBeginGenerator.java Index: TagBeginGenerator.java === RCS file: /home/cvspublic/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/T agBeginGenerator.java,v

Re: Tomcat RPM polls

2001-09-21 Thread Christopher Cain
GOMEZ Henri wrote: Hi to all, I'd like to have the opinion of Tomcat RPMS users about some points since I'm working on enhanced RPMs : 1) Do you want tomcat to be changed to run as nobody instead of root ? +1 2) Do you want tomcat to be enabled by default, ie having it

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-09-21 Thread craigmcc
craigmcc01/09/21 14:53:42 Modified:catalina/src/share/org/apache/catalina Tag: tomcat_40_branch Globals.java webapps/ROOT Tag: tomcat_40_branch index.html Log: Update version numbers to reflect current status of this branch. Revision

Compile failure on Tomcat 4.0 rc2 on Linux (RedHat 7.1)

2001-09-21 Thread Bruce Kaufman
I am trying to compile the Tomcat 4.0 rc2 source on a Redhat 7.1 box and I get the following ant error when I do a ant dist. [javac] Compiling 2 source files to /usr/local/jakarta/jakarta-tomcat-4.0-rc2-src/catalina/build/classes [javac]

DO NOT REPLY [Bug 3727] - Switched included request parameters

2001-09-21 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=3727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3774] New: - Error loading web.xml on root context when specified in server.xml file on Windows

2001-09-21 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=3774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: socket write error

2001-09-21 Thread horwat
The error occurs when a socket connection between a server and client is broken. A browser, for instance, establishes a connection the the server and it remains open until the server sends a response. If the browser for whatever reason closes the connection before the server response is complete,

DO NOT REPLY [Bug 3727] - Switched included request parameters

2001-09-21 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=3727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2001-09-21 Thread Rob S.
- Javadoc errors make Jon nervous (fix for bug 3681). No. I consider javadoc errors like having C compile warnings. They don't break the build, but they look ugly and are a sign of sloppy engineering. Sometimes I wish I had half the cajones Jon does when dealing with people at work,

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

2001-09-21 Thread Remy Maucherat
On 20 Sep 2001 [EMAIL PROTECTED] wrote: Date: 20 Sep 2001 23:46:27 - From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Bootstrap.java remm01/09/20

Updated build scripts for Tomcat 4 HEAD

2001-09-21 Thread Remy Maucherat
Hi, The overhaul of the build system should be almost complete. I restricted the change to the HEAD branch. I don't see any particular need to roll this back into the 4.0.x branch. There are two main build options, toggled by the full.dist property. - If the value of the property is on, then

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

2001-09-21 Thread nacho
nacho 01/09/21 17:53:47 Modified:src/facade22/org/apache/tomcat/facade HttpServletRequestFacade.java Log: HTTP Dates are expressed in Locale.US format Revision ChangesPath 1.28 +7 -7

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

2001-09-21 Thread Jon Stevens
on 9/21/01 12:49 PM, Rob S. [EMAIL PROTECTED] wrote: - Javadoc errors make Jon nervous (fix for bug 3681). No. I consider javadoc errors like having C compile warnings. They don't break the build, but they look ugly and are a sign of sloppy engineering. Sometimes I wish I had half

Tomcat 4 jndi problems

2001-09-21 Thread Tom Bruser
I am having trouble connecting to my JBoss server from TomCat 4. My test code throws javax.naming.NameNotFoundException. The equivalant code in a stand-alone application works fine and calls the EJB method. There is a jndi.properties file that comes with JBoss that I use with my stand-alone

cvs commit: jakarta-tomcat build.xml

2001-09-21 Thread larryi
larryi 01/09/21 19:21:33 Modified:.build.xml Log: Fix admin based tests to be compatible with Ant 1.4. Since Ant 1.4's TaskAdapter insists on calling setProject(Project), the Ant classes must be visible to the org.apache.tomcat.util.test classes. Removed the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test TestDefaults.java HttpClient.java GTest.java

2001-09-21 Thread larryi
larryi 01/09/21 19:45:45 Modified:src/share/org/apache/tomcat/util/test TestDefaults.java HttpClient.java GTest.java Log: Update to be compatible with Ant 1.4. Ant 1.4's TaskAdapter.execute() will call setProject(Project) on the proxy. Now that

cvs commit: jakarta-tomcat/src/admin/WEB-INF/scripts watchdog-jsp.xml

2001-09-21 Thread larryi
larryi 01/09/21 19:53:51 Modified:src/admin/WEB-INF/scripts watchdog-jsp.xml Log: Update for new location of org.apache.tomcat.util.test classes. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/src/admin/WEB-INF/scripts/watchdog-jsp.xml Index:

cvs commit: jakarta-tomcat/src/admin/WEB-INF/scripts run-test.sh run-test.bat

2001-09-21 Thread larryi
larryi 01/09/21 19:54:44 Modified:src/admin/WEB-INF/scripts run-test.sh run-test.bat Log: Update for new location of org.apache.tomcat.util.test classes. Now in tomcat_util_test.jar. Removed jars no longer needed. Revision ChangesPath 1.4 +2 -3

DO NOT REPLY [Bug 3772] - can't choose jdk or jre at setup

2001-09-21 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=3772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.