Strange cross-context bean/session behaviour

2004-03-11 Thread Justin Johnson
I have an internal website, split into several web applications. A problem has been co-ordinating a UserDataBean across the sessions for each app, so that the user's preferences change across all apps simultaneously. Here's the tag that puts a UserDataBean into the session; it's at the top of

Please Comment: plan for co-ordinating sessions across mutliple c ontexts

2004-03-10 Thread Justin Johnson
I have an internal website with several web applications, and thus several contexts. The user's identity is automatically provided via jCIFs (NTLM authentication). At the start of a session, a UserDataBean is created that loads user preferences from a database, including the language preference

RE: Please Comment: plan for co-ordinating sessions across mutlip le contexts

2004-03-10 Thread Justin Johnson
#Single% 20Sign%20On Yoav Shapira Millennium ChemInformatics -Original Message- From: Justin Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 10:58 AM To: 'Tomcat Users List' Subject: Please Comment: plan for co-ordinating sessions across mutliple contexts I have

RE: Please Comment: plan for co-ordinating sessions across mutlip le contexts [follow-up: success]

2004-03-10 Thread Justin Johnson
the user's experience across multiple contexts, and if I'm not mistaken, it's fairly lightweight. Justin -Original Message- From: Justin Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:58 AM To: 'Tomcat Users List' Subject: Please Comment: plan for co-ordinating sessions

RE: Please Comment: plan for co-ordinating sessions across mutlip le contexts [follow-up: success]

2004-03-10 Thread Justin Johnson
for that? Thanks! -Yan -Original Message- From: Justin Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 1:05 PM To: 'Tomcat Users List' Subject: RE: Please Comment: plan for co-ordinating sessions across mutliple contexts [follow-up: success] I implemented UserDataBeanEvent system I

RE: Deploying to ROOT problem

2004-02-26 Thread Justin Johnson
I just did the same thing, though with more success. In build.xml, I set app.path to /, and app.name to ROOT, then adjusted the deploy task to your first try. On deployment, ROOT.war is copied to [tomcat]/webapps and expanded into ROOT (I changed the target depends to dist from compile).

A tangled knot: db, resources, Context, ant deploy, and Tomcat 5. 0.16-19

2004-02-25 Thread Justin Johnson
It starts with this error message: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver. I have Tomcat 5.0.19 installed on Windows XP Professional--a default install from the binary, changing only one thing, the port from 8080 to 80. I copy my extra jars

RE: A tangled knot: db, resources, Context, ant deploy, and Tomca t 5. 0.16-19 (further info)

2004-02-25 Thread Justin Johnson
through the admin app that I can find--the actions available under Server (Catalina) don't include it. -Original Message- From: Justin Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 3:18 PM To: 'Tomcat Users List' Subject: A tangled knot: db, resources, Context, ant