Re: Form Authentication vs. Tomcat Restart

2011-12-07 Thread Mohammad M. AbuZer
Tomcat does that for every all Form Authentication even if you used `DatabaseRealm` it doesn't save logged user. On Wed, Dec 7, 2011 at 2:24 PM, Jess Holle je...@ptc.com wrote: I should have noted that this is with Tomcat 7.0.23, but it seemed unlikely to be JVM (Java 6 Update 29) or OS

Re: Form Authentication vs. Tomcat Restart

2011-12-07 Thread Mohammad M. AbuZer
It should serialize User and Principles nothing more, no need for password. On Wed, Dec 7, 2011 at 4:12 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/12/7 Jess Holle je...@ptc.com: I should have noted that this is with Tomcat 7.0.23, but it seemed unlikely to be JVM (Java 6

How to serialize user principle

2010-09-13 Thread Mohammad M. AbuZer
Hi All,,, Is there anyway that force tomcat to serialize user Principle so that when tomcat webapp get reloaded or even tomcat restarted, logged in users won't be asked to login again... Best Regards

Re: How to serialize user principle

2010-09-13 Thread Mohammad M. AbuZer
I'm using tomcat 7.0.2 BETA, I used JDBCRealm, and I think it uses by default GenericPrinciple at org.apache.catalina.realm, which do not implement Serializable interface, On Mon, Sep 13, 2010 at 8:04 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Mohammad M. AbuZer

Re: How to serialize user principal

2010-09-13 Thread Mohammad M. AbuZer
PGP SIGNED MESSAGE- Hash: SHA1 Mohammad, (Note the change in spelling of principal. Principle is a notion or laws or morals.) On 9/13/2010 2:37 PM, Mohammad M. AbuZer wrote: I'm using tomcat 7.0.2 BETA, I used JDBCRealm, and I think it uses by default GenericPrinciple

tomcat 7 reloadable

2010-09-07 Thread Mohammad M. AbuZer
Hi All! is their any listener I can add to tomcat, so I can know when tomcat does reload certain web-app * Best Regards * * Mohammad M. AbuZer* Junior Java Developer Mobile: +962-78-5416416

Re: tomcat 7 reloadable

2010-09-07 Thread Mohammad M. AbuZer
sounds perfect,,, thanks,, On Tue, Sep 7, 2010 at 11:48 AM, Pid p...@pidster.com wrote: On 07/09/2010 09:21, Mohammad M. AbuZer wrote: Hi All! is their any listener I can add to tomcat, so I can know when tomcat does reload certain web-app How about a ServletContextListener? p

Tomcat Warning about existing attribute for Host

2010-09-07 Thread Mohammad M. AbuZer
xmlNamespaceAware=false xmlValidation=false it doesn't make sense, how to solve it? * Best Regards * * Mohammad M. AbuZer* Junior Java Developer Mobile: +962-78-5416416

Tomcat Warning about existing attribute for Host

2010-09-07 Thread Mohammad M. AbuZer
I'm using tomcat 7.0.2 BETA -- Forwarded message -- From: Mohammad M. AbuZer m.abuze...@gmail.com Date: Wed, Sep 8, 2010 at 3:51 AM Subject: Tomcat Warning about existing attribute for Host To: Tomcat Users List users@tomcat.apache.org Hi All,,, I get these in tomcat console