Re: Request attributes

2018-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/16/18 3:14 PM, Mark A. Claassen wrote: > I recently discovered some request attributes that I was curious > about. Are these accurate across all connectors? Or are these the > defaults for using something like the NIO connector?

Re: Tomcat's data-source issue with Fork Join Tasks

2018-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Priyam, On 3/17/18 12:10 AM, Priyam Srivastava wrote: > Many Thanks for your response. I was able to resolve this issue by > writing the below code just before JNDI Look Up: > > Thread l_thread = Thread.currentThread(); >

Re: I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
actually all of them has X permissions -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance0.sh -rwxr--r-- 1 root root 70 Mar 17 11:48 shutdown-instance1.sh -rwxr--r-- 1 root root 70 Mar 17 11:59 shutdown-instance2.sh -rwxr--r-- 1 root root 69 Mar 17 11:58

Re: I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
Thanks Olaf so how to tell the tomcat the instance 0 to take its config from tomcat0 directory . On Sat, Mar 17, 2018 at 3:39 PM, Olaf Kock wrote: > > > On 17.03.2018 14:16, Loai Abdallatif wrote: > >> Dear Colleagues >> I'm new to tomcat, I have successfully installed

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-17 Thread Konstantin Kolinko
/Hi! 2018-03-17 10:11 GMT+03:00 Karen Goh : > > I have added this in my JVM under the tomcat argument for remote debug > configuration : > > -Dcatalina.opts="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n" The above line is wrong. There is no system

Re: Tomcat shutdown, webapp vs database pools

2018-03-17 Thread Alex O'Ree
Thanks for the info. I'll investigate further into the listeners. On Sat, Mar 17, 2018 at 4:27 AM, Mark Thomas wrote: > On 16/03/18 22:42, Alex O'Ree wrote: > > I have a war file that defines a context.xml file, some cxf based web > > services and a few other background tasks

Re: I cant start Tomcat instances

2018-03-17 Thread Stefan Frei
check the permissons on the .sh files (chmod +x) 2018-03-17 14:16 GMT+01:00 Loai Abdallatif : > Dear Colleagues > I'm new to tomcat, I have successfully installed the service but when I > tried to run three instances I coudnt due to error below > > : the this I did is

Re: I cant start Tomcat instances

2018-03-17 Thread Olaf Kock
On 17.03.2018 14:16, Loai Abdallatif wrote: Dear Colleagues I'm new to tomcat, I have successfully installed the service but when I tried to run three instances I coudnt due to error below : the this I did is copied the cataline Home to three instances tomcat0, tomcat1, and tomcat2

I cant start Tomcat instances

2018-03-17 Thread Loai Abdallatif
Dear Colleagues I'm new to tomcat, I have successfully installed the service but when I tried to run three instances I coudnt due to error below : the this I did is copied the cataline Home to three instances tomcat0, tomcat1, and tomcat2 directories and in each directory I have configured the

Re: Tomcat shutdown, webapp vs database pools

2018-03-17 Thread Mark Thomas
On 16/03/18 22:42, Alex O'Ree wrote: > I have a war file that defines a context.xml file, some cxf based web > services and a few other background tasks using quartz that are initialized > in a servlet context listener. > > When tomcat shuts down, it appears that tomcat stops the database >

Re: Tomcat's data-source issue with Fork Join Tasks

2018-03-17 Thread Mark Thomas
On 17/03/18 04:10, Priyam Srivastava wrote: > Hi Mark, > > Many Thanks for your response. I was able to resolve this issue by writing > the below code just before JNDI Look Up: > > Thread l_thread = Thread.currentThread(); > l_thread.setContextClassLoader(this.getClass().getClassLoader()); >

Re: JKS certificate for Tomcat client authentication

2018-03-17 Thread Igor Cicimov
Hi Chris, On Tue, Feb 27, 2018 at 1:56 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igor, > > On 2/23/18 5:47 PM, Igor Cicimov wrote: > > On Sat, Feb 24, 2018 at 7:52 AM, Christopher Schultz < > >

Re: Tomcat stopped and Debug can't be done in Eclipse

2018-03-17 Thread Karen Goh
On Wed, 2/21/18, Konstantin Kolinko wrote: Subject: Re: Tomcat stopped and Debug can't be done in Eclipse To: "Karen Goh" Cc: "Tomcat Users List" Date: Wednesday, February