View/Modify Log Files from Remote

2009-06-28 Thread Sibil87
Hi guys! Really noob question: How can I access Log files of Tomcat from Remote just using the Administration and Tomcat Manager pages? Can I also modify the log files? Thank u! Giorgio -- View this message in context:

Re: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-28 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej On 6/24/2009 10:15 AM, Maciej Matecki wrote: I've got the big problem with forward REMOTE_HOST from Apache to Tomcat. On the Apache side everything works ok. I've tested it with PHP script and it simply works. But

Re: View/Modify Log Files from Remote

2009-06-28 Thread Sibil87
awarnier wrote: Sibil87 wrote: How can I access Log files of Tomcat from Remote just using the Administration and Tomcat Manager pages? As far as I know, you can not. mmm...I'm developing a Servlet hosted on a remote machine and I need to see the log files or the console output to

Re: mod_auth_kerb / mod_spnego on Windows

2009-06-28 Thread Maciej Matecki
On Sat, Jun 27, 2009 at 10:04 AM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: ... Do You have any compiled module for Apache which provide Kerberos authorization under Windows and Apache 2.x? Hi. Just a question : is there any mechanism that allows you to do that from Tomcat

Re: View/Modify Log Files from Remote

2009-06-28 Thread André Warnier
Sibil87 wrote: awarnier wrote: Sibil87 wrote: How can I access Log files of Tomcat from Remote just using the Administration and Tomcat Manager pages? As far as I know, you can not. mmm...I'm developing a Servlet hosted on a remote machine and I need to see the log files or the console

Re: mod_auth_kerb / mod_spnego on Windows

2009-06-28 Thread André Warnier
Maciej Matecki wrote: On Sat, Jun 27, 2009 at 10:04 AM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: ... Do You have any compiled module for Apache which provide Kerberos authorization under Windows and Apache 2.x? Hi. Just a question : is there any mechanism that allows you to

RE: mod_auth_kerb / mod_spnego on Windows

2009-06-28 Thread Jonathan wong
Date: Sun, 28 Jun 2009 16:12:50 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: mod_auth_kerb / mod_spnego on Windows Maciej Matecki wrote: On Sat, Jun 27, 2009 at 10:04 AM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: ... Do You have any compiled

Re: View/Modify Log Files from Remote

2009-06-28 Thread Sibil87
awarnier wrote: awarnier wrote: Well, one could argue that in such a case, you should develop and test on a machine to which you have access, and move it to the other one later... ;-) Yes I agree. The problem is I'm developing a Facebook Application in Java. Facebook for security

Session timeout on shared session between two webapps

2009-06-28 Thread Tamar Furman (tfurman)
Hello, I have two webapps sharing the same tomcat session. When a session is created I set the session timeout dynamically on my session listener using: session.getSession().setMaxInactiveInterval(). When only the main webapp is open the timeout works nicely: the session is destroyed on timeout

Re: Session timeout on shared session between two webapps

2009-06-28 Thread André Warnier
Tamar Furman (tfurman) wrote: Hello, I have two webapps sharing the same tomcat session. ... The problem starts when the second webapp is opened as well. ... Well, I would suggest to just stop sharing the session between your two webapps, no ?

RE: Tomcat and Salesforce Issue

2009-06-28 Thread Martin Gainty
op mentioned the SF webservice becomes unavailable at 'weird' times (more than likely the SF webserver is going offline for backup) if you can post the SF log we'll take a look and try to figure out the error *Gruss* Martin __ Verzicht und

RE: View/Modify Log Files from Remote

2009-06-28 Thread Caldarale, Charles R
From: Sibil87 [mailto:giorgio.zampare...@gmail.com] Subject: View/Modify Log Files from Remote How can I access Log files of Tomcat from Remote just using the Administration and Tomcat Manager pages? You can't with those webapps, but you can with Lambda Probe: http://www.lambdaprobe.org/

RE: RECYCLE_FACADES

2009-06-28 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: RECYCLE_FACADES Am I missing something or does this system property (or the documentation) not make any sense? The documentation is accurate, in that it properly describes the actions taken based on the value of the

RE: Seeking authoritative answer re using Log4J with v6

2009-06-28 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Seeking authoritative answer re using Log4J with v6 Are you sure you followed all of the steps on the logging page with a clean Tomcat install? I will try again from scratch, and report back. - Chuck THIS COMMUNICATION MAY CONTAIN

Re: mod_auth_kerb / mod_spnego on Windows

2009-06-28 Thread Maciej Matecki
On Sun, Jun 28, 2009 at 4:12 PM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: On Sat, Jun 27, 2009 at 10:04 AM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: ... Do You have any compiled module for Apache which provide Kerberos authorization under Windows and

Re: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-28 Thread Maciej Matecki
On Sun, Jun 28, 2009 at 5:31 AM, Christopher Schultzch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej On 6/24/2009 10:15 AM, Maciej Matecki wrote: I've got the big problem with forward REMOTE_HOST from Apache to Tomcat. On the Apache side everything

RE: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-28 Thread Martin Gainty
http://modauthkerb.sourceforge.net Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung.

Re: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-28 Thread André Warnier
Maciej Matecki wrote: Actually I've got much more bigger problem I can't get compiled module for kerberos with Apache on Windows :( Can I ask again : why do you need to authenticate /under Apache/ with Kerberos ? Is it just to pass the user-id to Tomcat ? Or do you also need it at the

Re: Seeking authoritative answer re using Log4J with v6

2009-06-28 Thread Jonathan Ross
Thanks, this worked. I downloaded tomcat-juli.jar from http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/extras/, replaced my build with it, and now have log4j at the server level. (I still need to very the classloader order prefers log4j.jar in a webapp.) Mark Thomas-18 wrote:

NoClassDefFoundError

2009-06-28 Thread chenjh
users, I often get the NoClassDefFoundError from my tomcat 5.5. I had placed jfreechart.jar and jcommon.jar into [tomcat]/common/lib, but after running for some time, the producing image page fail with NoClassDefFoundError. I had to restart the tomcat to fix it. java.lang.NoClassDefFoundError

Re: REMOTE_USER with Apache 2.2.9 (Debian) + Tomcat 6.0.18 + mod_auth_kerb

2009-06-28 Thread Maciej Matecki
On Mon, Jun 29, 2009 at 1:28 AM, André Warniera...@ice-sa.com wrote: Maciej Matecki wrote: Actually I've got much more bigger problem I can't get compiled module for kerberos with Apache on Windows :( Can I ask again : why do you need to authenticate /under Apache/ with Kerberos ?  Is it

splitting thread pool

2009-06-28 Thread prashant sharma
Hi, I have the following attributes in the server.xml file: Connector port=80 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=2