Re: No direct access to Tomcat as it is using AJP connector?

2015-11-18 Thread Suleman Butt
, Christopher Schultz < ch...@christopherschultz.net> wrote: > Suleman, > > On 11/10/15 5:18 AM, Suleman Butt wrote: > > Now I have the following requirement, I have been asked by my operation > > team member that he needs to " replace Battery and install McAfee"

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
no there is only one Apache and also there is no load balance involved. One Apache pointing to 2 Tomcats (2 applications) with different URL. On Tue, Nov 10, 2015 at 12:18 PM, Björn Raupach wrote: > > > On 10 Nov 2015, at 11:46, Suleman Butt wrote: > > > > Thanks,

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
could be the only point of failure for the entire application or set of applications? Don't you think an alternate solution should need to be in place in parallel? Thanks. On Tue, Nov 10, 2015 at 11:32 AM, Björn Raupach wrote: > Hello Suleman, > > > On 10 Nov 2015, at 11:18, Su

No direct access to Tomcat as it is using AJP connector?

2015-11-10 Thread Suleman Butt
Hi All, I have the following configuration. Standalone Apache web server is talking to Tomcat AS using AJP connector. Both Apache and Tomcat are running on seperate server machines. All my application components are deployed on the Tomcat AS and Apache is just used to redirect the user requests t

Re: ->> javax.net.ssl.SSLException ->> SSLException invoking https

2014-09-22 Thread Suleman Butt
ord", CERTIFICATE_PASSWORD); System.setProperty("https.proxyHost", PROXY_HOST); System.setProperty("https.proxyPort", PROXY_PORT); On Wed, Sep 17, 2014 at 8:15 PM, Suleman Butt wrote: > Hi all, > > I am trying to call a webservices, which is hosted on a remo

Re: [OT] javax.net.ssl.SSLException invoking https

2014-09-18 Thread Suleman Butt
com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75) On Wed, Sep 17, 2014 at 10:09 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Suleman, > > On 9/17/14 2:15 PM, Suleman Butt wrote: > > I am trying to call a web

->> javax.net.ssl.SSLException ->> SSLException invoking https

2014-09-17 Thread Suleman Butt
Hi all, I am trying to call a webservices, which is hosted on a remote server and is exposed through an https endpoint. My client is an application hosted on my local tomcat , and in my tomcat's setenv.bat, I have set the following properties: echo