> 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, MIME-ty
[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
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 se
> 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?
>
craigmcc00/12/16 21:18:58
Modified:catalina/src/share/org/apache/catalina/core
ApplicationFilterChain.java
Log:
Enforce the Servlet API contract for SingleThreadModel that says only one
request at a time is allowed inside the service() method. This got bro
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 just do
nacho 00/12/16 18:37:56
Modified:src/share/org/apache/tomcat/modules/server Ajp12.java
Ajp12Interceptor.java
Log:
a Typo
Revision ChangesPath
1.9 +3 -3
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12.java
Index:
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
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/H
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 ChangesPa
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
craigmcc00/12/16 17:03:58
Modified:catalina/src/share/org/apache/catalina/util RequestUtil.java
Log:
Make the cookie parsing more efficient by dispensing with a StringTokenizer,
and using an ArrayList instead of a Vector.
Revision ChangesPath
1.11 +19 -14
jaka
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 d
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.
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
jakarta-
Hi all,
I’m 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
wor
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
jakarta-
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: Com
Report #602 was closed by Person #0
Synopsis: JDBCRealm start() method lacks DriverManager.getConnection( url, user,
passwd ) connection method, also digest default of "No" not correctly bypassing Digest
method...
(logged in as: Ignacio Ortega)
Report #62 was closed by Person #0
Synopsis: Tomcat startup fails with ResourceBundle error using jdk 1.3.0
(logged in as: Nick Bauman)
Report #61 was closed by Person #0
Synopsis: example servlets work with standalone Tomcat but not through Apache
(logged in as: Nick Bauman)
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
t.jar:/usr/src/redhat/BUILD/tomcat-3.2.1/jakarta-tools/moo
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...
craigmcc00/12/16 11:46:17
Modified:catalina/src/share/org/apache/catalina/connector
HttpResponseBase.java
Log:
Remove forgotten debugging line.
Revision ChangesPath
1.21 +4 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/co
remm00/12/16 11:05:23
Modified:webapps/webdav index.html
Log:
- Add an ad for Slide's WIP WebDAV client.
Revision ChangesPath
1.3 +1 -0 jakarta-tomcat-4.0/webapps/webdav/index.html
Index: index.html
==
larryi 00/12/16 11:04:28
Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java
src/share/org/apache/tomcat/core Handler.java
Log:
Fix handling in ServletHandler for UnavailableException throw in service().
Move isIncluded() test from core to facade2
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 no
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
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.
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: StopTom
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 org.apache.tomcat.core.Serv
30 matches
Mail list logo