You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Collins, Jim" <ji...@uk.nomura.com> on 2002/05/07 12:48:03 UTC

Strange JSP Problem

I have a strange JSP problem with Tomcat 4. When I start Tomcat everything
is fine and the JSP's are working OK. But when I load a particular JSP which
always fails all other JSP's then stop working even the examples, and just
display an empty html page, here is the html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1"
http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>

I have to restart Tomcat to get the JSP's working again. If anyone has any
ideas what is causing this it would be appreciated.

Thanks

Jim.


PLEASE READ: The information contained in this email is confidential
and intended for the named recipient(s) only. If you are not an intended
recipient of this email you must not copy, distribute or take any 
further action in reliance on it and you should delete it and notify the
sender immediately. Email is not a secure method of communication and 
Nomura International plc cannot accept responsibility for the accuracy
or completeness of this message or any attachment(s). Please examine this
email for virus infection, for which Nomura International plc accepts
no responsibility. If verification of this email is sought then please
request a hard copy. Unless otherwise stated any views or opinions
presented are solely those of the author and do not represent those of
Nomura International plc. This email is intended for informational
purposes only and is not a solicitation or offer to buy or sell
securities or related financial instruments. Nomura International plc is
regulated by the Financial Services Authority and is a member of the
London Stock Exchange.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Strange JSP Problem

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
Collins, Jim wrote:

> I have a strange JSP problem with Tomcat 4. When I start Tomcat everything
> is fine and the JSP's are working OK. But when I load a particular JSP which
> always fails all other JSP's then stop working even the examples, and just
> display an empty html page, here is the html:


I have had that problem with JSP pages which had their own "init()" method and 
threw a UnavailableException. That was recognized as a bug and will be fixed in 
4.0.4.


> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content="text/html; charset=iso-8859-1"
> http-equiv=Content-Type></HEAD>
> <BODY></BODY></HTML>


1. Why is this a JSP page? It doesn't have even the bare minimum of JSP directives.

2. Where is it failing, since there is no Java code in it?


> I have to restart Tomcat to get the JSP's working again. If anyone has any
> ideas what is causing this it would be appreciated.

Apart from my expirience, I have no clue what couldbe wrong.

Nix.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Strange JSP Problem

Posted by Raphael <rc...@alphacent.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Post the JSP code


Le Mardi 07 Mai 2002 12:48, Collins, Jim a écrit :
> I have a strange JSP problem with Tomcat 4. When I start Tomcat everything
> is fine and the JSP's are working OK. But when I load a particular JSP
> which always fails all other JSP's then stop working even the examples, and
> just display an empty html page, here is the html:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content="text/html; charset=iso-8859-1"
> http-equiv=Content-Type></HEAD>
> <BODY></BODY></HTML>
>
> I have to restart Tomcat to get the JSP's working again. If anyone has any
> ideas what is causing this it would be appreciated.
>
> Thanks
>
> Jim.
>
>
> PLEASE READ: The information contained in this email is confidential
> and intended for the named recipient(s) only. If you are not an intended
> recipient of this email you must not copy, distribute or take any
> further action in reliance on it and you should delete it and notify the
> sender immediately. Email is not a secure method of communication and
> Nomura International plc cannot accept responsibility for the accuracy
> or completeness of this message or any attachment(s). Please examine this
> email for virus infection, for which Nomura International plc accepts
> no responsibility. If verification of this email is sought then please
> request a hard copy. Unless otherwise stated any views or opinions
> presented are solely those of the author and do not represent those of
> Nomura International plc. This email is intended for informational
> purposes only and is not a solicitation or offer to buy or sell
> securities or related financial instruments. Nomura International plc is
> regulated by the Financial Services Authority and is a member of the
> London Stock Exchange.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE81+LEh2ITK4xBkFERAkLgAJ4zHQ1c/Tl3WJ1Mr9N3D264B/omHwCghPx+
K8zTvkPihhrhA3Rz3j0z5Fw=
=MrTM
-----END PGP SIGNATURE-----


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>