Re: Question on chunked responses.

2001-08-31 Thread Remy Maucherat
Well, after looking at the algorithm (and trying with a telnet), I think the flag does the job. However, this is likely to be a capability which will be going away when I rewrite the connector (since it adds complexity without adding anything useful - see below). After the

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Paul Speed
Just clarifying, you basically want the exact same functionality you'd get by copying the jars into the individual webapp lib directories, but you just don't want to have to copy them. Right? -Paul Speed Rick Mann wrote: on 8/30/01 4:22 AM, Glenn Nielsen at [EMAIL PROTECTED] wrote:

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Rick Mann
on 8/30/01 11:36 PM, Paul Speed at [EMAIL PROTECTED] wrote: Just clarifying, you basically want the exact same functionality you'd get by copying the jars into the individual webapp lib directories, but you just don't want to have to copy them. Right? Look, if it were the exact same

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread jean-frederic clere
Ryan Bloom wrote: On Thursday 30 August 2001 01:10, jean-frederic clere wrote: Ryan Bloom wrote: Hi everybody, I'm new to the list, but for anybody who doesn't know me, I have been pretty active on httpd 2.0. I decided to port mod_webapp last week, and Pier committed the code for

cvs commit: jakarta-tomcat-service/native/winnt/moni vdmonisvc.c

2001-08-31 Thread jfclere
jfclere 01/08/31 01:33:55 Modified:native/winnt/moni vdmonisvc.c Log: Allow service restart by the Service Control Manager. Submitted by: Dave Ringoen [[EMAIL PROTECTED]] (for mod_jk TC3.x). Revision ChangesPath 1.2 +7 -2

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Paul Speed
I wasn't trying to be rude. I was just summing up a fairly large discussion that touched on everything from classloader sharing to security to where any changes would reside. You want several web apps to have access to the same jar file as if each had their own private version, ie: no sharing

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

2001-08-31 Thread hgomez
hgomez 01/08/31 02:45:50 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/server Http10.java Http10Interceptor.java Log: Add Server header in http 1.0 connector. For security purpose, use reportedname attribute to select

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

2001-08-31 Thread jfclere
jfclere 01/08/31 03:26:24 Modified:webapp Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/apache-2.0 Makefile.in Log: Merge Ryan's changes with mines. Revision ChangesPath 1.16 +17 -1

Realms and classloading

2001-08-31 Thread Joachim Gjesdal
I have a LdapRealm that extends RealmBase and a LdapPrincipal that implements Principal. These are loaded by the catalina classloader at startup in order to perform formbased authentication.When the user logs in and is authenticated by the ldap server, the LdapRealm creates a LdapPrincipal and

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2001-08-31 Thread jfclere
jfclere 01/08/31 03:37:42 Modified:jk/native configure.in Log: Improve the testing of the apache version (forgotten in previous commit!). Revision ChangesPath 1.10 +2 -4 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

Re: Realms and classloading

2001-08-31 Thread Joachim Gjesdal
... forgot to say: I run tomcat 4.0-B7. Joachim Gjesdal wrote: I have a LdapRealm that extends RealmBase and a LdapPrincipal that implements Principal. These are loaded by the catalina classloader at startup in order to perform formbased authentication.When the user logs in and is

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2001-08-31 Thread jfclere
jfclere 01/08/31 05:16:57 Modified:jk/native configure.in Log: remove the last rm... Revision ChangesPath 1.11 +1 -2 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in ===

RE: PATCH: jk_nt_service can't automatically be restarted by Windows Service Control Manager upon crash

2001-08-31 Thread Marc Saegesser
Costin, Sure, I'll take care of it today. Marc Saegesser -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 12:13 AM To: [EMAIL PROTECTED] Subject: RE: PATCH: jk_nt_service can't automatically be restarted by Windows Service

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

2001-08-31 Thread marcsaeg
marcsaeg01/08/31 06:53:41 Modified:src/native/mod_jk/nt_service jk_nt_service.c Log: Porting changes to tomcat_32. If the Tomcat VM dies unexpectedly, jk_nt_service now terminates abruptly (i.e. without notifying the SCM). This causes the NT service recovery process to

Re: TC 3.3 Mod_jk chunked input encoding

2001-08-31 Thread cmanolache
On Wed, 29 Aug 2001, Keith Wannamaker wrote: This patch enables chunked input through mod_jk: http://www.apache.org/~keith/jk/ I think they are rather minor changes. Please review, discuss, and throw everything you have at it. If Larry approves I will commit this (or an Hi Keith, I'm

RE: TC 3.3 Mod_jk chunked input encoding

