RE: Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
-Original Message- From: Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) Sent: Tuesday, June 11, 2013 11:23 AM To: Tomcat Users List Subject: RE: Customizing SSL in HttpClient -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Mon

RE: Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, June 10, 2013 7:51 PM To: Tomcat Users List Subject: Re: Customizing SSL in HttpClient -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 6/10/13 8:42 AM, Anil Goyal -X (anigoyal - A

RE: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-10 Thread ruxing bao
Hi Chris, > Date: Mon, 10 Jun 2013 10:18:10 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Illegal access: this web application instance has been stopped > already and NoClassDefFoundError > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Bob,

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Rainer Jung
On 11.06.2013 00:58, Martin Knoblauch wrote: > Any plans when 1.2.38 will be released? Not really, but it is overdue. So IMO we should release it during the next few weeks. Regards, Rainer > On Mon, Jun 10, 2013 at 10:20 PM, Rainer Jung wrote: > >> On 10.06.2013 17:29, Konstantin Kolinko wrote

tomcat + mysql xa setup

2013-06-10 Thread 이재만
hi, all how do i setup xa(2pc) on the tomcat with mysql ??? please anybody tell me setup process..

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Martin Knoblauch
Any plans when 1.2.38 will be released? Thanks Martin On Mon, Jun 10, 2013 at 10:20 PM, Rainer Jung wrote: > On 10.06.2013 17:29, Konstantin Kolinko wrote: > > 2013/6/10 David Gubler : > >> Hi list, > >> > >> We have recently upgraded our Apache servers from Debian Squeeze to > Wheezy > >> (fro

RE: Tomcat7 and SPNEGO configuration questions

2013-06-10 Thread james.henderson
I am in a similar situation to Edward. My authentication says something like: principal's key obtained from the keytab Acquire TGT using AS Exchange default etypes for default_tkt_enctypes: 23 18 17. >>> KrbAsReq calling createMessage >>> KrbAsReq in createMessage >>> KrbKdcReq send: kdc=dev UDP:

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Rainer Jung
On 10.06.2013 17:29, Konstantin Kolinko wrote: > 2013/6/10 David Gubler : >> Hi list, >> >> We have recently upgraded our Apache servers from Debian Squeeze to Wheezy >> (from Apache 2.2.16 with mod_jk 1.2.30 to Apache 2.2.22 with mod_jk 1.2.37). >> The Tomcat version hasn't changed (7.0.37). >> >>

RE: Tomcat7 and SPNEGO configuration questions

2013-06-10 Thread Edward Siewick
I've tried an AES128 keytab and matching krb5.conf; this didn't get any further. Edward From: Edward Siewick [esiew...@ementum.com] Sent: Monday, June 10, 2013 3:31 PM To: Tomcat Users List Subject: RE: Tomcat7 and SPNEGO configuration questions Felix,

Re: Customizing SSL in HttpClient

2013-06-10 Thread Konstantin Kolinko
2013/6/10 Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) : > Hi > > I am trying to create a http client and send a request to certain port of a > server using below code: > > HttpClient client = new HttpClient(); > client.getHostConfiguration().setHost(address, portNumber, protocol); > >

RE: Tomcat7 and SPNEGO configuration questions

2013-06-10 Thread Edward Siewick
Felix, Thanks for the example. And yes, I agree -- my setup isn't getting far enough to attempt an authentication of an end user. I *think* I've got the keytab and MSA aspect working. So two possibilities seem worth digging at. First, there's likely a gap in my understanding of the http://tomc

RE: Tomcat: one user per application

2013-06-10 Thread Caldarale, Charles R
> From: Outlou, Youness [mailto:youness.out...@cgi.com] > Subject: RE: Tomcat: one user per application > Can you give me the estimated date of end of support for TomCat 6 and 7. Can you please not hijack threads and learn how to spell Tomcat? Don't simply reply to any random message with a co

RE: Tomcat: one user per application

2013-06-10 Thread Outlou, Youness
Hello, Can you give me the estimated date of end of support for TomCat 6 and 7. Thank you, Regards. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 10 juin 2013 12:57 To: Tomcat Users List Subject: Re: Tomcat: one user per application On 10/06/2013 16:56, André W

Re: Tomcat: one user per application

2013-06-10 Thread Mark Thomas
On 10/06/2013 16:56, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mihamina, On 6/10/13 7:12 AM, Mihamina Rakotomandimby wrote: I have one Tomcat instance, which has several applications (containers) Note: these are not "containers" (at leas

RE:Customizing SSL in HttpClient

2013-06-10 Thread Eugène Adell
Right, on server side this would be a bad idea to run an external process. I thought he was talking about client-side. Usually a good way to have webapps calling webapps, is to put webservices everywhere. De : Christopher Schultz [ch...@christopherschu

Re: Tomcat: one user per application

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/10/13 11:56 AM, André Warnier wrote: > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mihamina, >> >> On 6/10/13 7:12 AM, Mihamina Rakotomandimby wrote: >>> I have one Tomcat instance, which has sev

Re: Customizing SSL in HttpClient

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eugéne, On 6/10/13 12:24 PM, Eugène Adell wrote: > is there any reason to implement an http client instead of using > wget/cURL ? If you need a CLI/GUI client you still can use > jtouch.sourceforge.net which allows some fine tuning (SSL > provider

RE:Customizing SSL in HttpClient

2013-06-10 Thread Eugène Adell
Hello is there any reason to implement an http client instead of using wget/cURL ? If you need a CLI/GUI client you still can use jtouch.sourceforge.net which allows some fine tuning (SSL provider, ciphersuite,..), 'am not making some advertisement here.. E.A. ___

Re: Tomcat: one user per application

2013-06-10 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mihamina, On 6/10/13 7:12 AM, Mihamina Rakotomandimby wrote: I have one Tomcat instance, which has several applications (containers) Note: these are not "containers" (at least not in any spec-recognized way). Tomcat i

Re: mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread Konstantin Kolinko
2013/6/10 David Gubler : > Hi list, > > We have recently upgraded our Apache servers from Debian Squeeze to Wheezy > (from Apache 2.2.16 with mod_jk 1.2.30 to Apache 2.2.22 with mod_jk 1.2.37). > The Tomcat version hasn't changed (7.0.37). > > We often do rolling releases by disabling (DIS) some wo

Re: Customizing SSL in HttpClient

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anil, On 6/10/13 8:42 AM, Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) wrote: > I am trying to create a http client and send a request to certain > port of a server using below code: > > HttpClient client = new HttpClient(); > client.

Re: Illegal access: this web application instance has been stopped already and NoClassDefFoundError

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 6/8/13 11:14 PM, ruxing bao wrote: > I'am using Zookeeper client API in java web application.When I shut > down tomcat,I am getting this error : > > > > 2013-06-07 12:01:29,676 ERROR [org.apache.zookeeper.ClientCnxn] > (xxx-startStop-1-Se

Re: Tomcat: one user per application

2013-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mihamina, On 6/10/13 7:12 AM, Mihamina Rakotomandimby wrote: > I have one Tomcat instance, which has several applications > (containers) Note: these are not "containers" (at least not in any spec-recognized way). Tomcat is the container, the webapp

Customizing SSL in HttpClient

2013-06-10 Thread Anil Goyal -X (anigoyal - Aricent Technologies at Cisco)
Hi I am trying to create a http client and send a request to certain port of a server using below code: HttpClient client = new HttpClient(); client.getHostConfiguration().setHost(address, portNumber, protocol); Here portNumber that I am setting is 8444(https port of tomcat) When I execute cli

mod_jk worker activation not working anymore in 1.2.37?

2013-06-10 Thread David Gubler
Hi list, We have recently upgraded our Apache servers from Debian Squeeze to Wheezy (from Apache 2.2.16 with mod_jk 1.2.30 to Apache 2.2.22 with mod_jk 1.2.37). The Tomcat version hasn't changed (7.0.37). We often do rolling releases by disabling (DIS) some worker in jkmanager, waiting for a

Re: Tomcat: one user per application

2013-06-10 Thread André Warnier
Mihamina Rakotomandimby wrote: Hi all, I have one Tomcat instance, wich has several applications (containers) On my installation, when Tomcat is running, only "java" process owned by "tomcat" is listed. When the "java" process gets 100% CPU, I would like to be able to differenciate which app

Re: Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Brian Burch
On 10/06/13 12:09, Konstantin Kolinko wrote: 2013/6/10 Mark Thomas : On 10/06/2013 11:19, Brian Burch wrote: build.properties.default has: junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip I did a clean checkout and the download hangs indefinitely when I try to run th

Tomcat: one user per application

2013-06-10 Thread Mihamina Rakotomandimby
Hi all, I have one Tomcat instance, wich has several applications (containers) On my installation, when Tomcat is running, only "java" process owned by "tomcat" is listed. When the "java" process gets 100% CPU, I would like to be able to differenciate which application is it about. One solu

Re: Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Konstantin Kolinko
2013/6/10 Mark Thomas : > On 10/06/2013 11:19, Brian Burch wrote: >> >> build.properties.default has: >> >> junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip >> >> I did a clean checkout and the download hangs indefinitely when I try to >> run the test target. wget of the ur

Re: Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Mark Thomas
On 10/06/2013 11:19, Brian Burch wrote: build.properties.default has: junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip I did a clean checkout and the download hangs indefinitely when I try to run the test target. wget of the url hangs too. There are several similar ent

Unable to download junit dependency to test 7.0.41

2013-06-10 Thread Brian Burch
build.properties.default has: junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip I did a clean checkout and the download hangs indefinitely when I try to run the test target. wget of the url hangs too. There are several similar entries on mail-archives.apache.org. Some