Re: Adding a custom configurations file globally and at web-app level for Apache Tomcat

2016-02-20 Thread Christopher Schultz
Chiranga, On 2/12/16 1:27 AM, Chiranga Alwis wrote: > There are some custom configurations which we intend to add to this config > file. We have a custom made single-sign-on valve based on SAML 2.0 which > has plenty of configuration properties plus there are some custom > classloading code which

Re: Sessions number issue

2016-02-20 Thread Christopher Schultz
Qadeer, On 2/19/16 9:50 PM, Qadeer Khan wrote: > Thanks so much for the help. I thought it were the open forum for any > one needing support for Tomcat related questions. It is, but you aren't answering any of our followup questions. It's making it literally impossible to help you. -chris >

Re: Sessions number issue

2016-02-20 Thread Qadeer Khan
And I have no idea what questions I have to answer here! other than application sessions are being created by users and session field is remaining as zero. On clicking on the session number which is a '0' displays following error message: An error occurred at line: 109 in the jsp file:

Re: Sessions number issue

2016-02-20 Thread George Sexton
On 2/20/2016 10:09 AM, Qadeer Khan wrote: And I have no idea what questions I have to answer here! other than application sessions are being created by users and session field is remaining as zero. Seriously, you should try responding to Mark's question here:

context doesnt pick up

2016-02-20 Thread Me Self
Hi All When I put the context in server.xml it works fine, but if I put the same context tag in a xml file under /conf/Catalina/localhost/test.xml then tomcat doesn't pick it up. I would rather want to use the latter. The test.xml is Its a set up where the tomcat user has no write access to

RE: context doesnt pick up

2016-02-20 Thread Caldarale, Charles R
> From: Me Self [mailto:wmso...@gmail.com] > Subject: context doesnt pick up > When I put the context in server.xml it works fine, but if I put the same > context tag in a xml file under /conf/Catalina/localhost/test.xml then > tomcat doesn't pick it up. I would rather want to use the latter. >

RE: context doesnt pick up

2016-02-20 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: context doesnt pick up > If all you have in the element is the docBase and your webapp is > located > in the 's appBase directory, you don't need a element at all. Sorry, since you have both deployOnStartup and

Re: context doesnt pick up

2016-02-20 Thread Me Self
I already tried an empty Context tag and no Context tag, makes no difference. Catalina.out has not error. I tried setting logging level FINE to see if there were anything related to how it scans conf/Catalina/localhost/ but nothing. On Sun, Feb 21, 2016 at 12:11 AM, Caldarale, Charles R <

Re: context doesnt pick up

2016-02-20 Thread Me Self
OK thanks. On Sun, Feb 21, 2016 at 12:25 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > > Subject: RE: context doesnt pick up > > > If all you have in the element is the docBase and your webapp > is located > >

Re: context doesnt pick up

2016-02-20 Thread prashant sharma
On Sat, Feb 20, 2016 at 11:28 PM, Me Self wrote: > I already tried an empty Context tag and no Context tag, makes no > difference. Catalina.out has not error. I tried setting logging level FINE > to see if there were anything related to how it scans > conf/Catalina/localhost/

RE: context doesnt pick up

2016-02-20 Thread Caldarale, Charles R
> From: prashant sharma [mailto:pacificmist.0...@gmail.com] > Subject: Re: context doesnt pick up > I thing you need to place the web app outside tomcat lets say in > /users/myfolder/test > And then set docbase path in /conf/Catalina/localhost/test.xml > to > and then stop start tomcat. That

Tomcat memory

2016-02-20 Thread Gokul . Baskaran
Hi, I am currently running tomcat 7 in Windows 2012. The current JVM Heap memory parameters are set to empty, does the JVM Heap memory utilize the entire memory of the OS or does it default to a specific memory number? Thank you -Gokul