Configure application with optional security restrictions

2015-06-08 Thread AHartner
I would like to be able to configure a web application with optional security restrains. Basically I only want the application to be secured only if an external setting such as a realm is present or application context parameter is set. In secure mode I want to use form based authentication

Re: Configure application with optional security restrictions

2015-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 AHartner, On 6/8/15 3:45 PM, AHartner wrote: I would like to be able to configure a web application with optional security restrains. Basically I only want the application to be secured only if an external setting such as a realm is present or

Re: How to upgrade Tomcat

2015-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akbar, On 6/8/15 8:58 AM, Akbar Thanakalacheruvu wrote: How to upgrade Tomcat from 7.0.37 to 7.0.62 ? Are there any instructions or document for the same? I could have sworn there was an Upgrading page on the wiki... Time to get started.

Re: Vb script not running

2015-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ankur, On 6/8/15 6:32 AM, Ankur Gupta wrote: I have apache tomcat 7.0 Which one? linux 6.1 server What is Linux 6.1? My Linux kernels say 2.6.32 or 3.14.42 and I know I'm not *that* far behind. So, what version number does that actually refer

Re: Tomcat losing request parameters

2015-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 6/4/15 10:44 PM, Ravi Kiran wrote: All the parameters are lost when this issue occurs. Code in the filter: MapString, String[] paramMap = httpRequest.getParameterMap(); StringBuilder sb = new StringBuilder(); if(paramMap != null)

war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
Hi All, I got the same error : http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available http://stackoverflow.com/questions/20163910/tomcat-in-idea-war-exploded-server-is-not-connected-deploy-is-not-available __

Re: war exploded: Server is not connected. Deploy is not available.

2015-06-08 Thread Frank Bian
I post a question on stackoverflow http://stackoverflow.com/questions/30722839/tomcat-in-intellij-idea-14-war-exploded-server-is-not-connected-deploy-is-no http://stackoverflow.com/questions/30722839/tomcat-in-intellij-idea-14-war-exploded-server-is-not-connected-deploy-is-no Best Regards,

Re: Vb script not running

2015-06-08 Thread André Warnier
Ankur Gupta wrote: I have apache tomcat 7.0 linux 6.1 server I want to deploy a .asp page which contains vb script. The problem is that vb script is not executing. Even response.write() is not working. Is there any alternative to run vb script? Assuming that this script should normally be

Vb script not running

2015-06-08 Thread Ankur Gupta
I have apache tomcat 7.0 linux 6.1 server I want to deploy a .asp page which contains vb script. The problem is that vb script is not executing. Even response.write() is not working. Is there any alternative to run vb script?

Re: Vb script not running

2015-06-08 Thread Ankur Gupta
Thank you for your reply, the vb script is normally running under windows server, i had checked it. When i deploy it into apache tomacat server and try to access vb script then it does nothing. Is there any alternative method? On Mon, Jun 8, 2015 at 4:17 PM, André Warnier a...@ice-sa.com wrote:

Re: Vb script not running

2015-06-08 Thread André Warnier
Hi. 1) on this list, it is highly-recommended to not top post Ankur Gupta wrote: Thank you for your reply, the vb script is normally running under windows server, i had checked it. When i deploy it into apache tomacat server and try to access vb script then it does nothing. Is there any

Re: Question concerning mod_jk Security Fix CVE-2014-8111

2015-06-08 Thread Pascal Wittmann
Hi Peter, I've asked the same question on 31.05 but got no reply so far. Thanks for the RedHat link. Regards, Pascal On 06/08/2015 01:43 PM, Kreuser, Peter wrote: Hi, could you please tell us, when the fixed mod_jk-Version 1.2.41 will be publicly available? The webpage does not

Re: How to upgrade Tomcat

2015-06-08 Thread David kerber
On 6/8/2015 8:58 AM, Akbar Thanakalacheruvu wrote: Hi How to upgrade Tomcat from 7.0.37 to 7.0.62 ? Are there any instructions or document for the same? If you are using a standard installation from the ASF, then just install the newer version over the old one and test your app. Thanks

I changed the context.xml for manager and now manager will not start

2015-06-08 Thread Mark Shifman
Help I feel like such a ninny: I am using apache-tomcat-8.0.20 java version 1.8.0_25 on a linux box. my new context.xml is (I changed some datasource parameters) and is living in manager Context antiResourceLocking=false privileged=true Resource name=jdbc/prot_manager auth=Container

How to upgrade Tomcat

2015-06-08 Thread Akbar Thanakalacheruvu
Hi How to upgrade Tomcat from 7.0.37 to 7.0.62 ? Are there any instructions or document for the same? Thanks for the help in advance. -Akbar This message and any attachments thereto contain information that may be privileged, confidential or otherwise protected from disclosure and is the

Re: How to upgrade Tomcat

2015-06-08 Thread Neill Lima
I love this page: http://tomcat.apache.org/migration-7.html#Upgrading_7.0.x Result: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/conf/catalina.policy?diff_format=hr1=1445362r2=1678231 On Mon, Jun 8, 2015 at 3:00 PM, David kerber dcker...@verizon.net wrote: On 6/8/2015 8:58 AM, Akbar

Question concerning mod_jk Security Fix CVE-2014-8111

2015-06-08 Thread Kreuser, Peter
Hi, could you please tell us, when the fixed mod_jk-Version 1.2.41 will be publicly available? The webpage does not mention any vulnerability at all, plus no newer release than the vulnerable 1.2.40. For now RedHat mentions only the fix to the source code from December 2014.