Re: JSVC error

2014-01-01 Thread vicky
  I've build the JSVC on same machine over which I m running my tomcat instance   I have compiled the JSVC in the following manner but still i'm getting the  Segmentation fault  exception while executing the startup script, please suggest how to fix this:-   Step1:  export CFLAGS="-arch i386 -arc

Re: Single error page for multiple web applications

2014-01-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 12/31/13, 3:58 PM, Leo Donahue wrote: > On Dec 31, 2013 3:15 AM, "Maarten van Hulsentop" > wrote: >> >> Hello, >> >> We are using Tomcat to host a number of web applications as a >> uniform solution. We trying to implement something that

Re: DBCP : Best practice javax.sql.DataSource object and Connection Object creation in Web Application

2014-01-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Milan, One followup (to your old thread) is sufficient. On 1/1/14, 7:50 AM, Milan wrote: > I would like to know that what is the best practice or efficient > way to create javax.sql.DataSource object > > A) Following is my practice. > > -

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2014-01-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Milan, On 1/1/14, 4:05 AM, Milan wrote: > Thanks : David Kerber and Chris > > As you suggested that the issue is more likely belongs to database, > you are right, I have checked in my oracle that is there been any > blocking session are there? And

Re: Compressed SVG support (*.svgz) in Tomcat

2014-01-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 avid, On 12/31/13, 10:43 AM, David Law wrote: > there's nothing to debate: the standard says svgz's need > Content-Encoding: gzip so thats what we have to do. > > At this rate, we'll never get the Internet finished by Easter... https://issues.apa

DBCP : Best practice javax.sql.DataSource object and Connection Object creation in Web Application

2014-01-01 Thread Milan
Dear All, I would like to know that what is the best practice or efficient way to create javax.sql.DataSource object A) Following is my practice. - Using DBCP, I created javax.sql.DataSource and connection object for each call to method in my class. - Right now I am

RE: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2014-01-01 Thread Milan
Thanks : David Kerber and Chris As you suggested that the issue is more likely belongs to database, you are right, I have checked in my oracle that is there been any blocking session are there? And guess what, I have found blocked session and when I kill them manually, the application execution re