Re: secure the tomee/ejb path

2016-07-29 Thread ict
Work fine! tank! right to information, the tests I made ​​with them tomee 1.7.4 , and not with 7.0.x. And if you can be of help to others , if you use this method to authenticate , it is not necessary to enhance the properties : //NOT NECESSARY p.put("java.naming.security.principal", "user"); p.

[TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread gilbertoca
Hi everyone! App in production(using the uber maven generated) for over one month(yeah!!) - Thank you all! Now we need to know how healthy is the server. Is there any CL for tomee? Show: - no. of app running(in this case just one) - no. of active sessions from app A or B - the resource usage

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread Romain Manni-Bucau
Hello I dont know what means CL bit using sirona and its validation commonly for that. Can need some custom health checks - validations in sirona semantic - but nothing very hard reading your list. Did you have a look? Le 29 juil. 2016 15:58, "gilbertoca" a écrit : > Hi everyone! > > App in pr

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread Steve Goldsmith
There's several choices, but most involve JMX monitoring of some sort. I use Zabbix at work to monitor our groups servers. It have a JMX gateway to monitor Tomcat threads and other metrics, but I can also write web scenarios to monitor web services. On Fri, Jul 29, 2016 at 9:14 AM, gilbertoca wro

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread Felipe Jaekel
I used to run Psi Probe on Tomcat. https://github.com/psi-probe/psi-probe When I migrated to TomEE It was not supported, but I think it has been solved... 2016-07-29 11:10 GMT-03:00 Steve Goldsmith : > There's several choices, but most involve JMX monitoring of some sort. I > use Zabbix at work

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread Uday Gire
Hi If you want to have simple manager web console, you can use TomEE embedded manager console (Just add necessary roles to conf/tomcat-users.xml file and then access from http://localhost/manager). If you want to have very deep management and resource monitoring of your TomEE there are some co

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread gilbertoca
Romain Manni-Bucau wrote > Hello > > I dont know what means CL bit using sirona and its validation commonly for > that. Sorry, I mean Command Line. Romain Manni-Bucau wrote > Can need some custom health checks - validations in sirona semantic - but > nothing very hard reading your list. Did you

Re: [TomEE 7.0.1] Is there any CL for monitoring?

2016-07-29 Thread Romain Manni-Bucau
2016-07-29 16:08 GMT+02:00 gilbertoca : > Romain Manni-Bucau wrote > > Hello > > > > I dont know what means CL bit using sirona and its validation commonly > for > > that. > > Sorry, I mean Command Line. > > Get it (saw more often "CLI", that's why I got confused) > > Romain Manni-Bucau wrote >

Re: EJB application works in TomEE Plus but not TomEE webprofile

2016-07-29 Thread sweiss77
I just tried running a junit test from Eclipse and it works fine. So I think the issue must be somewhere in the client applicationcode that's making the call to the remote EJBs. I'll have to look through that some more (I didn't write that code). Thanks for your help. -- View this message in con