jsf validator not found when using maven tomcat 7 plugin

2014-05-17 Thread 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 application from Netbeans with the same tomcat version it works fi

Re: Tomcat dependency on application server

2014-05-17 Thread Leon Rosenberg
Really, there are about 1 gazzillion valid ways to setup an application consisting of n number of tomcats and m number of jbosses, running in same or separate processes/vms/datacenters and doing stuff. Maybe you should first find out, what your deployment architecture is, and what your app does. Pr

RE: Tomcat dependency on application server

2014-05-17 Thread Terence M. Bandoian
On 5/17/2014 4:35 AM, Randhir Singh wrote: I have 1 observation. In our developmental environment, I killed the Tomcat process and started the Tomcat it worked. But in the production environment, starting Tomcat was not enough and I had to restart JBoss & Tomcat in sequence for Tomcat to be up. C

Re: Application monitoring

2014-05-17 Thread Mark Eggers
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:28:46 -0400, David kerber wrote: I am working on a small Tomcat servlet to monitor other tomcat-based applications run

Re: denying the request if it comes through IP address instead of DNS

2014-05-17 Thread André Warnier
dku...@ccilindia.co.in wrote: Hello All, We are using - Tomcat Version - 7.0.22 Operating System Version : Windows 2003 server To close a vulnerability, "To denying the request if it comes through IP address instead of DNS", we have made below configuration changes in server.xml default

RE: Tomcat dependency on application server

2014-05-17 Thread Randhir Singh
I have 1 observation. In our developmental environment, I killed the Tomcat process and started the Tomcat it worked. But in the production environment, starting Tomcat was not enough and I had to restart JBoss & Tomcat in sequence for Tomcat to be up. Could it mean that JVM is crashing or somethin