RE: getSession() returns a different StandardSessionFacade object every time it is called

2003-03-01 Thread Paulsen, Jay
Well, I would synchronize on my object that I store in the session, by my problem is how do I make sure that this object is only created and added to the session by one request thread? My solution was to synchronize on the session, and then in the synch block, check for the existence of the object

Re: [PATCH] Added "app" column to tomcat$sessions

2003-03-01 Thread Glenn Nielsen
Tom, Thanks for your patches for JDBCStore. I have been going through the tomcat-dev list and bugzilla to find all bugs/patches and am working on updating JDBCStore. In the future you may want to create a bug report using bugzilla and attach your patch to the bug report. Your patches are less li

DO NOT REPLY [Bug 17567] New: - Sun One Studio and 4.1.x cannot integrate fully.

2003-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: getSession() returns a different StandardSessionFacade object every time it is called

2003-03-01 Thread Filip Hanik
why don't you just synchronize on an object stored in your session, bada bim bada bom :) Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect www.filip.net >-Original Message- >From: Paulsen, Jay [mailto:[EMAIL PROTECTED] >Sent: Saturday, March 01, 2003 11:04 AM

j_security_check Problems

2003-03-01 Thread Ken Masters
Hello everyone, I am new to Tomcat and servlets. I am running Tomcat as my Servlet container. Im not sure if this is the correct place for the following question: I use tomcat 4.1.18 with JDK 1.4, and I have set up a servlet (in the web.xml) to constrain users from entering to a website by dire

DO NOT REPLY [Bug 14975] - admin webapp does not contain any *.class files in the nightly build

2003-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17565] New: - Tomcat 5 returns 404 error for directory which doesn't have a welcome file

2003-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Bug in 4.1.18???

2003-03-01 Thread neal
I just upgraded from Tomcat 4.0.4 to Tomcat 4.1.18 and my application no longer works. It appears that the problem is that using: this.getClass().getResource is now returning paths with a leading "/" in Windows. For instance, the path I *should* get path is: D:/dev/tomcat... but I'm actually

getSession() returns a different StandardSessionFacade object every time it is called

2003-03-01 Thread Paulsen, Jay
Environment: Tomcat 4.1.12 Apache 2.0.43 Warp Connector Struts 1.1b2 Calling getSession() on the request object (which in this environment is an instance of HttpRequestFacade which wraps a WarpRequest) creates and returns a new StandardSessionFacade object that actually wraps another StandardSe

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-03-01 Thread remm
remm2003/03/01 09:34:04 Modified:.build.properties.default build.xml Log: - In preparation for the 5.0.1 release, upgrade to new versions of the various dependencies. Revision ChangesPath 1.71 +17 -24jakarta-tomcat-5/build.properties.default

Re: Jk MX proxy for mod_jk

2003-03-01 Thread Costin Manolache
Bill Barker wrote: > Once I have time to go through and patch the regression failures for Jk2, > maybe I'll test the new features. Until then, I'm strictly a Jk1 person. What failures do you have ? I've used jk2 on my machine for the last 3-4 months without any problem ( it is true, I don't get

Re: socket errors in catalina.out and mod_jk.log

2003-03-01 Thread Costin Manolache
Sven Köhler wrote: ... > special URLs are by far the best mechanism? > the next simpson-episode should start with bart writing "special urls > are by far the worst mechanism ever" to the board. > > it's working around a missing feature - nothing more, nothing less. > it's the worse method i could

Re: socket errors in catalina.out and mod_jk.log

2003-03-01 Thread Costin Manolache
Sven Köhler wrote: >> 3. On top of regular request/response. Almost everything related with >> auth, pings, discovery, reconfiguration can be implemented by just using >> regular Ajp13 requests - with a special URL. That is by far my favorite >> mechanism. It also has the advantage that it can reu

Re: socket errors in catalina.out and mod_jk.log

2003-03-01 Thread Sven Köhler
3. On top of regular request/response. Almost everything related with auth, pings, discovery, reconfiguration can be implemented by just using regular Ajp13 requests - with a special URL. That is by far my favorite mechanism. It also has the advantage that it can reuse other parts of tomcat - mappe

DO NOT REPLY [Bug 17504] - JDBCRealm start() opens but does not close connection.

2003-03-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[GUMP] Build Failure - jakarta-tomcat-5

2003-03-01 Thread bobh
This email is autogenerated from the output from: Buildfile: build.xml prepare-release: [mkdir] Created dir: /home/rub