Re: server.xml password encryption instead of plain text

2017-05-25 Thread Vidyadhar
On Thu, 25 May 2017 at 6:01 PM, Dhaval Jaiswal wrote: > How can we avoid defining plain text password in server.xml​ or is there a > way i can encrypt the password in server.xml. ​ > There are couple of examples on https://wiki.apache.org/tomcat/FAQ/Password -- Regards, Vidyadhar

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
ion. Snippet of catalina-tasks.xml is as follows ( and this is the only file included in import): Catalina Ant Manager, JMX and JSPC Tasks > On 17 May 2017 at 15:03, Vidyadhar wrote: > > > On Wed, May 17, 2017 at 7:30 PM

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
mpilation: > > On 17 May 2017 at 14:58, Vidyadhar wrote: > > > Hello KR, > > > > On Tue, May

Re: JSP compilation 65535 bytes limit

2017-05-17 Thread Vidyadhar
Hello KR, On Tue, May 16, 2017 at 8:43 PM, Mohammed Manna wrote: > Hi Vidyadhar, > > Some points to note here: > > 1) Setting those parameters in Web.xml file (CATALINA_HOME/conf) doesn't > guarantee that it won't happen. Tomcat 8.0.43 onwards have got this r

Re: JSP compilation 65535 bytes limit

2017-05-16 Thread Vidyadhar
anyway. So you can go through those compiled files using > your custom tool and print the size of the methods. > > > I hope this helps you. > > Further to above we tried various tomcat version and as per our observation we are not seeing this error on 8.0.29 version. Note t

Re: JSP compilation 65535 bytes limit

2017-05-11 Thread Vidyadhar
Hello Sagar, On Fri, 12 May 2017 at 12:26 PM, sagar kohli wrote: > Try adding following init parameter in /conf/web.xml > > > mappedfile > false > We already tried it but no success. > > > On Fri, May 12, 2017 at 10:28 AM, Vidyadhar > wrote: > &g

JSP compilation 65535 bytes limit

2017-05-11 Thread Vidyadhar
modern 2. Increased the buffer size. Can some one suggest some ways to resolve this error, without downgrading to 7.0.42 -- Regards, Vidyadhar

Re: Tomcat getting stopped when idle

2013-11-07 Thread Vidyadhar
Hi Chris, On Sat, Nov 2, 2013 at 7:04 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vidyadhar, > > On 11/1/13, 11:31 PM, Vidyadhar wrote: > > Hi Konstantin, > > > > On 2 Nov 2

Re: Tomcat getting stopped when idle

2013-11-01 Thread Vidyadhar
Hi Konstantin, On 2 Nov 2013 01:06, "Konstantin Kolinko" wrote: > > 2013/11/1 Vidyadhar : > > On 1 Nov 2013 00:52, "Konstantin Kolinko" wrote: > >> > >> 2013/10/31 Vidyadhar : > >> > Hi, > >> > > >> > We a

Re: Tomcat getting stopped when idle

2013-11-01 Thread Vidyadhar
On 1 Nov 2013 00:52, "Konstantin Kolinko" wrote: > > 2013/10/31 Vidyadhar : > > Hi, > > > > We are facing some weird issue in our Tomcat environment. After starting > > the Tomcat process on one of our Solaris server, process is automatically > > get

Tomcat getting stopped when idle

2013-10-31 Thread Vidyadhar
Hi, We are facing some weird issue in our Tomcat environment. After starting the Tomcat process on one of our Solaris server, process is automatically getting shutdown after 2-3 minutes if no activity is done through Application deployed in Tomcat. I have observed similar issue in one of followin