Re: TC4 base dir

2001-08-27 Thread Endre Stølsvik
On Fri, 24 Aug 2001, Craig R. McClanahan wrote: |That's cool about the server.xml file, and you can do the individual |elements, as you said (logger, default valve's logger for access, |etc.) but what I'm wondering about is if there's anything analogous to |changing the entire

Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
Craig R. McClanahan [EMAIL PROTECTED] wrote: No, Tomcat 4 doesn't currently have a thing like home -- patches are welcome! But, my point is you don't *need* home to accomplish the goals you have articulated: while we are on a related topic, how about (re) considering this patch? geoff

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

2001-08-27 Thread nacho
nacho 01/08/27 02:44:18 Modified:src/share/org/apache/tomcat/modules/server PoolTcpConnector.java Log: Bug#578 no cookies session tracking fails when used with SSL Reported by sgala at hisitech.com (Santiago Gala) This fix is only for the

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

2001-08-27 Thread remm
remm01/08/27 04:50:41 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - A 206 returned an incorrect content length, instead of the actual number of bytes returned. Fix for bug 3274. Revision ChangesPath

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

2001-08-27 Thread larryi
larryi 01/08/27 06:54:39 Modified:src/doc tomcat-ug.html Log: Included patch for server.xml text. Submitted by: Bojan Smojver Also updated directory structure table and other edits. Revision ChangesPath 1.11 +110 -90

[PATCH TC4] added jndi.jar to classpath in javac task

2001-08-27 Thread Reilly, John
Catalina would not compile without adding jndi.jar to the classpath for catalina and the webapp/examples. Presumably this is not affecting people because they have it in there environment classpath. (I think I submitted this a while ago also.) diffed against current cvs update Cheers, jr

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java

2001-08-27 Thread keith
keith 01/08/27 08:21:43 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Log: Update implementation to reflect Connector interface change. Revision ChangesPath 1.5 +22 -5

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-08-27 Thread keith
keith 01/08/27 08:33:04 Modified:jk/doc AJPv13.html jk/java/org/apache/ajp Ajp13.java RequestHandler.java jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Add REPORT method to Ajp13 (necessary for Webdav ACL and Delta-V). This has also been

cvs commit: jakarta-tomcat-connectors/util .cvsignore

2001-08-27 Thread keith
keith 01/08/27 08:36:47 Added: jk .cvsignore util .cvsignore Log: .cvsignore goodness Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/.cvsignore Index: .cvsignore

RE: [PATCH TC4] added jndi.jar to classpath in javac task

2001-08-27 Thread Keith Wannamaker
Hi John, I did not need to do this to build tc4 out of the box. What was the build error? Is your build.properties pointing to jndi OK? If you do an ant -verbose, does ${jndi.home} get set correctly? TC4 will automatically include ${jndi.home}/lib/jndi.jar (see catalina/build.xml:28) Keith

RE: [PATCH TC4] added jndi.jar to classpath in javac task

2001-08-27 Thread Reilly, John
Hi John, I did not need to do this to build tc4 out of the box. What was the build error? Is your build.properties pointing to jndi OK? If you do an ant -verbose, does ${jndi.home} get set correctly? TC4 will automatically include ${jndi.home}/lib/jndi.jar (see catalina/build.xml:28)

Apache Web Server and tomcat for Java support

2001-08-27 Thread Xuemei Zhang
Hi, I want to know whether there is a new way for communication between Apache Web Server and Tomcat to support Java: for example, tomcat as a loadable module to Apache Web Server, so we need not start Tomcat and Apache Web Server seperately. Thanks! Xuemei

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

2001-08-27 Thread craigmcc
craigmcc01/08/27 09:47:57 Modified:catalina build.xml webapps/examples build.xml Log: Add jndi.jar to the compile classpath as needed to build Tomcat 4 on JDK 1.2 systems. This was not a problem on JDK 1.3, because the JNDI classes have been integrated into the

Re: TC4 base dir

2001-08-27 Thread Craig R. McClanahan
On Mon, 27 Aug 2001, Geoff Soutter wrote: while we are on a related topic, how about (re) considering this patch? The patch below deals with only one of 33 places that the catalina.home system property is referenced in the Catalina source code -- I think we'd want to consider them all :-).

RE: isapi_redirect.dll

2001-08-27 Thread Kevin Seguin
see the following: http://jakarta.apache.org/site/binindex.html i believe what you are looking for is this: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i38 6/ -Original Message- From: Golash Rahul [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves AccessLogValve.java

2001-08-27 Thread craigmcc
craigmcc01/08/27 12:10:26 Modified:catalina/src/bin catalina.bat catalina.sh catalina/src/share/org/apache/catalina/connector/warp WarpConfigurationHandler.java catalina/src/share/org/apache/catalina/core

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config context.xml host.xml loader.xml logger.xml realm.xml valve.xml

2001-08-27 Thread craigmcc
craigmcc01/08/27 13:22:37 Modified:.RUNNING.txt webapps/tomcat-docs manager-howto.xml ssl-howto.xml webapps/tomcat-docs/appdev deployment.xml source.xml webapps/tomcat-docs/config context.xml host.xml loader.xml

Re: cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

2001-08-27 Thread Craig R. McClanahan
On Sat, 25 Aug 2001, Glenn Nielsen wrote: Date: Sat, 25 Aug 2001 21:12:18 -0500 From: Glenn Nielsen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml Craig, Would this replacement URL class allow

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs ssl-howto.xml

2001-08-27 Thread craigmcc
craigmcc01/08/27 13:39:55 Modified:webapps/tomcat-docs ssl-howto.xml Log: Update to the SSL HOW-TO w.r.t. server certificates on named virtual hosts sharing a single IP address. Submitted by: Christopher Cain [EMAIL PROTECTED] Revision ChangesPath 1.4 +15

cvs commit: jakarta-tomcat-4.0/webapps/webdav/WEB-INF web.xml

2001-08-27 Thread craigmcc
craigmcc01/08/27 13:57:22 Modified:webapps/ROOT/WEB-INF web.xml webapps/examples/WEB-INF web.xml webapps/manager/WEB-INF web.xml webapps/tomcat-docs/WEB-INF web.xml webapps/webdav/WEB-INF web.xml Log: Update the web

Re: DTD DOCTYPE wrong in examples....?

2001-08-27 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Thom Park wrote: Date: Tue, 21 Aug 2001 14:00:34 -0700 From: Thom Park [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DTD DOCTYPE wrong in examples? Hello, Sun appear to have changed the DOCTYPE for the web application in servlet

Re: Fw: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-27 Thread Craig R. McClanahan
On Tue, 21 Aug 2001, Jonathan Eric Miller wrote: Date: Tue, 21 Aug 2001 10:47:11 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Developer List [EMAIL PROTECTED] Subject: Fw: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7? I originally

RE: Tomcat 3.2.3 and getPathInfo

2001-08-27 Thread Marc Saegesser
Using Apache 1.3.19 here's what I see. Apache does normalize the URL but there is a small difference between what it does and what Tomcat does. Apache does not remove multiple adjacent / characters. For example, http://server/cgi-bin/script/fu/bar -- PATH_INFO = /fu/bar

Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
Craig R. McClanahan [EMAIL PROTECTED] wrote: The patch below deals with only one of 33 places that the catalina.home system property is referenced in the Catalina source code -- I think we'd want to consider them all :-). Yeah, I know, I was just scratching the itch that I had at the time.

Re: Tomcat 3.2.3 and getPathInfo

2001-08-27 Thread Jason Hunter
Marc Saegesser wrote: Using Apache 1.3.19 here's what I see. Apache does normalize the URL but there is a small difference between what it does and what Tomcat does. Apache does not remove multiple adjacent / characters. For example, http://server/cgi-bin/script/fu/bar -- PATH_INFO =

403 error-page N/W : I guess its just me

2001-08-27 Thread Bragg, Casey
Is it just me? Does anybody have tomcat working with a custom 403 page? If not, this seems like a big problem. Any help greatly appreciated... This is really screwing up my login flow. Thanks... ...Casey From Sunday's post... I'm trying to get tomcat to use my 403 forbidden error page.

How to force authentication from JSP?

2001-08-27 Thread Bragg, Casey
Is there a way to force a user to be authenticates as 'Guest' for example? Running Tomcat 4.0b7.. JDBCRealm... Is it possible for a JSP (not through javascript) to do something along the following lines : jsp:forward page=j_security_check jsp:param name=j_username value=%=p_username%

Extending Server.xml configurability (for additional classpaths)

2001-08-27 Thread Rick Mann
I've seen lots of discussion on the user list desiring the ability to have additional classpaths available to web applications, but not necessarily available to all web apps. Ideally, this could be specified in the web.xml file, but that would require changing a spec, and I can think of some

Follow Up: 403 error-page N/W

2001-08-27 Thread Bragg, Casey
I found one more detail... My 403 error page works if the 403 is caused by a filter, but it doesn't work if caused by JDBCRealm. consider the file /secured/junk.html - which is protected by a security constraint which is Form based and tied to JDBCRealm (I'm sure that's bad wording... I hope

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test Header.java HttpRequest.java

2001-08-27 Thread costin
costin 01/08/27 22:46:28 Modified:src/share/org/apache/tomcat/util/test Header.java HttpRequest.java Log: Fixes in the test suite. We must send 1.0 requests, since we can't handle 1.1 responses. Revision ChangesPath 1.5 +4 -0

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test Header.java HttpRequest.java

2001-08-27 Thread Justin Erenkrantz
On Tue, Aug 28, 2001 at 05:46:28AM -, [EMAIL PROTECTED] wrote: costin 01/08/27 22:46:28 Modified:src/share/org/apache/tomcat/util/test Header.java HttpRequest.java Log: Fixes in the test suite. We must send 1.0 requests, since we can't handle

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/testHeader.java HttpRequest.java

2001-08-27 Thread cmanolache
On Mon, 27 Aug 2001, Justin Erenkrantz wrote: On Tue, Aug 28, 2001 at 05:46:28AM -, [EMAIL PROTECTED] wrote: costin 01/08/27 22:46:28 Modified:src/share/org/apache/tomcat/util/test Header.java HttpRequest.java Log: Fixes in the test suite.