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
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
jakarta-tomcat/src/facade22/org/a
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 chunke
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: Request.ja
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.
Sessio
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 th
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.
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
Ind
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 l
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
jakarta-tomcat-jasper/jasper34/r
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
jakarta-tomcat/src/share/org/apache/jasper
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
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
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
>
"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=1&b&c=2". This
> is necessary to work with some clients, and should not
> break anything else. It interprets the above as b="",
> inst
Attatched is a fix for
HttpUtils.parseQueryString(String s) which allows a
key-only key value pair like "b" in "a=1&b&c=2". This
is necessary to work with some clients, and should not
break anything else. It interprets the above as b="",
instead of throwing an IllegalArgumentException like
the ori
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 wit
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
> powerf
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 CLASSPA
> "[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 i
> > > 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
"[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 ex
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
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 aut
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 under
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/
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
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 c
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 mai
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
t
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
"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
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 wor
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 directory
"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 conf
pier01/08/31 10:55:09
Modified:webapp/java WarpConfigurationHandler.java
Log:
Enhance Catalina startup/shutdown processing to support a new (optional)
environment variable (CATALINA_BASE), and corresponding system property
(catalina.base). If not set, these values
pier01/08/31 10:50:34
Modified:webapp/java WarpConnector.java
Log:
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 "Container" children
"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
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
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'
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.
> >
>
"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
"[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 ChangesPath
> 1.23 +12 -3 jakarta-tomcat-co
> 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
> availabl
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 wa
"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 modul
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 neighborho
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 d
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 http://e
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 by
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
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 s
--- 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 ad
+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
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 technic
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
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 w
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 o
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 html-page,
>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 late
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,
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 attemp
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
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
===
... 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 authen
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
===
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 sto
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 jakarta-tomcat-connectors/webapp
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 na
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 o
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 jakarta-tomcat-service/native/winnt/
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 t
72 matches
Mail list logo