Re: [Resin-interest] Resin 3.1.8 --- JspParseException

2009-10-01 Thread mlus
Hi.

I use resin-3.0.x at linux box and use encoding ja_JP.UTF-8.

I solve this problem.

edit  $RESIN_HOME/bin/http.sh

LANG=ja_JP.UTF-8
LC_ALL=$LANG
export LANG LC_ALL

  set $JAVA_HOME and $RESIN_HOME

args=-J-server -Xmx256M -Dfile.encoding=UTF-8 .. 


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Resin 3.1.8 --- JspParseException

2009-05-08 Thread Ogu

Dear all,

  I have not solved this issue.

  In case of windows, this issue may be solved like below.
  http://bugs.caucho.com/view.php?id=2967

  But, in case of Linux, I have not solved.

  Do you have an idea for solving this issue ?


 -Original Message-
 From: resin-interest-boun...@caucho.com 
 [mailto:resin-interest-boun...@caucho.com] On Behalf Of Ogu
 Sent: Thursday, April 30, 2009 5:23 PM
 To: resin-interest@caucho.com
 Subject: [Resin-interest] Resin 3.1.8 --- JspParseException
 
 
 Dear all,
 
   Our system uses resin 3.1.8.
 
   I have a proble that is not displayed the JSP at the first 
 time access.
   But, I can see this JSP at the second time.
 
   At the first time access, I found the error message as below.
 
com.caucho.jsp.JspParseException: illegal utf8 encoding at 0x3a
 
   And, in case of LANG=en_US.UTF-8, I can see the JSP at the 
 first time.
   (  I have to use LANG=ja_JP.UTF-8. )
 
 
   What parameter or option set  for solving this issue  ?
 
 
 
 Thanks,
 Ogu
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
 



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest