Amusing error

2000-12-16 Thread Rob Shaw
Apparently it can ... :-) - - - Error: 500 Location: /jaydoh/docs/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261) at

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/task StopTomcat.java

2000-12-16 Thread larryi
larryi 00/12/16 07:10:06 Modified:src/share/org/apache/tomcat/task StopTomcat.java Log: Fix so stopTomcat() works with command line config file. Revision ChangesPath 1.14 +3 -3 jakarta-tomcat/src/share/org/apache/tomcat/task/StopTomcat.java Index:

jsp - html speedup

2000-12-16 Thread cga
Hi there, I was thinking "There is a way to speed up jps". I mean if I take out white spaces and other unnecesary text out of the html part of a jsp, the server will send less bytes to the browser so it will be faster. I am pretending to do a Reader that takes out that unnecesary chars.

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

2000-12-16 Thread larryi
larryi 00/12/16 10:57:40 Modified:src/facade22/org/apache/tomcat/modules/facade22 JspInterceptor.java Log: Fix NPE. Revision ChangesPath 1.18 +5 -1 jakarta-tomcat/src/facade22/org/apache/tomcat/modules/facade22/JspInterceptor.java

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http Constants.java HttpConnector.java HttpProcessor.java

2000-12-16 Thread remm
remm00/12/16 11:01:25 Modified:catalina/src/share/org/apache/catalina/connector/http Constants.java HttpConnector.java HttpProcessor.java Log: - Adds connection timeouts. - By default, the timeout is 60s. - Hopefully there's

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2000-12-16 Thread nacho
nacho 00/12/16 12:46:51 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: PR#602 JDBCRealm start() method lacks DriverManager.getConnection( url, user, passwd ) connection method, also digest default of "No" not correctly bypassing Digest method...

Re: RPMANNtomcat-3.2.1 RPM available/RPMANN

2000-12-16 Thread Kumar Vijayaratnam
The Build of Tomcat 3.2.1 from the RPM's works fine until it gets to copying the built files then I get the following error + cd ../jakarta-tomcat-3.2.1-src + export CLASSPATH=/usr/src/redhat/BUILD/tomcat-3.2.1/dist/servletapi/lib/servle

BugRat Report #61 was closed (apparently by: Nick Bauman)

2000-12-16 Thread BugRat Mail System
Report #61 was closed by Person #0 Synopsis: example servlets work with standalone Tomcat but not through Apache (logged in as: Nick Bauman)

BugRat Report #62 was closed (apparently by: Nick Bauman)

2000-12-16 Thread BugRat Mail System
Report #62 was closed by Person #0 Synopsis: Tomcat startup fails with ResourceBundle error using jdk 1.3.0 (logged in as: Nick Bauman)

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler Compiler.java

2000-12-16 Thread craigmcc
craigmcc00/12/16 15:27:38 Modified:jasper/src/share/org/apache/jasper/compiler Compiler.java Log: Remove forgotten debugging statement. Revision ChangesPath 1.5 +4 -4 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/Compiler.java Index:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2000-12-16 Thread nacho
nacho 00/12/16 15:40:20 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: Problems from hand made patches.. Please send patches as attached files not embedded in messages Thanks Revision ChangesPath 1.6 +5 -5

Saving sessions across tomcat instances

2000-12-16 Thread shai
Hi all, Im wondering whether tomcat can store session information in different tomcat instance? IMHO the answer is NO. Therefore I would like to share my thought on: Saving sessions across tomcat instances. A month ago I have posted patch to allow tomcat load balancing when

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2000-12-16 Thread nacho
nacho 00/12/16 15:49:35 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: Problems from hand made patches.. Please send patches as attached files not embedded in messages Thanks Revision ChangesPath 1.7 +1 -1

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

2000-12-16 Thread craigmcc
craigmcc00/12/16 17:02:44 Added: catalina/src/share/org/apache/catalina/valves RequestDumperValve.java Log: Add a simple valve that dumps request and response header and cookie information. This is useful in debugging problems with HTTP transactions.

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

2000-12-16 Thread craigmcc
craigmcc00/12/16 17:03:29 Modified:catalina/src/conf server.xml Log: Add documentation and commented-out entries for the SingleSignOn valve (which allows a user authenticated in one app to be recognized in all other web apps in the same virtual host) and the RequestDumperValve

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

2000-12-16 Thread craigmcc
craigmcc00/12/16 17:05:40 Modified:catalina/src/share/org/apache/catalina HttpResponse.java catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java catalina/src/share/org/apache/catalina/connector

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

2000-12-16 Thread craigmcc
craigmcc00/12/16 18:34:25 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Ensure that the default host name is mapped to lower case, so that matches against the actual host name will work correctly. Revision Changes

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

2000-12-16 Thread nacho
nacho 00/12/16 18:37:35 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: Bug setting servername when port is 80 Revision ChangesPath 1.9 +2 -2

Re: Apache 2.0

2000-12-16 Thread cmanolache
Some of you probably know that the httpd group is getting ready to release Apache 2.0. We are all set to release our first beta on Friday. As a part of this, we are looking into getting Apache.org running 2.0. So, the next question we have to deal with is how does Tomcat run on 2.0? I

Re: Saving sessions across tomcat instances

2000-12-16 Thread N.Rajesh Babu
hi shai, i had the same problem i set up http session between two tomcats and the session was not maintained. So what silly thing i did ( since i did not have time to think of optimal alternative) was that i stored the session ids of a servlet in a vector and i asked the client servlet to send

Re: Apache 2.0

2000-12-16 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Some of you probably know that the httpd group is getting ready to release Apache 2.0. We are all set to release our first beta on Friday. As a part of this, we are looking into getting Apache.org running 2.0. So, the next question we have to deal with is how

Re: Apache 2.0

2000-12-16 Thread cmanolache
On the other hand, it should be noted that mod_jk has substantial deficiencies. Like mod_jserv before it, this connector is substantially limited -- it requires users to double-configure many of the key attributes of a web application (security, mapping URIs to particular handlers,