Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hey guys, i just added "some" entries to the default web.xml and server.xml. More precisely it was (sorry, i don't know how to mark code pastings) RailoCFMLServlet CFML runtime Engine railo.loader.servlet.CFMLServlet configuration {web-root-directory}/WEB-INF/railo Configuration

How can we configure deployXML=true in security manager ?

2014-08-14 Thread Utkarsh Dave
We upgraded from Tomcat 7.0.41 to tomcat 7.0.53. We are starting the Tomcat as "-security" so as to enable security manager. I also see the changelog of 7.0.48 mentioning about this change "When running under a security manager, change the default value of the Host's deployXML attribute to false. a

Re: How can we configure deployXML=true in security manager ?

2014-08-14 Thread Daniel Mikusa
On Thu, Aug 14, 2014 at 6:39 AM, Utkarsh Dave wrote: > We upgraded from Tomcat 7.0.41 to tomcat 7.0.53. > We are starting the Tomcat as "-security" so as to enable security manager. > I also see the changelog of 7.0.48 mentioning about this change > "When running under a security manager, change

RE: How to set memory size more than 1600MB to tomcat JVM in Windows

2014-08-14 Thread Suresh Bodapothula
Hi , Thanks for your reply. Please find the below log information. Aug 06, 2014 10:51:18 AM org.apache.solr.common.SolrException log SEVERE: ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error at org.apache.catalina.connector.OutputBuffer.realWr

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread André Warnier
Rene Scheffler wrote: Hey guys, i just added "some" entries to the default web.xml and server.xml. [...] I do not have a lot of time today, so I'll let someone else pick apart what you did, and maybe try to figure out why what you did created WEB-INF directories all over the place. But there

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hey André, first i want to say thanks for that big followup. I've read through all this and some points were clear to me before..but now as i see your points..i only use tomcat for CFML/railo and nginx for delivering static files. So when i got my website project in the directory /mnt/webroot/sites

Re: JKS keystore password Encryption

2014-08-14 Thread George Sexton
On 8/4/2014 8:17 AM, André Warnier wrote: 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 (mentione

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Rene Scheffler
Hello, So when i start the Tomcat and tail -f at the catalina.out in /opt/tomcat/logs/, i see this happening during the startup. I did a lot of google research before posting this and looked through various posts, containing info on the deployment Process. I even checked the API reference but ther

Re: JKS keystore password Encryption

2014-08-14 Thread Mark Thomas
On 14/08/2014 15:10, George Sexton wrote: > > On 8/4/2014 8:17 AM, André Warnier wrote: >> 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 woul

Re: JKS keystore password Encryption

2014-08-14 Thread David kerber
On 8/14/2014 10:33 AM, Mark Thomas wrote: On 14/08/2014 15:10, George Sexton wrote: On 8/4/2014 8:17 AM, André Warnier wrote: 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

Re: JKS keystore password Encryption

2014-08-14 Thread George Sexton
On 8/14/2014 8:33 AM, Mark Thomas wrote: On 14/08/2014 15:10, George Sexton wrote: graph. Can you help me understand why tomcat doesn't take the approach of Apache httpd which is to ask the user for the decryption key at startup time? Because it is largely a waste of time. Anyone with root on

Re: JKS keystore password Encryption

2014-08-14 Thread Mark Thomas
On 14/08/2014 15:46, George Sexton wrote: > > On 8/14/2014 8:33 AM, Mark Thomas wrote: >> On 14/08/2014 15:10, George Sexton wrote: >>> graph. >>> Can you help me understand why tomcat doesn't take the approach of >>> Apache httpd which is to ask the user for the decryption key at startup >>> time

Re: Help me to understand why Tomcat is creating random WEB-INF folders.

2014-08-14 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rene, I'll put comments inline since I have very few to write. Hopefully you can find them. On 8/14/2014 7:22 AM, Rene Scheffler wrote: > Hello, > > So when i start the Tomcat and tail -f at the catalina.out in > /opt/tomcat/logs/, i see this happ

How to configure persistence session cookie with apache tomcat

2014-08-14 Thread Sapna Kumari
Hi All, My apologies if the questions are too stupid or naive. The problem is I have two servers under my vip (oia-vip.example.com) When I have either of the one servers(server1 or server2) running we are able to login to my application(oracle Identity Analytics - OIA ) fine. But when our appli