2001-08-31 Thread GOMEZ Henri
I'm +1 for the patch. My main concern ( and what I've looked for ) is to not brake anything that worked - and from your changes it seems the case where Content-Length is present will work exactly as it did before. Seems fine If possible, please also update j-t-c. ( we can do that later if

NullPointerException in AdaptiveClassLoader

2001-08-31 Thread Andrej Rosenheinrich
Hello, I posted this question once in the user-list, but got no reply. After getting no help and starting to look at the sourcecode this thing gets even more weird to me, so I hope you excuse that I now post it to the dev-list. I broke down my question to a simple example. I have a

Re: Realms and classloading + solution

2001-08-31 Thread Joachim Gjesdal
The solution was to let the common classloader be responsible for loading LdapRealmPrincipal and LdapPrincipalUtil (a delegation class). The catalina classloader is responsible for loading the LdapRealm class. This way the both webapp classloader and the catalina classloader is able to get hold

FW: Bug database. Tomcat header parsing errors

2001-08-31 Thread Pier Fumagalli
The bug database switchboard says... Pier -- Forwarded Message From: Jørgen Nørgaard [EMAIL PROTECTED] Date: Fri, 31 Aug 2001 12:58:09 +0200 To: [EMAIL PROTECTED] Subject: Bug database. Tomcat header parsing errors Hi, it seems like tomcat (3.2.2) is too restrictive when

Re: Session problems in Apache.

2001-08-31 Thread Rainer Jung
Hi, which Tomcat-Version do you use? Everything before 3.2.3 has a serious bug in a pool-Utility which leads to several problem, one of them is breaking the relation between requests and responses. That one is fixed in 3.2.3, but maybe its related to your problem. You should give more

RE: TC 3.3 Mod_jk chunked input encoding

2001-08-31 Thread Larry Isaacs
+1 as well. Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 11:28 AM To: [EMAIL PROTECTED] Subject: Re: TC 3.3 Mod_jk chunked input encoding On Wed, 29 Aug 2001, Keith Wannamaker wrote: This patch enables chunked

RE: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Bill Lipa
--- Marcus Crafter [EMAIL PROTECTED] wrote: So if I understand you correctly, we should have our Tomcat pool size set to the same as the MaxClients setting we have for Apache - as a general rule ? We'll retest with these settings. Thanks very much for your advice.

TC 3.2.2 jsp output refresh problem

2001-08-31 Thread David Cao
Hello, I found a very strange problem us TC 3.2.2, if I update one of the jsp page (using JavaBean), this page display fine, and after I went to another page, and link back to the first page, then it display an old page (before I change), if i refresh the screen, it will display new value. So

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

2001-08-31 Thread Jonathan Eric Miller
Thanks Craig. I think one of the other developers replied to me regarding this issue awhile back. You are correct. It does seem to be working correctly. I found out that Internet Explorer does some buffering on the client-side and that was what caused the problem. Someone told me that you have to

RE: PATCH: jk_nt_service can't automatically be restarted by Windows Service Control Manager upon crash

2001-08-31 Thread Brian Enright
Way to go Dave! -Original Message- From: Marc Saegesser [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 10:26 PM To: [EMAIL PROTECTED] Cc: Chien-Ming Huang; Brian Enright; Rob Webb; Patti Vrobel; Steven Velez Subject: RE: PATCH: jk_nt_service can't automatically be restarted

Patch for mod_webapp Java

2001-08-31 Thread Dave Oxley
WarpConnector.java in jakarta-tomcat-connectors/webapp/java does not compile. I have fixed it and a patch is supplied. Can someone check it over and check it in. Thanks. Dave. _ Get your FREE download of MSN Explorer at

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Christopher Cain
This entire thread has grown tiresome, my own posts included =) Look, if you want shared classes for multiple webapps, but not all webapps, then: 1) Create a common directory outside of TC 2) Put the jars there 3) Create symlinks to the jars in the relevant WEB-INF/lib subdiretories It can be

Re: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Christopher Cain
Bill Lipa wrote: How many Apache children do you have? Hehe ... I don't have any myself, but there are two in my neighborhood: Dances With Pokemon and Running Rugrat. Those damn kids are always playing around in the steet in full head-dress, which incidentally freaks out the neighborhood

Re: Request: binary mod_webapp.so for Solaris built with -DEAPI

