SSL configuration using PFX as keystore

2015-06-18 Thread Michael Salisbury
Hi there, I'm trying to get the above working using Tomcat 8.0, previously working with 7.0. This is part of a WebDAV connector in Confluence. It seems I can connect from anything other than a Windows Mini Redirector client (Windows 7 or 8.1, x86 or x64). Using a web browser or 3rd party client

回覆︰ Tomcat 8 webapp failed to start on Windows reboot

2015-06-18 Thread James Cheung
Hi Chris, > > > >Christopher Schultz 於 2015年06月19日 (週五) 3:16 AM >寫道﹕ >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >James, > >On 6/18/15 4:56 AM, James Cheung wrote: >> Environment >> >> --- Tomcat 8.0.21 x64 bit, JDK 8u31, Windows 2008 R2 x64 >> bit >> >> >> Probl

Re: Tomcat 8 webapp failed to start on Windows reboot

2015-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/18/15 4:56 AM, James Cheung wrote: > Environment > > --- Tomcat 8.0.21 x64 bit, JDK 8u31, Windows 2008 R2 x64 > bit > > > Problem --- After upgrading from tomcat 7.0.42 to 8.0.21, my > webapp(gih-ws) failed to startup ever

Re: logging input and output HTTP message payload

2015-06-18 Thread Frederik Nosi
Some more info, On 06/18/2015 06:00 PM, Frederik Nosi wrote: Hi Christopher, On 06/18/2015 05:55 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 6/17/15 8:10 AM, Frederik Nosi wrote: It helps only with HTTP though, no HTTPS or at least not easily.

Re: logging input and output HTTP message payload

2015-06-18 Thread Frederik Nosi
Hi Christopher, On 06/18/2015 05:55 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 6/17/15 8:10 AM, Frederik Nosi wrote: It helps only with HTTP though, no HTTPS or at least not easily. All you need is the server's TLS key and Wireshark will look

Re: logging input and output HTTP message payload

2015-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Milinda, On 6/17/15 5:10 AM, Milinda Perera wrote: > I need to log HTTP payload content for debugging purposes. > Following are my findings: > > 1. Using HTTP message content Access Log Valve [1] and Extended > Access Log Valve [2] But it does not

Re: logging input and output HTTP message payload

2015-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 6/17/15 8:10 AM, Frederik Nosi wrote: > It helps only with HTTP though, no HTTPS or at least not easily. All you need is the server's TLS key and Wireshark will look directly at the HTTP conversation. This is a skill worth developing,

Re: I'm using jdk1.6 + tomcat 7.0.23

2015-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chedana, On 6/18/15 2:09 AM, chedana jayasinghe wrote: > request goes to a doPost method of a servlet and there it used to > return some values in the response, and there is a one filter which > encode request's characters to UTF-8. But how come it

Re: Settings when SSL terminates on the front-end

2015-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 6/17/15 2:08 PM, Jeffrey Janner wrote: > I’ve been deploying letting Tomcat do it all when it came to > connectors and SSL, with the app forcing everything to SSL in the > section. Now I’m setting up a haproxy > front-end that will bo

Tribes mcast address

2015-06-18 Thread Elvis Dominguez
Hi all, I'm implementing Tribes in my project. In the server xml I have the following cluster configuration: In the application I instance the Channel as following: Channel channel = new GroupChannel(); channel.addChannelListener(myClistener); channel.addMembershipLis

Re: redirect to website not working

2015-06-18 Thread André Warnier
Ankur Gupta wrote: Thank you for your help... xx.xxx.xx.81 server through which iam using ie is not accessed to public website.This might be the problem. I want to ask a noob question that is there any method , as 81 server is not accessed to public websites but Linux server has access , so any

Re: redirect to website not working

2015-06-18 Thread Ankur Gupta
Thank you for your help... xx.xxx.xx.81 server through which iam using ie is not accessed to public website.This might be the problem. I want to ask a noob question that is there any method , as 81 server is not accessed to public websites but Linux server has access , so any method,way so that re

Re: redirect to website not working

2015-06-18 Thread André Warnier
Hi. I will try to give you some more tips below, but really you should try and work this out by yourself. From what little information is available below, I still believe that there is no problem with your application under Tomcat, but that the problem is that *the browser* cannot access that

Tomcat 8 webapp failed to start on Windows reboot

2015-06-18 Thread James Cheung
Environment --- Tomcat 8.0.21 x64 bit, JDK 8u31, Windows 2008 R2 x64 bit Problem --- After upgrading from tomcat 7.0.42 to 8.0.21, my webapp(gih-ws) failed to startup every time the machine is rebooted. In the tomcat catalina log, it did not show any error, but in my webapp(gi