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

2016-07-11 Thread Wayne Li
> 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 is okay for now. bu

Re: Need help setting up SSL on Tomcat 8

2016-07-11 Thread Ognjen Blagojevic
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 That looks Ok. Did you, perhaps, tried to access server on subdomain of example.com? Wildca

Re: Encoding issues with Tomcat 7.0.69+ and 8.0.33+

2016-07-11 Thread Mark Thomas
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 behaviours are currently the same. > • Both expect the path used to obtain the dispa

Re: Configuring Tomcat to support TLSv1.2

2016-07-11 Thread Joleen Barker
Hello All, I wanted to get back to you on this issue since working with the vendor. Updating the SSL_VERSION parm was the correct thing to do in this case for this product but it did not have an affect on the outgoing communications when the application was acting at the client. There was no built

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

2016-07-11 Thread tomcat
On 11.07.2016 19:38, 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: http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/> http://co

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

2016-07-11 Thread Wayne Li
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: http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/> http://code.jquery.com/jquery-1.11.3.min.js";>

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

2016-07-11 Thread tomcat
On 11.07.2016 15:57, Wayne Li wrote: Hi All, Hi. Thanks you for communicating the versions and the configuration below. That helps a lot in helping you. Can you also provide the version of the mod_jk module ? It should be in the first line of the Apache httpd error log (when it starts up).

Re: Need help setting up SSL on Tomcat 8

2016-07-11 Thread Sean Son
Here is the certificate path: - Go Daddy Root Certificate Authority - G2 - Go Daddy Secure Certificate Authority - G2 - *.example.com Thanks On Fri, Jul 8, 2016 at 6:23 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > On 7.7.2016 23:17, Daniel Savard wrote: > >> Certifi

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

2016-07-11 Thread Wayne Li
Hi All, 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 forwad eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working: I type "localhost" on my brower bar, it

Tomcat 8.0 : Custom server.xml path

2016-07-11 Thread Amit Pande
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 files from TOMCAT_DIR\conf) on the shared disk. Is there any way to do this ? Possible to do in catalin