2001-08-31 Thread Pier Fumagalli
Eryq [EMAIL PROTECTED] wrote: I was using the mod_webapp.so connector for Solaris which I downloaded from apache.org All was going well until I rebuilt my Apache (1.3.20) with SSL support. Now I get: [warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 API, this module might

Naming factory for generic java beans

2001-08-31 Thread aner
Hi, I recently worked on getting a JDBC connection pool/DataSource working on Tomcat 4.0b7. I was interested in trying out the OracleConnectionCacheImpl which Oracle provides in their JDBC drivers. I eventually found out that the only way to make an instance of this class available from JNDI

Re: Naming factory for generic java beans

2001-08-31 Thread Remy Maucherat
Hi, I recently worked on getting a JDBC connection pool/DataSource working on Tomcat 4.0b7. I was interested in trying out the OracleConnectionCacheImpl which Oracle provides in their JDBC drivers. I eventually found out that the only way to make an instance of this class available from

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Pier Fumagalli
Ryan Bloom [EMAIL PROTECTED] wrote: Hi everybody, I'm new to the list, but for anybody who doesn't know me, I have been pretty active on httpd 2.0. DOH! :) Hi Ryan :) I decided to port mod_webapp last week, and Pier committed the code for me, but the build system isn't there, so I am

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 Makefile.in

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 10:32, Pier Fumagalli wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: jfclere 01/08/29 07:29:29 Modified:webapp configure.in Added: webapp/apache-2.0 Makefile.in Log: Copy/add configure logic for Apache-2.0 from mod_jk. Revision Changes

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Ryan Bloom
On Friday 31 August 2001 10:36, Pier Fumagalli wrote: +TARGET=${SRCDIR}/apache-2.0 +makefile=apache-2.0/Makefile +AC_MSG_RESULT([setting target module to... ${TARGET}]) + ] +) +AC_SUBST(TARGET) + +dnl Wasn't APXS for 2.0 completely broken? That's what you said last

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Rick Mann
First off, I apologize for being rude. It wasn't my intent. But I was trying to quash what I interpreted to be a deliberate attempt to say just do this. The point I'm trying to make is that this (the solutions proposed so far) don't really solve my problem. So, please accept my apologies for

Re: Patch for mod_webapp Java

2001-08-31 Thread Pier Fumagalli
Dave Oxley [EMAIL PROTECTED] wrote: WarpConnector.java in jakarta-tomcat-connectors/webapp/java does not compile. I have fixed it and a patch is supplied. Can someone check it over and check it in. There is an update from Craig on that, in the jakarta-tomcat-4.0 tree... (It's the same one

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-08-31 Thread pier
pier01/08/31 10:50:34 Modified:webapp/java WarpConnector.java Log: author name=craigmcc Add navigation link properties so that the entire Catalina component hierarchy can be navigated. Previously, you could go down from a Service to its associated Connector and

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java

2001-08-31 Thread pier
pier01/08/31 10:55:09 Modified:webapp/java WarpConfigurationHandler.java Log: author name=craigmcc Enhance Catalina startup/shutdown processing to support a new (optional) environment variable (CATALINA_BASE), and corresponding system property (catalina.base). If

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0Makefile.in

2001-08-31 Thread Pier Fumagalli
Ryan Bloom [EMAIL PROTECTED] wrote: On Friday 31 August 2001 10:32, Pier Fumagalli wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: jfclere 01/08/29 07:29:29 Modified:webapp configure.in Added: webapp/apache-2.0 Makefile.in Log: Copy/add configure logic for Apache-2.0

Re: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Christopher Cain
Rick Mann wrote: First off, I apologize for being rude. It wasn't my intent. But I was trying to quash what I interpreted to be a deliberate attempt to say just do this. The point I'm trying to make is that this (the solutions proposed so far) don't really solve my problem. No worries :)

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Pier Fumagalli
Ryan Bloom [EMAIL PROTECTED] wrote: Hmm... I'd like to rely on the APR code coming with Apache 2.0 instead of building our local copy with Apache 2.0... (I'll see what I can figure out, hoping that 2.0 works on my OS/X box :) Oh, if that's what you want to do, I can make that happen.

Re: Accessing protected files trough JSP how?

2001-08-31 Thread Ed Milic
Hi, All you have to do is drop the JSP files you want protected into the WEB-INF directory. These cannot be served up to the user but you can link to/include them in your other JSP pages. Hope that helps, Ed Milic From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL

tracking concurrent usage

2001-08-31 Thread Michael Stacey
I know; I know; there's no limit to what sales managers come up with! 8-) We have a web application that allows access based upon logins/pwds or ip-based site licenses. Our sales geniuses want to take some arbitrary time limit (like 10 minutes) and say that usage from multiple ips within that

[PATCH] 3.2.3 and 3.3 fix for JspWriter buffer not being cleared on JSP forward

