Re: Redirection after Tomcat restart

2008-09-23 Thread Pavel Savara
Hi, Another possibility is to set up tomcat to serialize session to disk before restart. Tt deserializes all session at the start up so user will remain login with all session variables it in ideal case he won't notice the restart at all. Palko On Mon, 2008-09-22 at 16:21 -0400, Martin Dubuc

Re: JVM config for tomcat5.5

2008-09-23 Thread jaki
Hi all, One more thing I wanted clarification on..Is it necessary that catalina.home system property is always set for a tomcat install? Cause trying to retrieve it from within a java class gives me null. But I can also find it being referenced in many of the config files, so any help on where

Re: jstack and Tomcat 6 on Windows

2008-09-23 Thread Peng Tuck Kwok
Hmm if you have a memory leak in the application perhaps you can profile it using a profiler. Try the one in eclipse and attach as a remote client to the vm running tomcat. On Sat, Sep 20, 2008 at 6:58 AM, Brian Clark [EMAIL PROTECTED] wrote: Thanks everyone for their suggestions.

Tomcat6.0.18+Log entries upon shutting down TomCat

2008-09-23 Thread Choudhury
Hi All, My first question in this forum . I am load testing our webapp using Jmeter . The test was configured to simulate 50 simultaneous users . After running the test for about 18hours or so , I decided to shutdown Tomcat and after executing shutdown.bat file , I got the

Re: Tomcat6.0.18+Log entries upon shutting down TomCat

2008-09-23 Thread Heiko Klein
Hi Subhrajyoti, I don't know an answer for your question, but I got exactly the same problems after upgrading from Tomcat 6.0.14 to 6.0.18. This problem happenend when using APR. After switching back to 6.0.14, my problem disappeared. Are you using APR, too? I think this is worrisome for an

Re: Another confused person trying to get jconsole to monitor tomcat.

2008-09-23 Thread Mark Thomas
Tim Funk wrote: vnc might have acceptable performance. Not sure if you'd run into issue by installing vncserver. -Tim Bill Davidson wrote: Tim Funk wrote: An easy kludge is to run jconsole locally on the server and send the display to yourself. ssh -Y yourserver (or ssh -X server

tomcat_trend.pl script is showing Unknown log entry for mod_jk

2008-09-23 Thread ankush grover
Hi friends, I am running mod_jk 1.2.26 on Centos 5.2 64-bit with Apache 2.2.3 64-bit. I am trying to generate the mod_jk statistical data through tomcat_trend.pl and tomcat_report.pl scripts but unfortunately tomcat_trend.pl script is showing Unknown log entry when I am giving the path for

RE: tomcat_trend.pl script is showing Unknown log entry for mod_jk

