consultation on Manager Tomcat 7.0.29

2014-03-24 Thread Jose Irrazabal
ent thread busy: 189. The Tomcat in a moment is stopped, and visualizing The Threads are processes with state S and I would like to know what it means and how it could improve performance. Any information will be of great help. I will appreciate any help. Thanking You! Jose Irrazabal

Re: consultation on Manager Tomcat 7.0.29

2014-03-25 Thread Jose Irrazabal
. Thanking You! Jose Irrazabal 2014-03-24 15:01 GMT-03:00 Daniel Mikusa : > On Mar 24, 2014, at 1:29 PM, Jose Irrazabal wrote: > > > Hi All, > > > > I use Apache Tomcat/7.0.29 to deploy my applications and I would like to > > know about the information that is display

Re: PersistentManager + JdbcStore

2013-11-09 Thread Jose Irrazabal
Thanks for this post, but the problem that I have is uncertain. My application is Java Web and creates a session for the user in Tomcat (version apache-tomcat-7.0.29) and an unusual one user captures the user session without finding an explanation. Could you help me or tell me who to contact to fi

Tomcat session with uncertain problem

2013-11-11 Thread Jose Irrazabal
Hi All, I use Apache Tomcat/7.0.29 to deploy my applications, and I'm with a problem of duplicated user session or something, as uncertain occurs when a user adquire a session takes of another user and I reported 3 cases of this type of security error. I need your help to know how the JSESSIONID

Re: Tomcat session with uncertain problem

2013-11-11 Thread Jose Irrazabal
lem occurred, a user session captured the other user sesion, may then this used procedure is bad? thanks 2013/11/11 Mark Thomas > On 11/11/2013 11:54, Jose Irrazabal wrote: > > Hi All, > > > > I use Apache Tomcat/7.0.29 to deploy my applications, and I'm with a &

Re: Tomcat session with uncertain problem

2013-11-11 Thread Jose Irrazabal
bad and how I can correct it. It is possible that this code:* session = request.getSession (false )*, this bad and how I can correct it. They could give me an example of how to work with sessions (create and capture) in a Java application with JSP, please 2013/11/11 Christopher Schultz > -BEGIN PGP SI

Re: Tomcat session with uncertain problem

2013-11-16 Thread Jose Irrazabal
topher Schultz wrote: > > Terrence, > > > > On 11/11/13, 4:31 PM, Terence M. Bandoian wrote: > > > On 11/11/2013 2:29 PM, Jose Irrazabal wrote: > > >> Thanks for the reply > > >> > > >> I generate the session in a servlet in do