Re: Apache Tomcat hangs

2009-08-23 Thread Pid
On 23/08/2009 15:11, Len Popp wrote: 2009/8/23 Pid: On 23/08/2009 11:08, fps wrote: I got this kind of exception with a jsp defined with session="false" (in the <%@ page... %>section at the top of the file) including another jsp which was not including that session="false" directive Whi

Re: Apache Tomcat hangs

2009-08-23 Thread Len Popp
2009/8/23 Pid : > On 23/08/2009 11:08, fps wrote: >> >> I got this kind of exception with a jsp defined with session="false" (in the >> <%@ page... %>  section at the top of the file) including another jsp which >> was not including that session="false" directive >> > > Which kind of exception? > W

Re: Apache Tomcat hangs

2009-08-23 Thread Pid
On 23/08/2009 11:08, fps wrote: I got this kind of exception with a jsp defined with session="false" (in the <%@ page... %> section at the top of the file) including another jsp which was not including that session="false" directive Which kind of exception? Which version of Tomcat? Which ver

Re: Apache Tomcat hangs

2009-08-23 Thread fps
I got this kind of exception with a jsp defined with session="false" (in the <%@ page... %> section at the top of the file) including another jsp which was not including that session="false" directive -- View this message in context: http://www.nabble.com/Apache-Tomcat-hangs-tp23777681p25101940

Re: Apache Tomcat hangs

2009-05-31 Thread Raquel Hernández Martinez
Hi Christopher, my jsp invoke to the servlet and it writes a pdf into a file ant send it by email. I need this functionality  because it´s the user who decides to generate or not this report. My version of jasper report it´s 2.0, I don´t know if it´s can be a bug for this version, because my tom

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 5/29/2009 6:35 AM, Raquel Hernández Martinez wrote: > I am using apache Tomcat 5.5 which is set up on a hp-ux machine. > my application uses jaspert-reports > At times during we use jaspert-rerpot for generate to a pdf, get an error > as sh

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Wow, you did a lot of work! On 5/29/2009 8:47 AM, Martin Gainty wrote: > but none of this *should happen if the jsp execution did'nt double submit* > relevant bits of your jsp code located at What does this mean? >> at org.apache.j

Re: Apache Tomcat hangs

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 5/29/2009 6:35 AM, Raquel Hernández Martinez wrote: > I am using apache Tomcat 5.5 which is set up on a hp-ux machine. > my application uses jaspert-reports > At times during we use jaspert-rerpot for generate to a pdf, get an error > as sh

RE: Apache Tomcat hangs

2009-05-29 Thread Martin Gainty
unwinding the stack org.apache.jasper.runtime.PageContextImpl private void _initialize(Servlet servlet, ServletRequest request, 127 ServletResponse response, String errorPageURL, 128 boolean needsSession, int bufferSize, boolean autoFlush)