kvj2020 | 1 Aug 2007 16:29
Picon
Favicon

JSP page not showing up - instead page of strange characters


I have an application that runs fine in Tomcat.  However, when deploying to
other containers (including Jetty) only strange chars appear.  It is a
struts (1.1) app that also uses JSONrpc. No errors appear in the log.  If I
switch the struts-config to redirect to pages instead of forward, then the
pages do show up (of course only pages that do not rely on request variables
being present work since request variables are  not retained in a redirect). 
Here is a sample of just the first few characters:
‹�������í=ksÛ¸®ßïÌù¬vnmÏ& (The entire page is filled).  Has anyone seen
anything like this before.  Any help would be appreciated.
--

-- 
View this message in context: http://www.nabble.com/JSP-page-not-showing-up---instead-page-of-strange-characters-tf4200424.html#a11946701
Sent from the Jetty Support mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jetty-support mailing list
Jetty-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jetty-support
Chris Haynes | 1 Aug 2007 18:47
Picon

Re: JSP page not showing up - instead page of strange characters

Browser expecting HTTP, yet the request is being sent to an HTTPS port, so that you are looking at the
server's attempt to negotiate an SSL session?

Chris Haynes

On Wednesday, August 1, 2007 at 3:29:57 PM, kvj2020 wrote:
> I have an application that runs fine in Tomcat.  However, when deploying to
> other containers (including Jetty) only strange chars appear.  It is a
> struts (1.1) app that also uses JSONrpc. No errors appear in the log.  If I
> switch the struts-config to redirect to pages instead of forward, then the
> pages do show up (of course only pages that do not rely on request variables
> being present work since request variables are  not retained in a redirect).
> Here is a sample of just the first few characters:
> ‹�������í=ksÛ¸®ßïÌù¬vnmÏ& (The entire page is filled).  Has anyone seen
> anything like this before.  Any help would be appreciated.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jetty-support mailing list
Jetty-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jetty-support

Gmane