tomcat deploys only half of the application and starts the server

2015-07-16 Thread chedana jayasinghe
tomcat deploys only half of the application and starts. what could be the reason ? I tried deleting the server and setting up a new tomcat server but the problem is still the same

Re: the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-23 Thread chedana jayasinghe
I just put a debug point an checked. In tomcat 6,the request comes to the servlet with a null session,but in tomcat 7 and later versions the valid session is there in the request On Tue, Jun 23, 2015 at 2:46 PM, André Warnier wrote: > chedana jayasinghe wrote: > >> In my web app

the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-22 Thread chedana jayasinghe
In my web application, in a jsp there is a javascript which sends request to a servlet every twenty seconds, so it kills my applications user idle time tracking by resetting the lastAccessed time in session. the funny thing is lastAccessed time doesn't get updated in tomcat 6 and my applications

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-19 Thread chedana jayasinghe
ervletException {} } On Thu, Jun 18, 2015 at 9:24 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chedana, > > On 6/18/15 2:09 AM, chedana jayasinghe wrote: > > request goes to a doPost method

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-17 Thread chedana jayasinghe
Christopher, *Is there a big change of how tomcat manage sessions, in versions before tomcat 6. still I'm little confused about the behavior of my application * On Thu, Jun 18, 2015 at 11:39 AM, chedana jayasinghe < chedanajayasin...@gmail.com> wrote: > request goes to a doPo

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-17 Thread chedana jayasinghe
rvlet container and all the filters are within the servlet container . On Tue, Jun 16, 2015 at 12:39 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chedana, > > On 6/15/15 9:07 AM, chedana jaya

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-15 Thread chedana jayasinghe
only in tomcat 7 and higher versions. On Thu, Jun 11, 2015 at 6:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chedana, > > On 6/11/15 12:42 AM, chedana jayasinghe wrote: > > HI, In my web

I'm using jdk1.6 + tomcat 7.0.23

2015-06-10 Thread chedana jayasinghe
HI, In my web application, in a jsp there is a javascript which sends request to a servlet every twenty seconds, so it kills my applications user idle time tracking by resetting the lastAccessed time. the funny thing is lastAccessed time doesn't get updated in tomcat 6 and my applications idle t