RE: Problem with Tomcat5 session replication.

2004-02-12 Thread Rick Szeto
am getting exceptions(who ever said exceptions are a bad thing? =)). Thanks again for the help from people in this mailing list, Rick Szeto -Original Message- From: Apu Shah [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 7:43 PM To: Tomcat Users List Subject: Re: Problem with

RE: Problem with Tomcat5 session replication.

2004-02-11 Thread Rick Szeto
Sorry, my bad... Thanks again, Rick Szeto -Original Message- From: Rick Szeto [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 5:55 PM To: tomcat Subject: Problem with Tomcat5 session replication. Hi all, I am having quite a bit of trouble getting the

Problem with Tomcat5 session replication.

2004-02-11 Thread Rick Szeto
to get the sessions replicated. =) ps. Out of curiousity, I have been unable to find any documentation on the JDBCManager, reference here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Thanks in advance, Rick Szeto

Re: Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
t the parameters into server.xml in the context... maybe you can, but not that I know about. Daniel Gibby Rick Szeto wrote: Hi, I am exploring TC 5.0.18 and found that the are not being set to the ServletContext. Here is my context.xml: In my InitServlet.init() method, I call: ServletC

Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
untry"); paramValue is NULL. Is this a know bug/issue? Or am I not doing somthing right? Rick Szeto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-22 Thread Rick Szeto
Millennium ChemInformatics -Original Message----- From: Rick Szeto [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:38 PM To: Tomcat Users List Subject: Deployment with multiple contexts using the same docBase in Tomcat5 Hi, I am trying to deploy multiple webapps using the same do

Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-21 Thread Rick Szeto
Hi, I am trying to deploy multiple webapps using the same docBase. How would I go about this? Say that I have a baseapp.war that has all the content files and java class and libraries as well as the web.xml that are common to all the different contexts. Then I would have appctx1.war, appctx2.w

Quick context question.

2004-01-21 Thread Rick Szeto
Hi, Does Tomcat 5 allow starting, stopping and/or restarting of a context without affecting the other contexts of the same webapp? Also, can a context be stopped or restarted gracefully(ie keep running until all of the sessions are dead)? Thanks, Rick Szeto

Re: Clustering question...

2004-01-21 Thread Rick Szeto
got stored on B by the same mechanism, not by session replication. Is there a huge need to replicate context data? Filip - Original Message ----- From: "Rick Szeto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 1:53 PM Subject: Clusterin

Re: Clustering question...

2004-01-20 Thread Rick Szeto
that) You will have to find another centralized spot to store those data for each node to access. Jean-Philippe Bélanger CGI Rick Szeto wrote: Hi All, I have question about synchronizing data within the application context. If the data of a webapp's application context changes within

Clustering question...

2004-01-19 Thread Rick Szeto
a(via some session manager implementation)? Or does the change(s) get distributed? Thanks for any help you can give, Rick Szeto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: StaticInterceptor replacement in 4.0.x

2002-03-05 Thread Rick Szeto
Thank you for your help Craig, it is greatly appreciated. Rick >>> [EMAIL PROTECTED] 03/05/02 01:34PM >>> On Tue, 5 Mar 2002, Rick Szeto wrote: > Date: Tue, 05 Mar 2002 13:10:21 -0500 > From: Rick Szeto <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List

StaticInterceptor replacement in 4.0.x

2002-03-05 Thread Rick Szeto
Hi all, I need to find a way to disable directory listing in tomcat 4.0.x. This previously was accomplished StaticInterceptor, but I have not found an equivalent Valve in 4.0.x. Any help would be greatly appreciated. P.S. And no, putting index.html in every directory is not a feasible nor a