2008-09-23 Thread Gerhardus.Geldenhuis
Hi Ankush, As far as I know that scripts is not really maintained any more and need a fair amount of tweaking. I might be wrong though. Regards -Original Message- From: ankush grover [mailto:[EMAIL PROTECTED] Sent: 23 September 2008 12:16 To: users@tomcat.apache.org Subject:

Re: Tomcat 5.5 logging!

2008-09-23 Thread André Warnier
Shahar Cohen wrote: Hi, I am trying to set my tomcat log format so it will be TAB delimited but instead its Printing the logs as spaces delimited and not TAB. Do I need to configure any other parameters between the common parameters so it will separate the parameters with tab. My

RE: JVM config for tomcat5.5

2008-09-23 Thread Caldarale, Charles R
From: jaki [mailto:[EMAIL PROTECTED] Subject: Re: JVM config for tomcat5.5 Is it necessary that catalina.home system property is always set for a tomcat install? It's not necessary to have it set during Tomcat installation. It is necessary during Tomcat execution, but this is normally

[OT] Chuck

2008-09-23 Thread André Warnier
Dear Chuck, I carefully save your postings to this list, as a future source of wisdom and inspiration. Except the ones that tell me that I should delete my unofficial Linux Debian Tomcat package, those I don't. But you repeat them often enough that they are always on a recent page

RE: Tomcat 5.5 logging!

2008-09-23 Thread Shahar Cohen
Hi, Actually when I press the TAB key I see that its really inserting a TAB key and not spaces even after I restart tomcat the TAB key is still there and not spaces but if I open the log file in vi I see that it enterperate it as spaces and my log analysis machine also see that as spaces. I

Re: Tomcat 5.5 logging!

2008-09-23 Thread André Warnier
Shahar Cohen wrote: Hi, Actually when I press the TAB key I see that its really inserting a TAB key and not spaces even after I restart tomcat the TAB key is still there and not spaces but if I open the log file in vi I see that it enterperate it as spaces and my log analysis machine also see

RE: [OT] Chuck

2008-09-23 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: [OT] Chuck Can you please inform us of the best path to follow ? The postscript on my messages is, of course, required by our bloody lawyers. (Similar - sometimes more extensive - messages appear on others' e-mails when sent from

Re: Tomcat 6 Context Configuration

2008-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mookiegp, mookiegp wrote: Host name=localhost appBase=E:\Public\Files\My Docs\Web\Sites Inside the the [sic] directory on the E: drive is a copy of the default Tomcat index.html file for testing purposes. After restarting Tomcat nothing

Re: JNDIRealm - mapping LDAP group to security role

2008-09-23 Thread Jérôme Delattre
I do not want to add groups in the LDAP server, but to map existing ones to the roles defined in my web application instead. Perhaps you can use the security-role-ref declaration; look in section 12 of the servlet spec. If I remember well the security-role-ref just creates an alias on an

RE: JNDIRealm - mapping LDAP group to security role

2008-09-23 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jérôme Delattre Subject: Re: JNDIRealm - mapping LDAP group to security role If I remember well the security-role-ref just creates an alias on an existing security-role for servlets. It's not related to the mapping between my

Tomcat Is not starting

2008-09-23 Thread Partha Goswami
Hi, I attached, log files, Tomcat is not starting, in Windows xp/2003, Pls help [2008-09-23 20:48:59] [info] Procrun (2.0.4.0) started [2008-09-23 20:48:59] [info] Service Tomcat6 name Apache Tomcat [2008-09-23 20:49:00] [info] Service Tomcat6 installed [2008-09-23 20:49:00] [info] Procrun

RE: Tomcat Is not starting

2008-09-23 Thread Caldarale, Charles R
From: Partha Goswami [mailto:[EMAIL PROTECTED] Subject: Tomcat Is not starting I attached, log files, Tomcat is not starting, in Windows xp/2003, Pls help The usual fix is to find a copy of msvcr71.dll and put it in Tomcat's bin directory. Search the archives for other alternatives. -

Re: Tomcat Is not starting

2008-09-23 Thread Partha Goswami
I am trying.. On Tue, Sep 23, 2008 at 11:09 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Partha Goswami [mailto:[EMAIL PROTECTED] Subject: Tomcat Is not starting I attached, log files, Tomcat is not starting, in Windows xp/2003, Pls help The usual fix is to find a copy of

Re: Tomcat Is not starting

2008-09-23 Thread Partha Goswami
Thanks Working On Tue, Sep 23, 2008 at 11:12 PM, Partha Goswami [EMAIL PROTECTED] wrote: I am trying.. On Tue, Sep 23, 2008 at 11:09 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Partha Goswami [mailto:[EMAIL PROTECTED] Subject: Tomcat Is not starting I attached, log

RE: Tomcat Is not starting

2008-09-23 Thread Martin Gainty
hi partha check out http://forums.sun.com/thread.jspa?threadID=5121172start=0tstart=0 take a working copy of mscvr71.dll from http://www.dll-files.com/dllindex/dll-files.shtml?msvcr71 and copy to /windows/system32 With Warm Regards Martin __

Re: Tomcat Is not starting

2008-09-23 Thread Johnny Kewl
- Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, September 23, 2008 8:11 PM Subject: RE: Tomcat Is not starting hi partha check out http://forums.sun.com/thread.jspa?threadID=5121172start=0tstart=0 take a

Re: JNDIRealm - mapping LDAP group to security role

2008-09-23 Thread Jérôme Delattre
If I remember well the security-role-ref just creates an alias on an existing security-role for servlets. It's not related to the mapping between my system groups and the application roles. O.k., I'm confused. Isn't an alias just what you need to do the mapping from any role names used

Re: Tomcat6.0.18+Log entries upon shutting down TomCat

2008-09-23 Thread Choudhury
Guys, As a load tester should I have to worry about the INFO messages mentioned below in this thread I am getting no clue as to where they creep from ?Is it Tomcat problem or our application problem? Any insights ? Regards, Subhrajyoti Mobile: +919830079545 Mail: [EMAIL

Re: Tomcat6.0.18+Log entries upon shutting down TomCat

2008-09-23 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Guys, As a load tester should I have to worry about the INFO messages mentioned below in this thread They are INFO messages so it is reasonable to assume that they are for information rather than anything to worry about. I am getting no clue as to

Re: Tomcat6.0.18+Log entries upon shutting down TomCat

2008-09-23 Thread Johnny Kewl
Subhrajyoti Look I dont know, I've never seen this, we dont run the latest as policy... But I would drop back a few TC versions... I think a wrapper represents a servlet instance... (guess)... and 253,020 sounds like a huge number. I think you should be concerned... whether it is a TC issue

How to manually undeploy a webapp in tomcat ?

2008-09-23 Thread albrecht andrzejewski
Hi everyone, My question is simple: when i was upgrading a webapp, i used to stop tomcat, replace my old war file with the new one using some unix command, and re start the tomcat server. But i noticed that the files under /catalina_home/work/Catalina/localhost/nameofwebapp/ are not

Re: [OT] question about realm auth and digest attribute

2008-09-23 Thread Joe A
is it really that hard to reply to a question without coming off as a pompous ass? On Mon, Sep 22, 2008 at 4:23 PM, André Warnier [EMAIL PROTECTED] wrote: Mark Thomas wrote: [...] It took me less than a minute to find the JavaDoc for java.security.MessageDigest It's by saying things like

Problem with mod_jk installation

2008-09-23 Thread Ken Bowen
Hi all, I'm trying to setup a new virtual machine running CentOS 5 Linux over VMWare. Apache Httpd 2.2.3 was already installed and running. I've installed Java JDK 1.5.0_16 and Tomcat 5.5.27, which is running fine. I downloaded mod_jk-1.2.26-httpd-2.2.6.so and placed it with all the other

Re: hello world

2008-09-23 Thread thufir
On Sun, 21 Sep 2008 16:54:33 -0400, H. Hall wrote: When I installed Netbeans 6.1, the installer also installed Tomcat 6.0.14. This was on a windows pc but I would find it very amazing if the Linux version of NB6.1 installed a TC 5.5. Is is possible that a tomcat installed with Ubuntu?