Hi,

I have a web application which I have deployed to jboss as a packaged war. The 
webapplications contains several JSPs. If I try to request the JSP with a 
browser (e.g.: http://localhost:8080/MQWFClient35T/Logon.jsp), JBoss allways 
returns this HTML with an empty body:

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

If I try to access an URL which does not exist (e.g.: 
http://localhost:8080/MQWFClient35T/LogonNotExist.jsp) I get an HTTP Status 404 
- /LogonNotExist.jsp.
This is the right behaviour. But why does JBoss deliver the same empty HTML 
page all times I try to access one of my jsps without writing an error to the 
logs?

Any help would be greatly appreciated!

Regards,
Jochen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896348#3896348

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896348


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to