Hi Prasanna,

Code like you show works for me. It is supposed to be impossible
for a Java program to crash.  If it does, there is a bug in the
JVM.  Which JVM are you using and is there an upgrade or
alternative you can try.

Larry

> -----Original Message-----
> From: Prasanna Uppaladadium [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 06, 2001 11:16 AM
> To: [EMAIL PROTECTED]
> Subject: RequestDispatcher problems [Tomcat 3.3b1].
> 
> 
> Hello.
> 
> The bugs database is down so I couldn't check to see if there 
> is already
> a bug filed for this one.
> 
> It looks to me that something in the RequestDispatcher interface
> implementation is fundamentally broken: the following code 
> causes Tomcat
> 3.3b1 to just crash (I mean the process just vanishes into thin air).
> 
>      RequestDispatcher rd =
> request.getRequestDispatcher(voiceRegServlet);
>      rd.include(request, response);
> 
> The above code fragment is part of a (fairly simple) servlet. The
> fragment is executed when an error condition is to be generated. The
> variable voiceRegServlet simply points to a JSP page.
> 
> Is this a known bug? Any help is appreciated.
> 
> Thanks,
> Prasanna.
> 
> 

Reply via email to