Re: Javamelody and Struts

2012-05-02 Thread Miguel González Castaños
You asked the Tomcat users' group, not the Javamelody users' group: did you expect to find many Javamelody experts around here? The author is around and some other users too, since the recommendation of using this software actually came from this user group. Also in the beginning I thought It w

Re: Javamelody and Struts

2012-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/1/12 6:17 PM, Miguel González Castaños wrote: > On 28/04/2012 22:50, evernat wrote: >> Then, there is an issue with Tomcat 5.5, only if you use >> javamelody v1.36. See >> http://code.google.com/p/javamelody/issues/detail?id=207 It will >

Re: Javamelody and Struts

2012-05-01 Thread Miguel González Castaños
On 28/04/2012 22:50, evernat wrote: Hi Miguel, First, javamelody.war is *optional*. I suggest to try javamelody without using it. You may read the user guide for help with this: http://code.google.com/p/javamelody/wiki/UserGuide (if you have an exception, please copy the complete stack-trace) T

Re: Javamelody and Struts

2012-04-28 Thread evernat
he Struts redirects configured in struts-config.xml > > Where should I add the monitoring code and where? > > Thanks, > > Miguel > -- View this message in context: http://tomcat.10.n6.nabble.com/Javamelody-and-Struts-tp4884442p4937283.html S

Re: Javamelody and Struts

2012-04-28 Thread Miguel González Castaños
On 23/04/2012 22:00, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/23/12 3:57 PM, Miguel González Castaños wrote: On 16/04/2012 12:43, Darryl Lewis wrote: Make sure the monitoring code is before the struts call. Start over again from scratch. Same app

Re: Javamelody and Struts

2012-04-27 Thread Miguel González Castaños
On 26/04/2012 15:51, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/26/12 5:58 AM, Miguel González Castaños wrote: On 26/04/2012 03:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/25/12 6:24 PM, Miguel González

Re: Javamelody and Struts

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/26/12 5:58 AM, Miguel González Castaños wrote: > On 26/04/2012 03:58, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Miguel, >> >> On 4/25/12 6:24 PM, Miguel González Castaños wrote: Please post y

Re: Javamelody and Struts

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/26/12 3:35 AM, Miguel González Castaños wrote: >> If no web browser reports the server certificate as not valid, >> then what's the problem? >> > From my original email: > > "Now that I'm trying to configure javamelody in Tomcat 5 with

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
On 26/04/2012 03:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/25/12 6:24 PM, Miguel González Castaños wrote: Please post your SSL configuration (cleansed of any passwords). By the way, double checking the info from my web browser I get this is a

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
Please post your SSL configuration (cleansed of any passwords). acceptCount="100" scheme="https" secure="true" keystorePass="***" keystoreFile="/opt/tomcat5/certs/tcc" keyAlias="importkey" clientAuth="false" sslProtocol="TLS" com

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
If no web browser reports the server certificate as not valid, then what's the problem? From my original email: "Now that I'm trying to configure javamelody in Tomcat 5 with HTTPS I get the following error when I try to add the context and the URL: javamelody avax.net.ssl.SSLHandshakeExcepti

Re: Javamelody and Struts

2012-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/25/12 6:24 PM, Miguel González Castaños wrote: >> Please post your SSL configuration (cleansed of any >> passwords). ?? >> Finally, you didn't post your original stack trace. ?? >> Since this is happening on the server-side, it's ei

Re: Javamelody and Struts

2012-04-25 Thread Miguel González Castaños
Do those certificates match the type of certificate that you have? Last time I checked, VeriSign had a whole set of intermediate certificates and you need the ones that match the type of certificate you have (EV versus whatever the other flavors they have are). Which other flavors? How do I know?

Re: Javamelody and Struts

2012-04-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/25/12 4:09 PM, Miguel González Castaños wrote: > I've downloaded the certificates as veriCA1.cer and veriCA2.cer and > run: Do those certificates match the type of certificate that you have? Last time I checked, VeriSign had a whole set

Re: Javamelody and Struts

2012-04-25 Thread Miguel González Castaños
On 23/04/2012 23:35, Miguel González Castaños wrote: On 23/04/2012 23:00, Miguel González Castaños wrote: Have you imported all of the "intermediate" certificates from VeriSign. I think that for some SSL certificates, you need *two* intermediate certificates from VeriSign. No, I didn't know that

Re: Javamelody and Struts

2012-04-23 Thread Miguel González Castaños
On 23/04/2012 23:00, Miguel González Castaños wrote: Have you imported all of the "intermediate" certificates from VeriSign. I think that for some SSL certificates, you need *two* intermediate certificates from VeriSign. No, I didn't know that I had to do that. Where can I download those interme

Re: Javamelody and Struts

2012-04-23 Thread Miguel González Castaños
Have you imported all of the "intermediate" certificates from VeriSign. I think that for some SSL certificates, you need *two* intermediate certificates from VeriSign. No, I didn't know that I had to do that. Where can I download those intermediate certificates? Many thanks for the hint Miguel

Re: Javamelody and Struts

2012-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/23/12 3:57 PM, Miguel González Castaños wrote: > On 16/04/2012 12:43, Darryl Lewis wrote: >> Make sure the monitoring code is before the struts call. >> >> On 16/04/12 5:38 PM, "Miguel González Castaños" >> wrote: >> >>> On 16/04/201

Re: Javamelody and Struts

2012-04-23 Thread Miguel González Castaños
On 16/04/2012 12:43, Darryl Lewis wrote: Make sure the monitoring code is before the struts call. On 16/04/12 5:38 PM, "Miguel González Castaños" wrote: On 16/04/2012 09:34, Debraj Mallick wrote: hi there, to access use :*http:monitoring* link: *http://code.google.com/p/javamelody/wik

Re: Javamelody and Struts

2012-04-16 Thread Darryl Lewis
Make sure the monitoring code is before the struts call. On 16/04/12 5:38 PM, "Miguel González Castaños" wrote: >On 16/04/2012 09:34, Debraj Mallick wrote: >> hi there, >> >> to access use :*http:monitoring* >> >> link: >> *http://code.google.com/p/javamelody/wiki/UserGuide#3._First_results

Re: Javamelody and Struts

2012-04-16 Thread Miguel González Castaños
On 16/04/2012 09:34, Debraj Mallick wrote: hi there, to access use :*http:monitoring* link: *http://code.google.com/p/javamelody/wiki/UserGuide#3._First_results* Don't get me wrong, but what does it matter the access URL if my webapp doesn't even work? Miguel

Re: Javamelody and Struts

2012-04-16 Thread Miguel González Castaños
Dear Debraj, I have followed these instructions and I can't figure out where to access the monitoring tool. On 16/04/2012 07:02, Debraj Mallick wrote: hi there, in your web.xml include these * monitoring net.bull.javamelody.MonitoringFilter mo

Re: Javamelody and Struts

2012-04-15 Thread Debraj Mallick
hi there, in your web.xml include these * monitoring net.bull.javamelody.MonitoringFilter monitoring /* net.bull.javamelody.SessionListener * and *

Javamelody and Struts

2012-04-15 Thread Miguel González Castaños
Dear all, Javamelody is supposedly very easy to install for Tomcat but We do have a webapp using the Struts framework and I can't figure out how to configure Javamelody or get any error log of what I'm doing wrong. The web.xml example in the Javamelody is blocking my webapp to work (we use