Re: tomcat6 thread locked

2014-05-18 Thread devoss ind
Hi Christopher, Exact Tomcat version is 6.0.16 OS Version is RHEL Server release 5.3(Tikanga) Java version is 1.6.0_10 Regards, Devoss On Fri, May 16, 2014 at 9:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > devoss, > >

Re: Application monitoring

2014-05-18 Thread Neven Cvetkovic
> >> Which is "item 3"? I'd be happy to fix whatever is missing. > >> > >> - -chris > > > > Example Application Exposing Internals Using JMX > > > > at the bottom of the page goes nowhere. More accurately, it goes to > > a placeholder page. > > Aah. NevenCvetkovic added that link, not me, so I dunn

Re: Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
> For virtual host-specific context configurations, place a > context.xml.default in: > > $CATALINA_BASE/conf/[engine-name]/[host-name] > > See the following: > > http://tomcat.apache.org/tomcat-7.0-doc/config/context.html That did the trick; thanks! -- Tim Gustafson t...@tgustafson.com --

Re: Application monitoring

2014-05-18 Thread Mark Eggers
On 5/18/2014 2:26 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/17/14, 10:58 AM, Mark Eggers wrote: Chris, On 5/16/2014 8:46 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/14/14, 1:41 PM, Mark Eggers wro

Re: Application monitoring

2014-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/17/14, 10:58 AM, Mark Eggers wrote: > Chris, > > On 5/16/2014 8:46 AM, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 5/14/14, 1:41 PM, Mark Eggers wrote: >>> On Wed, 14 May 2014 12:2

Re: jsf validator not found when using maven tomcat 7 plugin

2014-05-18 Thread Dafinoiu Iulian
Hey, No, I get javax.faces.FacesException Expression error: Named object customXmlValidator not found even though is defined perfectly, otherwise it wouldn't have worked when I run it from my IDE or manually with any server. Just when I run it using the maven tomcat connector, I get this err

Re: Persistent Context Configuration

2014-05-18 Thread Mark Eggers
On 5/18/2014 12:39 AM, Tim Gustafson wrote: Hi, I have a web application that I've deployed on three different virtual hosts. Each virtual host requires different configuration data (specifically, AWS credentials and options that the web application uses to access AWS services). In the future,

Re: Session fixation & Tomcat 7

2014-05-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akash, On 5/8/14, 9:56 PM, Akash Jain wrote: > Hi, > > I am trying to resolve session fixation issue with tomcat 7.0.52 > > We have a Spring MVC application running on it, and the Auth method > is provided by another application which writes cooki

Re: jsf validator not found when using maven tomcat 7 plugin

2014-05-18 Thread Burghard Britzke
Am 18.05.2014 um 02:35 schrieb Dafinoiu Iulian : > > > Hey guys, > > > I'm developing a web application using latest version of spring 3.2 and > latest version of jsf 2.2 (on Mac Mavericks). I defined a custom validator > and give it an id using the faces exception annotation. If I run the

Persistent Context Configuration

2014-05-18 Thread Tim Gustafson
Hi, I have a web application that I've deployed on three different virtual hosts. Each virtual host requires different configuration data (specifically, AWS credentials and options that the web application uses to access AWS services). In the future, there may be many more deployments, each with