2001-08-31 Thread Shawn McMurdo
Attached are patches against the current 3.2 branch and the 3.3 head to fix a problem when JSPs forward requests. The JspWriter buffer was not being cleared before the forward. The modified file is: src/share/org/apache/jasper/runtime/PageContextImpl.java. Shawn -- Shawn McMurdo

Re: Catalina 4.0-b7 - StandardWrapper.load() - bug?

2001-08-31 Thread Craig R. McClanahan
Well, the embedded option in the startup isn't really intended for production use anyway, since it only fires off the demonstration main() method that runs for a couple of minutes and shuts off. I've seen two basic approaches people take to embedding Tomcat: * If they like configuration from

Re: Extending Server.xml configurability (for additional classpaths)

2001-08-31 Thread Craig R. McClanahan
Wouldn't option (3) -- modify the startup shell scripts yourself to include whatever directories you want -- be easier than either (1) or (2)? Of course, you're going to be on your own for resolving class loading difficulties, but that's true under all of these scenarios. Craig On Wed, 29 Aug

Re: Extending Server.xml configurability (for additionalclasspaths)

2001-08-31 Thread Craig R. McClanahan
Two quick comments embedded. On Wed, 29 Aug 2001, Rick Mann wrote: Date: Wed, 29 Aug 2001 15:40:52 -0700 From: Rick Mann [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Extending Server.xml configurability (for additionalclasspaths) on 8/29/01 3:23

RE: Extending Server.xml configurability (foradditionalclasspaths)

2001-08-31 Thread Craig R. McClanahan
On Wed, 29 Aug 2001, Rob S. wrote: Date: Wed, 29 Aug 2001 16:39:38 -0700 From: Rob S. [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Extending Server.xml configurability (foradditionalclasspaths) No worries; in fact, I really don't understand the

Re: Bug in FormAuthenticator?

2001-08-31 Thread Craig R. McClanahan
While Tomcat should definitely react better than it does, it's worth pointing out that you should ***not*** be accessing the login page yourself. Let Tomcat use it as needed, the first time a particular user tries to access a resource protected by a security constraint. Think about how BASIC

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

2001-08-31 Thread ccain
ccain 01/08/31 13:15:12 Modified:webapps/tomcat-docs ssl-howto.xml Log: A few minor typo and semantic changes. Also included a short blurb about passing JSSE to Tomcat in the CLASSPATH rather than making it an installed extension, as suggested by Wolfgang Hoschek [EMAIL

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsssl-howto.xml

2001-08-31 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ccain 01/08/31 13:15:12 Modified:webapps/tomcat-docs ssl-howto.xml Log: A few minor typo and semantic changes. Also included a short blurb about passing JSSE to Tomcat in the CLASSPATH rather than making it an installed extension, as

Re: Build system for mod_webapp and Apache 2.0

2001-08-31 Thread Ryan Bloom
LOCAL_HEADER([Configuring APR]) LOCAL_FILTEREXEC( - [./configure --enable-static --disable-shared --disable-threads], + [./configure --enable-static --disable-threads], [APR configure]) if ${TEST} ${ret} -ne 0 then Hmm... I'd like to rely on the APR code coming with

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsssl-howto.xml

2001-08-31 Thread Remy Maucherat
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ccain 01/08/31 13:15:12 Modified:webapps/tomcat-docs ssl-howto.xml Log: A few minor typo and semantic changes. Also included a short blurb about passing JSSE to Tomcat in the CLASSPATH rather than making it an installed

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsssl-howto.xml

2001-08-31 Thread Christopher Cain
Pier Fumagalli wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ccain 01/08/31 13:15:12 Modified:webapps/tomcat-docs ssl-howto.xml Log: A few minor typo and semantic changes. Also included a short blurb about passing JSSE to Tomcat in the CLASSPATH rather than

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsssl-howto.xml

2001-08-31 Thread Justin Erenkrantz
On Fri, Aug 31, 2001 at 02:48:56PM -0600, Christopher Cain wrote: Oh well ... as an unrepentant terminal geek, I'm glad I took the time to learn it on the command line. Like most Linux commands, it has a pretty steep learning curve, but once you're familiar with it it's really quite powerful

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsssl-howto.xml

2001-08-31 Thread Christopher Cain
Justin Erenkrantz wrote: On Fri, Aug 31, 2001 at 02:48:56PM -0600, Christopher Cain wrote: Oh well ... as an unrepentant terminal geek, I'm glad I took the time to learn it on the command line. Like most Linux commands, it has a pretty steep learning curve, but once you're familiar with it

Re: Bug/Fix for HttpUtils.parseQueryString

2001-08-31 Thread Pier Fumagalli
Robert Lucier [EMAIL PROTECTED] wrote: Attatched is a fix for HttpUtils.parseQueryString(String s) which allows a key-only key value pair like b in a=1bc=2. This is necessary to work with some clients, and should not break anything else. It interprets the above as b=, instead of throwing

Re: Bug/Fix for HttpUtils.parseQueryString

2001-08-31 Thread Robert Lucier
My apologies. That was against the jarkarta-servletapi-3.2.3 source. The file is javax.servlet.http.HttpUtils.java. --- Pier Fumagalli [EMAIL PROTECTED] wrote: Robert Lucier [EMAIL PROTECTED] wrote: Attatched is a fix for HttpUtils.parseQueryString(String s) which allows a key-only

[FAQ] jGuru FAQ Update

2001-08-31 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime PageContextImpl.java

2001-08-31 Thread costin
costin 01/08/31 17:40:03 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 PageContextImpl.java Log: Clear the buffer before forwarding. Thanks [EMAIL PROTECTED] Obtained from: [EMAIL PROTECTED] Revision ChangesPath No

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime PageContextImpl.java

2001-08-31 Thread costin
costin 01/08/31 17:41:21 Modified:src/share/org/apache/jasper/runtime PageContextImpl.java Log: Clear output buffer on forwarding, thanks again Shawn. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.21 +3 -0

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime PageContextImpl.java

2001-08-31 Thread costin
costin 01/08/31 17:42:09 Modified:jasper34/runtime/org/apache/jasper34/runtime PageContextImpl.java Log: For the third time, updating the forward fix from Shawn on j-t-j. Revision ChangesPath 1.3 +3 -0

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServerSession.java

2001-08-31 Thread costin
costin 01/08/31 17:48:48 Modified:src/share/org/apache/tomcat/core ServerSession.java Log: Added more comments, more logging. Recycle the facade - this is important because prevents user code from keeping references to session objects that are reused. Since session is a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2001-08-31 Thread costin
costin 01/08/31 17:49:22 Modified:src/share/org/apache/tomcat/core ContextManager.java Log: Make sure contextM is set on newly create session objects. Revision ChangesPath 1.191 +3 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionExpirer.java

2001-08-31 Thread costin
costin 01/08/31 17:52:37 Modified:src/share/org/apache/tomcat/modules/session SessionExpirer.java Log: More debug statements, start when tomcat is starting ( no need to run expirer when tomcat is not running ). Recycle the session after expiring it.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionId.java

2001-08-31 Thread costin
costin 01/08/31 17:53:43 Modified:src/share/org/apache/tomcat/modules/session SessionId.java Log: More debug. I'm adding this in order to provide enough trace information for eventual problems, it helps a lot in debugging any problem and in making sure things run the way

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SimpleSessionStore.java

2001-08-31 Thread costin
costin 01/08/31 17:56:37 Modified:src/share/org/apache/tomcat/modules/session SimpleSessionStore.java Log: A tiny improvement in session reloading, objects that implement valueUnbound but can be serialized will not be unbounded, but preserved.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

2001-08-31 Thread costin
costin 01/08/31 17:57:17 Modified:src/share/org/apache/tomcat/core Request.java Log: Cosmetic - use the factory instead of new for MessageBytes. Revision ChangesPath 1.111 +12 -12jakarta-tomcat/src/share/org/apache/tomcat/core/Request.java Index:

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

2001-08-31 Thread keith
keith 01/08/31 18:53:25 Modified:src/native/mod_jk/apache1.3 mod_jk.c src/native/mod_jk/common jk_ajp13_worker.c jk_service.h jk_util.c src/share/org/apache/tomcat/modules/server Ajp13.java Log: Upgrade mod_jk to support

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

2001-08-31 Thread costin
costin 01/08/31 18:59:30 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: session.invalidate() should remove the attributes, do the callbacks and recycle the session. Revision ChangesPath 1.11 +10 -0

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

2001-08-31 Thread costin
costin 01/08/31 20:20:55 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java Log: Ops, debug should be 0, not 10. Thanks Larry. Revision ChangesPath 1.12 +1 -1 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java

RE: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Bill Lipa
How many Apache children do you have? The default is 256, which will indeed almost immediately consume all the threads in the Tomcat thread pool if you do not increase it. Each Apache child uses a thread. With ajp13, what counts is really the number of Apache children that are active. You can

Accessing protected files trough JSP how?

2001-08-31 Thread Roland
Hello, we are creating a JSP web-page for several users with login. Now my question is, each user has specific files, which other users shouldn't be allowed to read. Now one alternative would be to create a directory for each user and only assign the specific user the rights to read that