Re: Rewrite URLs inside HTML pages?

2010-08-03 Thread Leon Kolchinsky
Thanks for your help Rainer/Felix, I've tested several options including mod_substitute and mod_sed and it seems that mod_substitute is a way to go. This is my working configuration now: LoadModule substitute_module modules/mod_substitute.so ... AddOutputFilterByType

Re: Rewrite URLs inside HTML pages?

2010-08-03 Thread Rainer Jung
Did you notice, that our expectation is you won't need any page rewriting when using JkHTTPSIndicator? Regards, Rainer On 03.08.2010 08:45, Leon Kolchinsky wrote: Thanks for your help Rainer/Felix, I've tested several options including mod_substitute and mod_sed and it seems that

Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi O/s : Redhat JDK : 1.5 WebCont : Tomcat 6.0.20 Typical Problem: How to kill a Specific Thread of an web Application on Tomcat? Via Manually / JConsole with regards N.S.Karthik

Re: Specific Thread of an web Application

2010-08-03 Thread Pid
On 03/08/2010 12:06, Karthik Nanjangude wrote: Hi O/s : Redhat JDK : 1.5 WebCont : Tomcat 6.0.20 Typical Problem: How to kill a Specific Thread of an web Application on Tomcat? Via Manually / JConsole Call Thread.interrupt() or with much more risk Thread.stop(), or is this not

Re: Running PHP?

2010-08-03 Thread Pid
On 02/08/2010 17:41, David Fisher wrote: Hi, Maybe I should not ask, but why post with the text as an attachment? You're using Outlook Express, maybe the problem is at your end. Your PGP signature is an attachment. Yep. I think he was seeing the main message as an attachment too. p

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was

Re: Running PHP?

2010-08-03 Thread michel
sorry, another empty email with just attachments ... Michel Original Message - From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 7:15 AM Subject: Re: Running PHP?

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Mark Thomas
On 03/08/2010 12:18, arun kumar wrote: Am i sending some parameter wrongly? Probably. Go back and read what I wrote about the test JSP on the wiki and see if that works. Mark - To unsubscribe, e-mail:

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi Can this specific thread be killed by expiration of session from Sessions Administration of manage screen with regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, August 03, 2010 4:42 PM To: Tomcat Users List Subject: Re: Specific Thread of an

Re: Specific Thread of an web Application

2010-08-03 Thread Mark Thomas
On 03/08/2010 12:43, Karthik Nanjangude wrote: Hi Can this specific thread be killed by expiration of session from Sessions Administration of manage screen No. Generally, killing threads isn't safe and is asking for a JVM crash. Potentially long running requests need to be coded to support

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi I know that this particular application has some bad code built by a 3rd party. Potentially long running requests need to be coded to support being interrupted. How this can be achieved from some tool like Jconsole With regards karthik -Original Message- From: Mark Thomas

Re: Specific Thread of an web Application

2010-08-03 Thread Mark Thomas
On 03/08/2010 13:11, Karthik Nanjangude wrote: Hi I know that this particular application has some bad code built by a 3rd party. Potentially long running requests need to be coded to support being interrupted. How this can be achieved from some tool like Jconsole It can't.

[SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread DJP JEAN-PROST Dominique
Hello, I’m porting applications from weblogic to jboss which uses tomcat as everybody knows. In weblogic, I used to use the SSO feature which allowed me to logout from a webapp without invalidating session for all webapps. After reading SingleSignOn Valve documentation, I realize that

Re: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread Pid
On 03/08/2010 13:26, DJP JEAN-PROST Dominique wrote: Hello, I’m porting applications from weblogic to jboss which uses tomcat as everybody knows. In weblogic, I used to use the SSO feature which allowed me to logout from a webapp without invalidating session for all webapps.

RE: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread DJP JEAN-PROST Dominique
-Message d'origine- De : Pid [mailto:p...@pidster.com] Envoyé : mardi 3 août 2010 14:45 À : Tomcat Users List Objet : Re: [SingleSignOn Valve] Overriding deregister(String) method Potentially silly questions: #1 how is one supposed to logout of all apps? [Dominique Jean-Prost] I

Re: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread Mark Thomas
On 03/08/2010 13:49, DJP JEAN-PROST Dominique wrote: -Message d'origine- De : Pid [mailto:p...@pidster.com] Envoyé : mardi 3 août 2010 14:45 À : Tomcat Users List Objet : Re: [SingleSignOn Valve] Overriding deregister(String) method Potentially silly questions: #1 how is one

RE: Running PHP?

2010-08-03 Thread Caldarale, Charles R
From: michel [mailto:compu...@videotron.ca] Subject: Re: Running PHP? sorry, another empty email with just attachments ... So your e-mail client (X-Mailer: Microsoft Outlook Express 6.00.2900.5931) is broken. Pid's messages appear properly on Outlook, Thunderbird, and iPhone for me, and

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
I am having a simmilar problem with Tomcat Version 6.0.26. I have a JSP with some french characters that run quite well on my local windows machine.When I transfer the JSP source code to the Linux server the JSP gets converted to java source code with the wrong character set. I have played with

RE: Specific Thread of an web Application

2010-08-03 Thread Caldarale, Charles R
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] Subject: RE: Specific Thread of an web Application I know that this particular application has some bad code built by a 3rd party. Then you know the source of the problem, and will need to address it with them. There is no

