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?

RE: How to "manually" undeploy a webapp in tomcat ?

2008-09-23 Thread Shreekanta Prasad
Hi Albrecht, If you delete folder under work directory nothing happens just go ahead. After deploying new war file it will be created afresh. In work folder uasually we have run time compiled jsp class files or some libraries. Thanks and Regards - Shreekanta Prasad Bangalore,India. -Origi

Re: Problem with mod_jk installation

2008-09-23 Thread Steve Ochani
Send reply to: Tomcat Users List From: Ken Bowen <[EMAIL PROTECTED]> To: users@tomcat.apache.org Subject:Problem with mod_jk installation Date sent: Tue, 23 Sep 2008 19:45:14 -0400 > Hi all, > > I'm trying to setup a new virtual machine running CentOS 5 Linux over > VMWare.

RE: Problem with mod_jk installation

2008-09-23 Thread Martin Gainty
Ken- this is a known bug in Apache 2.2.4+ distro modules https://issues.apache.org/bugzilla/show_bug.cgi?id=43095 can you work around the error by either rollback to 2.2.0 or roll forward to 2.4 ? Martin __ Disclaimer and confidentiality note Everythi

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: [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

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 updat

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

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

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 PROT

Re: JNDIRealm - mapping LDAP group to security role

2008-09-23 Thread Jérôme Delattre
>> If I remember well the just creates an alias on an >> existing 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 internally in your w

Re: Tomcat Is not starting

2008-09-23 Thread Johnny Kewl
- Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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=5121172&start=0&tstart=0 take a working copy of mscvr

RE: Tomcat Is not starting

2008-09-23 Thread Martin Gainty
hi partha check out http://forums.sun.com/thread.jspa?threadID=5121172&start=0&tstart=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 __ Disc

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 >> > >> >

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 f

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.

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 fini

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 just creates an alias on an > existing for servlets. > It's not related to the mapping between my "system" groups and the >

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 declaration; look in section 12 > of the servlet spec. > If I remember well the just creates an alias on an existing for servlets. It's

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: JNDIRealm - mapping LDAP group to security role > > http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm > > The authentication seems to work but I wonder how to map LDAP groups > to security

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

2008-09-23 Thread Choudhury
No I am not using APR if ofcourse it is not used by default.:) Regards, Subhrajyoti Mobile: +919830079545 Mail: [EMAIL PROTECTED] Web: www.labware.com LabWare LIMS Solutions - Results Count Heiko Klein <[EMAIL PROTECTED]> 09/23/2008 03:52 PM Please respond to "Tomcat Users List" To T

JNDIRealm - mapping LDAP group to security role

2008-09-23 Thread Jérôme Delattre
Hello, Env: Tomcat 6.0.18 / Java 6 / Windows I am trying to configure a JNDIRealm to authenticate against an Active Directory. http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#JNDIRealm The authentication seems to work but I wonder how to map LDAP groups to security roles. I do not want

Re: Tomcat 6 Context Configuration

2008-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mookiegp, mookiegp wrote: > > 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 > happens. Where exactly did you copy index.html? If you want file

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 co

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: 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 have

[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 somewhere

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

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 tomc

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: t

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 readi

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

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 a

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 follo

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. > > Unfortu

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 th

Tomcat 5.5 logging!

2008-09-23 Thread Shahar Cohen
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 tomcat log format is: patte

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 wrot