p6Spy logging

2008-07-20 Thread Tokajac
Hello, I want to log my Tomcat app with http://www.p6spy.com/ I did the setup as it is told on the website, but it's still not working. My configuration in the app's META-INF/context.xml is: spy.properties is in {TomcatHome}/common/classes folder p6spy.jar is in {TomcatHome}/co

SOLVED Re: p6Spy logging

2008-07-20 Thread Tokajac
I solved the problem: Tokajac wrote: > > Hello, > > > I want to log my Tomcat app with > http://www.p6spy.com/ > > I did the setup as it is told on the website, but it's still not working. > My configuration in t

Re-opening the browser

2008-08-09 Thread Tokajac
Hello! I'm working on password recovery part of my webapp. It is done with Tomcat server and j_security_check. When i mistype the password 3 times for username, the service sends the activation link to the e-mail address of that user. I find the link in my mailbox and when i click it, in the NEW

Tomcat monitoring

2008-08-13 Thread Tokajac
I want to monitor performance of Tomcat server when I'm running an application. Memory usage, threads, objects, user sessions, sql queries and as much as possible of other information on server. Where can i find tools for this? Regards -- View this message in context: http://www.nabble.com/T

RE: Tomcat monitoring

2008-08-13 Thread Tokajac
Thx for Your answer, Chuck ! So far, i've found lambdaprobe more useful. i'm still looking around. Do U have any advice about SQL debug? I already have iBatis log and p6spy. Is there any other useful tool for queries? Regards -- View this message in context: http://www.nabble.com/Tomcat-m

Tomcat JConsole

2008-08-14 Thread Tokajac
How can i monitor Tomcat with JConsole? I found sg like: $ CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=test-idc.internet2.edu"; $ expo

Re: Tomcat JConsole

2008-08-14 Thread Tokajac
I appreciate Your answer a lot, Johnny! Can U provide me more details about configuring? Which file should be edited? Where is the right place to put -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port="9004" -Dcom.sun.management.jmxremote.authenticate="false" -Dcom.sun.managem

RE: Tomcat JConsole

2008-08-14 Thread Tokajac
Finally i started with monitoring I was trying to start a remote monitoring with : Instead of that now i'm using the local monitoring of org.apache.catalina.startup.Bootstrap start Details which regard the discussion: Windows XP; apache-tomcat-5.5.26; jdk1.6.0_07; jre1.6.0_07; There is def

Re: Tomcat monitoring

2008-08-14 Thread Tokajac
Thanks for your answer Jan! As far as I see http://www.zabbix.com http://www.zabbix.com is not available for WinXP (that's my platform). I downloaded Zapcat. Can Zapcat be useful without zabbix? Any more advice for this situation? Regards -- View this message in context: http://www.nab

j_security_check Tomcat bad redirection

2008-08-19 Thread Tokajac
Hello, When I do the login with wrong username & password i have a redirection on the same(login) page. After that i try to login with correct user & pass and have a bad redirection: Http status http://localhost:8080/{webapp}/secure/j_security_check Is there any way to restart the whole tomcat

Re: j_security_check Tomcat bad redirection

2008-08-19 Thread Tokajac
session.invalidate(); doesn't seems to be enough Regards -- View this message in context: http://www.nabble.com/j_security_check-Tomcat-bad-redirection-tp19047465p19047484.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Log4j Date/time logging

2008-08-19 Thread Tokajac
How can i simply log the date and the time in each line? I found several examples around, but none of them works Regards -- View this message in context: http://www.nabble.com/Log4j-Date-time-logging-tp19048064p19048064.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---