Re: custom actions after accessed

2014-08-04 Thread André Warnier
Patcharee Thongtra wrote: Hi, Is it possible to have Tomcat do some custom actions after a specific page/file is accessed/downloaded? If so, how to? Any suggestions are appreciated. What kind of custom actions, for what kind of pages/files ? What prevents you from doing such custom

Re: custom actions after accessed

2014-08-04 Thread Patcharee Thongtra
On 08/04/2014 11:26 AM, André Warnier wrote: Patcharee Thongtra wrote: Hi, Is it possible to have Tomcat do some custom actions after a specific page/file is accessed/downloaded? If so, how to? Any suggestions are appreciated. What kind of custom actions, for what kind of pages/files ?

Re: custom actions after accessed

2014-08-04 Thread André Warnier
Patcharee Thongtra wrote: On 08/04/2014 11:26 AM, André Warnier wrote: Patcharee Thongtra wrote: Hi, Is it possible to have Tomcat do some custom actions after a specific page/file is accessed/downloaded? If so, how to? Any suggestions are appreciated. What kind of custom actions, for

JKS keystore password Encryption

2014-08-04 Thread Sanaullah
Hi, is there a way i ca replace plain JKS keystore password with encrypted password in tomcat server.xml? Regards, Sanaullah

Re: JKS keystore password Encryption

2014-08-04 Thread André Warnier
Sanaullah wrote: Hi, is there a way i ca replace plain JKS keystore password with encrypted password in tomcat server.xml? This kind of question comes regularly on this list, I would say 2 or 3 times each year. Searching the list archives (mentioned in the superb on-line Tomcat

Re: JKS keystore password Encryption

2014-08-04 Thread Ulises González Horta
On Mon 04 Aug 2014 09:17:47 André Warnier escribió: And if someone non-authorized has access to Tomcat's server.xml, then you have bigger problems than a non-encrypted password. Maybe the best solution could be put the right permission to sever.xml and do not give the root password to other

Re: JKS keystore password Encryption

2014-08-04 Thread Sanaullah
Thanks Andre and Ulises. I will also search the archive as well. Regards, Sanaullah On Mon, Aug 4, 2014 at 8:07 PM, Ulises González Horta ul...@ulinxonline.net wrote: On Mon 04 Aug 2014 09:17:47 André Warnier escribió: And if someone non-authorized has access to Tomcat's server.xml, then

Re: Restricting SSL access within webapp

2014-08-04 Thread Mark H. Wood
On Fri, Aug 01, 2014 at 07:54:03PM -0400, David Kerber wrote: On 8/1/2014 6:06 PM, James H. H. Lampert wrote: Why would you want to do that? Other than a few extra server CPU cycles, what's the harm in allowing SSL anywhere at the client's discretion? I'm with Chuck on that one.

Re: Increasing incoming connection request in a queue

2014-08-04 Thread Dhaval Jaiswal
Ok. Required details are as below. current configuration. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / if you really have a problem now, or if you are just speculating without real facts. If you have a real problem, what is

Re: JKS keystore password Encryption

2014-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sanaullah, On 8/4/14, 9:43 AM, Sanaullah wrote: is there a way i ca replace plain JKS keystore password with encrypted password in tomcat server.xml? http://wiki.apache.org/tomcat/FAQ/Password - -chris -BEGIN PGP SIGNATURE- Version:

Re: Restricting SSL access within webapp

2014-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/4/14, 11:34 AM, Mark H. Wood wrote: On Fri, Aug 01, 2014 at 07:54:03PM -0400, David Kerber wrote: On 8/1/2014 6:06 PM, James H. H. Lampert wrote: Why would you want to do that? Other than a few extra server CPU cycles, what's the

Re: Increasing incoming connection request in a queue

2014-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhaval, On 8/4/14, 1:56 PM, Dhaval Jaiswal wrote: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / You need to check the Tomcat configuration guide for the default settings that you are getting. It is also

Re: JKS keystore password Encryption

2014-08-04 Thread Ognjen Blagojevic
Sanaullah, On 4.8.2014 17:26, Sanaullah wrote: I will also search the archive as well. You may find Wiki also useful: http://wiki.apache.org/tomcat/FAQ/Password -Ognjen - To unsubscribe, e-mail:

Re: Restricting SSL access within webapp

2014-08-04 Thread Ognjen Blagojevic
Chris, On 4.8.2014 22:47, Christopher Schultz wrote: Encryption is more expensive than /not/ encrypting, but it's much harder on the server (many connections) than it is on the client (single-digit). Since these days, everyone is disabling compression for SSL, the biggest problem for a dial-up

Re: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread fachhoch
I think my errror is similar to one error reported in https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 I got the error after 50 days as mentioned in the bug, I am using jdk 7 64-bit and tomcat 7.0.52, is this fixed in 7.0.55? Please advice tomcat 7.0.55 has fix for this issue?

RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
From: fachhoch [mailto:fachh...@gmail.com] Subject: Re: java.net.SocketTimeoutException: Accept timed out I think my errror is similar to one error reported in https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 I am using jdk 7 64-bit and tomcat 7.0.52, is this fixed in 7.0.55?

Re: JKS keystore password Encryption

2014-08-04 Thread Sanaullah
Thanks to all. I was looking something similar to this [1] which is implemented in JBoss. [1] https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/5/html/Security_Guide/Encrypting_The_Keystore_Password_In_Tomcat.html On Tue, Aug 5, 2014 at 3:43 AM, Ognjen

RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread fachhoch
Thank you for trying to help, my confusion proposed if for 6.0.x. ( the bug was filed for version 6.0.xx and a fix was proposed but did not commit the fix in version 6.0...x ) it will be in 7.0.55 onwards (does this mean fix will be available from 7.0.55 version onwards? )

RE: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread Caldarale, Charles R
From: fachhoch [mailto:fachh...@gmail.com] Subject: RE: java.net.SocketTimeoutException: Accept timed out proposed if for 6.0.x. ( the bug was filed for version 6.0.xx and a fix was proposed but did not commit the fix in version 6.0...x ) It was committed in 6.0.42. it will be