Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
Hi All, We could finally mange through this. Somehow, the SSLEngine attribute was set as "off" in the AprLifecycleListener which did not allow OpenSSL implementation to work. This is resolved now. Thanks Neha On Mon, Jun 5, 2017 at 1:27 PM, Neha Munjal <neha.munj...@gmail.com&

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
low and everything worked great : >port="443" clientAuth="false" sslProtocol="TLS" > SSLEnabled="true" maxThreads="150" scheme="https" secure="true" > SSLCertificateFile="ABC.crt" > SSLCertifi

Re: Error while starting Tomcat 8.5.14

2017-06-05 Thread Neha Munjal
configuration requires changes. Thanks Neha On Mon, Jun 5, 2017 at 7:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > > Neha, > > On 6/2/17 5:36 PM, Neha Munjal wrote: > > We have been

Error while starting Tomcat 8.5.14

2017-06-02 Thread Neha Munjal
Hi, We have been trying to start Apache Tomcat 8.5.14 (JDK version 8.0_121-b13) and land into the following error: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fafaa9ad123, pid=590, tid=0x7fb095cdc700 # # JRE version: Java(TM) SE

RequestDispatcher.forward between 2 virtual hosts defined in the same Tomcat container

2015-08-06 Thread Neha Munjal
Hi, I would like to know if we can do servlet forwarding between 2 different webapps deployed on 2 different virtual hosts configured in the same Tomcat container. So, I have configured 2 different virtual hosts in my Tomcat server.xml as follows: Host name=firstservlet appBase=firstservletapps/

Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Neha Munjal
Hi All, I am using Tomcat7.0.52 on Windows 7 64 Bit. The issue I am facing is that when I try to deploy a war file, I receive the following exception: *Caused by: java.lang.ClassCastException: org.hornetq.jms.client.HornetQJMSConnectionFactory cannot be cast to javax.jms.ConnectionFactory* The

Re: Issue while deploying a war file using Tomcat 7.0.52

2014-02-27 Thread Neha Munjal
Hi Konstanti, In my opinion, The Bootstrap classloader should be effective and since the jar is present there, it should consider it and not throw this exception. Thanks Neha On Thu, Feb 27, 2014 at 5:26 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2014-02-27 15:36 GMT+04:00 Neha