Why does the Rfc6265CookieProcessor handle the version 1 cookie?

2016-07-12 Thread Kyohei Nakamura
Hi all, The documentation of the Cookie Processor says that the Rfc6265CookieProcessor is based on the RFC6265. The RFC6265 specification does not allow the Version attribute in the Cookie header. However the Rfc6265CookieProcessor handles the version 1 cookie ($Version=1). I think the

Re: Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
File is there and permission is also fine and having proper openssl.cnf. Any other view? Thanks, Devendra On Tue, Jul 12, 2016 at 9:10 PM, André Warnier (tomcat) wrote: > On 12.07.2016 16:33, Harrie Robins wrote: > >> java.lang.Exception: Unable to load certificate key >>

Re: Need help setting up SSL on Tomcat 8

2016-07-12 Thread Daniel Savard
2016-07-12 14:34 GMT-04:00 Sean Son : > Are there any logs on the tomcat server that I should check in order to fix > this SSL issue? or is this strictly a certificate related issue? > At my opinion, it is a DNS issue. Your certificate specify the

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Mark Thomas
On 12/07/2016 11:11, Vincent Massol wrote: > Hi Mark, > > I’ve seen your mail on the devs list. IMO you have only 2 choices: You are welcome to comment on the dev list thread. > * Option 1: decode the path passed to RD > * Option 2: revert the changes brought by >

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Mark Eggers
Late to the party as always: See reply inline. On 7/11/2016 10:38 AM, Wayne Li wrote: > Thank you for quick reply. > Thank you for suggest LiveHTTPHeaders for firefox. I just tried. Good. It > says that the file was loaded. So I think the problems are in the lines of: > >

Re: Need help setting up SSL on Tomcat 8

2016-07-12 Thread Sean Son
On Tue, Jul 12, 2016 at 8:49 AM, Sean Son wrote: > > > On Mon, Jul 11, 2016 at 6:25 PM, Ognjen Blagojevic < > ognjen.d.blagoje...@gmail.com> wrote: > >> On 11.7.2016 16:29, Sean Son wrote: >> >>> Here is the certificate path: >>> >>> - Go Daddy Root Certificate

mod_jk errors

2016-07-12 Thread Wayne Li
Hi, I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forward eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working. But I have errors in

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Wayne Li
Thanks for all! On Tue, Jul 12, 2016 at 7:17 AM, Rainer Jung wrote: > Am 12.07.2016 um 12:06 schrieb André Warnier (tomcat): > >> On 12.07.2016 01:39, Wayne Li wrote: >> >>> Probably the quickest : download these files, install them on your >>> server, and change

Using JMX to get ONLY running applications

2016-07-12 Thread Amit Pande
Hello all, I see there are JMX APIs to get the web applications currently deployed in Tomcat. However, I see that even if the applications are failed to deploy, they still get listed. Is there any way to get ONLY deployed and RUNNING applications ? Below is sample snippet which gives all the

Re: Facing issue while configuring SSL

2016-07-12 Thread tomcat
On 12.07.2016 16:33, Harrie Robins wrote: java.lang.Exception: Unable to load certificate key conf/localhost-key.pem (error:02001003:system library:fopen:No such process If I'm correct you are either missing correct rights to this file or it is not in the given location. A second possibility

RE: Facing issue while configuring SSL

2016-07-12 Thread Harrie Robins
java.lang.Exception: Unable to load certificate key conf/localhost-key.pem (error:02001003:system library:fopen:No such process If I'm correct you are either missing correct rights to this file or it is not in the given location. A second possibility is missing password for key file.

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Rainer Jung
Am 12.07.2016 um 12:06 schrieb André Warnier (tomcat): On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above

Re: Need help setting up SSL on Tomcat 8

2016-07-12 Thread Sean Son
On Mon, Jul 11, 2016 at 6:25 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > On 11.7.2016 16:29, Sean Son wrote: > >> Here is the certificate path: >> >> - Go Daddy Root Certificate Authority - G2 >>- Go Daddy Secure Certificate Authority - G2 >> - *.example.com

Re: [somewhat OT] mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Vincent Massol
Hi Mark, I’ve seen your mail on the devs list. IMO you have only 2 choices: * Option 1: decode the path passed to RD * Option 2: revert the changes brought by http://svn.apache.org/viewvc?view=revision=1741019 and http://svn.apache.org/viewvc?view=revision=1741024 (or at least part of it) so

Re: Tomcat 8.0 : Custom server.xml path

2016-07-12 Thread Amit Pande
Any thoughts on this ? On 11/07/16 1:15 pm, "Amit Pande" wrote: >Hello all, > > >We have a custom cluster deployment scenario which requires to put config >files on a shared disk. > >With reference to above requirement, we need to put server.xml (and >possibly other

Facing issue while configuring SSL

2016-07-12 Thread Devendra Sengar
Hi, This is regarding the configuration of Tomcat SSL using the APR library on Java 6. While starting the server I am getting the below error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-443"] java.lang.Exception: Unable to load certificate key

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 09:30, Christoph Nenning wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to :

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread tomcat
On 12.07.2016 01:39, Wayne Li wrote: Probably the quickest : download these files, install them on your server, and change the above links. Like : create a sub-directory "/js" of your webapp, and install them there. Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" Yes. It

Re: mod-jk + ssl: requests are not forward to tomcat correctly

2016-07-12 Thread Christoph Nenning
> > Probably the quickest : download these files, install them on your > server, and change the above links. > Like : create a sub-directory "/js" of your webapp, and install them there. > Then change the above links to : href="js/jquery.mobile-1.4.5.min.css" > > Yes. It works. Thanks. > > It

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-12 Thread Vincent Massol
Hi Mark, > On 11 Jul 2016, at 22:32, Mark Thomas wrote: > > On 10/07/2016 22:24, Vincent Massol wrote: >> Ok I’ve found the issue that is causing the problem: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=59317 >> >> Specifically it says: >> >> “ >> Async and non-async