java processes created by tomcat

2003-06-17 Thread siddharth
of RAM ) please help thanks. -- siddharth [EMAIL PROTECTED] -- http://www.fastmail.fm - Faster than the air-speed velocity of an unladen european swallow - To unsubscribe, e-mail: [EMAIL

is session id unique across webapps ?

2003-06-04 Thread siddharth
Hi all, I am tring to find out about *uniqueness* of *session ids* which are generated by tomcat. are session ids are unique across webapps ??? --- thanx. - To unsubscribe,

webapp deployment using single sign on

2003-06-03 Thread siddharth
/security-constraint login-config auth-methodFORM/auth-method form-login-config form-login-page /login.jsp /form-login-page form-error-page /error.jsp /form-error-page /form-login-config /login-config /web-app -- siddharth

webapp deployment using single sign on

2003-06-03 Thread siddharth
/security-constraint login-config auth-methodFORM/auth-method form-login-config form-login-page /login.jsp /form-login-page form-error-page /error.jsp /form-error-page /form-login-config /login-config /web-app -- siddharth

using filters

2003-06-03 Thread siddharth
Hi all, If i have implemented a filter who checks specific value in the session object ( some string manipulation is involved). Thus each request goes through filter. Will this hamper the performance ?? is it advisable to use filters for such cases ? thanx in advance. -- siddharth [EMAIL

Re: Caching / Cloning

2002-09-17 Thread Siddharth
of same application to get a copy of cache. I hope, This suggestion may help you. Siddharth - Original Message - From: neal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 9:52 AM Subject: Caching / Cloning Is there a way to make a copy

Re: Listener with Tomcat4.0.4

2002-09-12 Thread Siddharth
replace web-app_2_2.dtd With web-app_2_3.dtd in your web.xml Siddharth - Original Message - From: Heligon Sandra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 10:10 PM Subject: Listener with Tomcat4.0.4 Hi, I placed Listeners in my web.xml file