RE: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Martin Gainty
works in Tomcat 6.0.20 http://localhost:8007/sampleweb/params?test=%D8 log output Servlet init IN doFilterUTF-8 Ø U+00D8 Ø c3 98 LATIN CAPITAL LETTER O WITH STROKE http://www.utf8-chartable.de/unicode-utf8-table.pl ? Martin __ do not alter

Tomcat Thread utilization growing very large causing a hung tomcat instance

2010-08-03 Thread Tomcat Novice
Hi, I hope someone can help me. I am new to tomcat and I have been encountering issues where a particular tomcat instance/s are having large thread count during load testing and results in a hung state. The error shown on the browser is: java.lang.OutOfMemoryError: unable to create new native

RE: Specific Thread of an web Application

2010-08-03 Thread Karthik Nanjangude
Hi application has some bad code built by a 3rd party Yet another Problem ... we do not have the license to hack the code and fix the problem :( Any other Solutions please. With regards karthik -Original Message- From: Caldarale, Charles R

Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-03 Thread Richard G Curry
I have a question about processing within the ISAPI Redirector, in the AJP13 processing in particular is where my situation is occurring. At least that is what I think based upon what I am getting from the logs. First let me describe my setup/config/platform. I am running Tomcat 6.0 (file

Re: Is the Apache ISAPI Redirector Chopping Off Cookie Data?

2010-08-03 Thread Mark Thomas
On 03/08/2010 15:35, Richard G Curry wrote: Cookie content follows: GAUSERINFO=first_name=RICHARDlast_name=CURRYmiddle_initial=Gcorporate_id=XXX That cookie is not spec complaint. You can't use the '=' in a v0 cookie value. You need to switch to v1 cookies and quote the value. Mark

few slow requests

2010-08-03 Thread Peter Buning
Hello, we tested our tomcat 5.5 server (Debian system) with the apache benchmark tool. We send requests for a small png-file (300 bytes). Nearly all requests were done in 0 or 1 milliseconds. But there were a few request which needed more than 10 ms and the slowest request needed 106 ms.

Re: Tomcat Thread utilization growing very large causing a hung tomcat instance

2010-08-03 Thread Peter Crowther
What happens if you *reduce* the allocated heap size - do you actually need that much Java heap? Native threads are created outside of the Java heap. You have 2G for (4 * 400) = 1600 threads plus the OS, or about 1 Mbyte per thread (this assumes no swap space). That may not be enough. - Peter

RE: Tomcat Thread utilization growing very large causing a hung tomcat instance

2010-08-03 Thread Caldarale, Charles R
From: Tomcat Novice [mailto:tomcat.nov...@gmail.com] Subject: Tomcat Thread utilization growing very large causing a hung tomcat instance I have been encountering issues where a particular tomcat instance/s are having large thread count during load testing and results in a hung state. I

Re: Tomcat Thread utilization growing very large causing a hung tomcat instance

2010-08-03 Thread Tomcat Novice
Hi Peter, Thanks for your resonse. I believe the issue is why is the Tomcat instance utilizing around 400+ threads. It should be just utilizing only 200 threads because of the default value for maxThreads? On the other servers, Thread utilization is at 200-250 on normal operations which is still

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
Thanks. If i copy the test.jsp to the sampleweb folder and change the FORM method to GET instead of post, when i submit, i get this in the addressbar: http://localhost:8080/sampleweb/test.jsp?mydata=%25d8 and %xx is displayed correctly. If i give

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread Mark Thomas
On 03/08/2010 16:52, arun kumar wrote: Thanks. If i copy the test.jsp to the sampleweb folder and change the FORM method to GET instead of post, when i submit, i get this in the addressbar: http://localhost:8080/sampleweb/test.jsp?mydata=%25d8 and %xx is displayed correctly. If i give

Re: Running PHP?

2010-08-03 Thread Markus Schönhaber
03.08.2010 13:20, michel: sorry, another empty email with just attachments ... No. It's not Pid's fault if your mail program doesn't understand PGP/MIME. -- Regards mks - To unsubscribe, e-mail:

Re: Running PHP?

2010-08-03 Thread michel
- Original Message - From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de To: users@tomcat.apache.org Sent: Tuesday, August 03, 2010 12:00 PM Subject: Re: Running PHP? 03.08.2010 13:20, michel: sorry, another empty email with just attachments ... No. It's not Pid's fault if

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread michel
- Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 9:35 AM Subject: Re: UTF-8 encoding in Tomcat 6.0 I am having a simmilar problem with Tomcat Version 6.0.26. I have a JSP with some french characters

Re: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread T. Gau
Hello, thank you for your response. @Version: I have downloaded the following Tomcat version: http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.apache.org/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29-windows-x86.zip @Logs: localhost.2010-08-03.log 03.08.2010 21:33:42

Re: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread Mark Thomas
On 03/08/2010 20:38, T. Gau wrote: Hello, thank you for your response. @Version: I have downloaded the following Tomcat version: http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.apache.org/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29-windows-x86.zip @Logs:

Re: few slow requests

2010-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 8/3/2010 10:55 AM, Peter Buning wrote: we tested our tomcat 5.5 server (Debian system) with the apache benchmark tool. We send requests for a small png-file (300 bytes). Nearly all requests were done in 0 or 1 milliseconds. But there

Re: few slow requests

2010-08-03 Thread André Warnier
Peter Buning wrote: Hello, we tested our tomcat 5.5 server (Debian system) with the apache benchmark tool. We send requests for a small png-file (300 bytes). Nearly all requests were done in 0 or 1 milliseconds. But there were a few request which needed more than 10 ms and the slowest

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-03 Thread michel
- Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 1:08 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 - Original Message - From: michel compu...@videotron.ca To: Tomcat Users List

Re: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread T. Gau
Hello, I tried to connect via telnet without success: Microsoft Telnet open localhost 8080 Verbindungsaufbau zu localhost... (Connecting to localhost ...) Verbindung zu Host verloren. (Connection to host lost.) Microsoft Telnet While I could connect with a web browser at least once

RE: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread Caldarale, Charles R
From: T. Gau [mailto:t...@normad.de] Subject: Re: Tomcat 6 does not respond or freeze after startup I tried to connect via telnet without success: If you've changed _anything_ in server.xml, please post it, preferably with comments removed and privileged information masked. If you haven't

Re: UTF-8 encoding in Tomcat 6.0 fixed

2010-08-03 Thread André Warnier
michel wrote: - Original Message - From: michel compu...@videotron.ca To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 03, 2010 1:08 PM Subject: Re: UTF-8 encoding in Tomcat 6.0 - Original Message - From: michel compu...@videotron.ca To: Tomcat Users List

Re: Specific Thread of an web Application

2010-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karthik, On 8/3/2010 10:31 AM, Karthik Nanjangude wrote: application has some bad code built by a 3rd party Yet another Problem ... we do not have the license to hack the code and fix the problem :( You've been robbed. Any other

Re: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread T. Gau
@Modified: I have not modified anything. Just unzipped Tomcat via 7zip and moved it to program folder. @ARP: Disabling ARP as described below doesn't help. Tomcat is still freezing, no access via telnet possible. @IPv6: As fas as I know, I'm not running IPv6. IPconfig doesn't show any IPv6

Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi Chris, Please let me know if you have any idea on this? thanks Kuga Kuga wrote: Hi, I have uploaded the list. As I mentioned earlier it is evident that I dont see the Cipher.PBEWithMD5AndDES in that. NOTE: I am using a Linux Fedora FC12, 64 bit system. I havent installed the 64bit

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad Please let me know if you have any idea on this? The one you're missing is this: SunJCE, version 1.6: SunJCE Provider (implements RSA, DES, Triple DES,

RE: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread Caldarale, Charles R
From: T. Gau [mailto:t...@normad.de] Subject: Re: Tomcat 6 does not respond or freeze after startup @ARP: Disabling ARP as described below doesn't help. Tomcat is still freezing, no access via telnet possible. Then I have to think it's what Mark said: your Windows firewall is getting in

[OT] broken mail clients (was: Re: Running PHP?)

2010-08-03 Thread Markus Schönhaber
03.08.2010 18:14, michel: From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de 03.08.2010 13:20, michel: sorry, another empty email with just attachments ... No. It's not Pid's fault if your mail program doesn't understand PGP/MIME. OK, I checked online and found Handling of

Re: [OT] broken mail clients (was: Re: Running PHP?)

2010-08-03 Thread michel
- Original Message - From: Markus Schönhaber tomcat-us...@list-post.mks-mail.de To: users@tomcat.apache.org Sent: Tuesday, August 03, 2010 6:41 PM Subject: [OT] broken mail clients (was: Re: Running PHP?) 03.08.2010 18:14, michel: From: Markus Schönhaber

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Kuga
Hi, Thanks for the quick response. Please see the attached jce.jar. I am in the US. Wonder how to resolve such issues? thanks Kuga n828cl wrote: From: Kuga [mailto:kvisagam...@infoblox.com] Subject: Re: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad

2010-08-03 Thread Caldarale, Charles R
From: Kuga [mailto:kvisagam...@infoblox.com] Subject: RE: [OT] java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPad Please see the attached jce.jar. Jars are not allowed as attachments on this list - and sending jce.jar to an international list may be illegal. I am

Re: Tomcat 6 does not respond or freeze after startup

2010-08-03 Thread T. Gau
Hello, my Windows Firewall is 'Inactive'. Instead I'm using the Ashampoo Firewall FREE. But I could not connect to Tomcat via telnet even if I stop this firewall, too. Kind regards, Tilo Caldarale, Charles R schrieb am 04.08.2010 00:06: From: T. Gau [mailto:t...@normad.de] Subject: Re: