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

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/

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

Re: Javamelody and Struts

2012-04-28 Thread evernat
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) Then, there is an issue with Tomcat

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
ts (i.e. those trusted by the JVM implicitly). If you are getting this error in Javamelody, then you need to configure Javamelody properly -- this isn't a Tomcat thing if web browsers can connect properly to Tomcat via HTTPS. Thanks for your answers, they have lead me to (partly) the solution. I found

Re: Javamelody and Struts

2012-04-26 Thread Christopher Schultz
tificate... I haven't worked too much with Java keystores so it's possible that there is a set of root, trusted certificates that are inherited by all keystores, but there are many ways to create/configure a ServerSocketFactory, so it's probably possible to set one up both with or wi

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 tryin

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 U

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
; >> 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._Fir

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/

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: >> *htt

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
work and * * This is supposed to go in the struts config xml file, not in web.xml. Anyway It doesn't work either. also put the jar files in your class path. Which classpath and which jar files and where? help link: * http://code.google.com/p/

Re: Javamelody and Struts

2012-04-15 Thread Debraj Mallick
* * also put the jar files in your class path. help link: * http://code.google.com/p/javamelody/wiki/UserGuide#2._web.xml_file* and * http://code.google.com/p/javamelody/wiki/UserGuide#12

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 wo

Re: Javamelody

2010-05-24 Thread Konstantin Kolinko
2010/5/24 Emeric Vernat : > Looking at catalina.out that you attached in Comment 1 of http://code.google.com/p/javamelody/issues/detail?id=25 I see the following line: 24-may-2010 17:49:19 org.apache.catalina.core.StandardContext start GRAVE: Error filterStart So my guess is t

Re: Javamelody

2010-05-24 Thread Emeric Vernat
Hi Ozgur and others, Ok, I am here. Thanks for the issue about this log. I have tomcat 6.0.26 but I have not reproduced the issue yet. Yes there is a timer thread in javamelody, and it is correctly canceled in the destroy method as can be seen here in the http filter: http://code.google.com/p

Re: Javamelody

2010-05-24 Thread Ozgur Ozdemircili
For the record Just opened up a issue. Let`s see how it ends there: http://code.google.com/p/javamelody/issues/detail?id=25 Thanks. Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off it On Mon, May 24, 2010 at 1:56 PM, Peter Crowther wrote: > On 24 May 2010 12

Re: Javamelody

2010-05-24 Thread Peter Crowther
On 24 May 2010 12:48, Ozgur Ozdemircili wrote: > I have installed Javamelody version 1.15. In my catalina.out there appears > error messages: > > [...] > GRAVE: A web application appears to have started a TimerThread named > [javamelody javamelody] via the java.util.Timer

Re: Javamelody

2010-05-24 Thread Mark Thomas
On 24/05/2010 12:48, Ozgur Ozdemircili wrote: Hi, I have installed Javamelody version 1.15. In my catalina.out there appears error messages: GRAVE: Error filterStart 24-may-2010 13:46:13 org.apache.catalina.core.StandardContext start GRAVE: Falló en arranque del Contexto [/javamelody] debido

Javamelody

2010-05-24 Thread Ozgur Ozdemircili
Hi, I have installed Javamelody version 1.15. In my catalina.out there appears error messages: GRAVE: Error filterStart 24-may-2010 13:46:13 org.apache.catalina.core.StandardContext start GRAVE: Falló en arranque del Contexto [/javamelody] debido a errores previos 24-may-2010 13:46:13