Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-03 Thread Daniel Savard
Le ven. 3 août 2018 à 12:03, Louis Zipes a écrit : > Good catch!! I still had 'd' in front of my lines so once I removed those > JMX starts up using Management.properties file but as you mentioned it > doesn't really change the behavior at all and the Service still doesn't > stop cleanly. So

Tomcat native tc and a custom OpenSSL engine for ECDH

2018-08-03 Thread Piyush K
Dear tomcat community, I have a question - I am using tomcat and OpenSSL (with apr and tomcat= -native-1.2.16). Versions are as follows :- apr-1-config 1.5.2 tomcat-native-1.2.16 OpenSSL 1.1.0 Tomcat 8.5.31 This works fine with my custom OpenSSL 1.1.0 installation.=20 Next I wrote my own

RE: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-03 Thread Louis Zipes
Good catch!! I still had 'd' in front of my lines so once I removed those JMX starts up using Management.properties file but as you mentioned it doesn't really change the behavior at all and the Service still doesn't stop cleanly. So is there a way to force the JMX to use CATALINA_OPTS in

Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 8/3/18 11:32 AM, Louis Zipes wrote: > Hi Daniel, I tried your suggestion and while I think it is now > acknowledging the existence of the management.properties file > (Windows Service wouldn't start if I purposely misspelled >

RE: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-03 Thread Louis Zipes
Hi Daniel, I tried your suggestion and while I think it is now acknowledging the existence of the management.properties file (Windows Service wouldn't start if I purposely misspelled 'managemenX.properties') but it doesn't seem to be actually working (JMX can't connect). What I did: I

Re: Tomcat error at run-time.

2018-08-03 Thread noel joseph
Thanks Luis. Will definitely try it. On Fri, Aug 3, 2018 at 2:23 PM, Luis Rodríguez Fernández wrote: > Hello Noel, > > mmm, perhaps you could consider to use spring-boot for this. It provides a > nice out-of-the-box embedded tomcat: >

Re: Tomcat error at run-time.

2018-08-03 Thread Luis Rodríguez Fernández
Hello Noel, mmm, perhaps you could consider to use spring-boot for this. It provides a nice out-of-the-box embedded tomcat: https://spring.io/blog/2014/03/07/deploying-spring-boot-applications Hope it helps, Luis 2018-08-03 7:06 GMT+02:00 noel joseph : > Hey Chris, > > This is my code... > >