Re: Configure tomcat in my development environment, and save session across restart

2010-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 2/17/2010 5:07 PM, Ashish Kulkarni wrote: > There is no SESSIONS.ser created under, but there is tldCache.ser These files are unrelated to each other. > C:\App\apache-tomcat-5.5.25\work\Catalina\localhost\[webapp] > > I have created a my

Re: Configure tomcat in my development environment, and save session across restart

2010-02-17 Thread Ashish Kulkarni
Hi There is no SESSIONS.ser created under, but there is tldCache.ser C:\App\apache-tomcat-5.5.25\work\Catalina\localhost\[webapp] I have created a myapp.xml file under C:\App\apache-tomcat-5.5.25\conf\Catalina\localhost folder, and this xml file looks like below On Wed, Feb 17, 2010 at 4:0

Re: Configure tomcat in my development environment, and save session across restart

2010-02-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 2/17/2010 3:32 PM, Ashish Kulkarni wrote: > Is it possible to find from log files or some where, what is preventing from > tomcat not able to persist sessions I would check logs/catalina.out, logs/localhost_*.log, and anything else in the

Re: Configure tomcat in my development environment, and save session across restart

2010-02-17 Thread Ashish Kulkarni
Hi Is it possible to find from log files or some where, what is preventing from tomcat not able to persist sessions, all the classes saved in tomcat are serialized, they implement implements Serializable. where does tomcat save this serialized data file on PC, i want to see if this is created I hav

Re: Configure tomcat in my development environment, and save session across restart

2010-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ashish, On 2/16/2010 4:35 PM, Ashish Kulkarni wrote: > I use tomcat 5.5.28 for my development in eclipse, when ever i change any > class it restarts my tomcat and i loose my session, so i have to go through > login process to get the session. > Is it

Re: Configure tomcat in my development environment, and save session across restart

2010-02-16 Thread Mark Thomas
On 16/02/2010 21:35, Ashish Kulkarni wrote: > Hi > I use tomcat 5.5.28 for my development in eclipse, when ever i change any > class it restarts my tomcat and i loose my session, so i have to go through > login process to get the session. > Is it possible to save this session across restarts, it wo

Configure tomcat in my development environment, and save session across restart

2010-02-16 Thread Ashish Kulkarni
Hi I use tomcat 5.5.28 for my development in eclipse, when ever i change any class it restarts my tomcat and i loose my session, so i have to go through login process to get the session. Is it possible to save this session across restarts, it would be great and save me a lot of time in development