Re: Adding/Exposing a custom module/service as part of the tomcat

2017-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Harshit, On 3/1/17 9:22 PM, Daga, Harshit wrote: > Thanks Christopher for JMX option but it is taking more time. > > Use case : I have two tomcat servers (s1 and s2). I will call a > method in s1 server from external source. On the method

Re: Adding/Exposing a custom module/service as part of the tomcat

2017-03-01 Thread Daga, Harshit
Hi, Thanks Christopher for JMX option but it is taking more time. Use case : I have two tomcat servers (s1 and s2). I will call a method in s1 server from external source. On the method invocation s1 contacts s2 and passes on the information (example some in-memory data stored for the s1 is

Re: Adding/Exposing a custom module/service as part of the tomcat

2017-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Harshit, On 2/18/17 8:12 PM, Daga, Harshit wrote: > Hi, > > I want to add a custom service/module as part of the tomcat server > which should start as part of tomcat startup. > > Service : I want to expose a service as part of tomcat startup >

Adding/Exposing a custom module/service as part of the tomcat

2017-02-18 Thread Daga, Harshit
Hi, I want to add a custom service/module as part of the tomcat server which should start as part of tomcat startup. Service : I want to expose a service as part of tomcat startup which can store all the active sessions for the application running on the server and when I call this service