[Resin-interest] Any way to set jsp page-encoding with Servlet 3.0 Java-only configuration?

2014-03-11 Thread Rick Mann
I apologize, since this isn't strictly a Resin issue, but:

I used to have this in my web.xml:

jsp-config
jsp-property-group
url-pattern*.jsp/url-pattern
page-encodingUTF-8/page-encoding
/jsp-property-group
/jsp-config

How do I duplicate that effect in Servlet 3.0/Spring Java-only configuration?

Thanks!

-- 
Rick





signature.asc
Description: Message signed with OpenPGP using GPGMail
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Any way to set jsp page-encoding with Servlet 3.0 Java-only configuration?

2014-03-11 Thread Alex Rojkov
In Resin you should be able to specify that with character-encoding tag at 
web-app | host | cluster | resin level. 

http://www.caucho.com/resin-4.0/reference.xtp#characterencoding

Thanks,
Alex

 I apologize, since this isn't strictly a Resin issue, but:
 
 I used to have this in my web.xml:
 
 jsp-config
   jsp-property-group
   url-pattern*.jsp/url-pattern
   page-encodingUTF-8/page-encoding
   /jsp-property-group
 /jsp-config
 
 How do I duplicate that effect in Servlet 3.0/Spring Java-only configuration?
 
 Thanks!
 
 -- 
 Rick
 
 
 
 ___
 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


Re: [Resin-interest] Any way to set jsp page-encoding with Servlet 3.0 Java-only configuration?

2014-03-11 Thread Rick Mann
Yeah, I've got this as the first line in my resin.xml:

character-encodingUTF-8/character-encoding

But it is insufficient.


On Mar 11, 2014, at 16:45 , Alex Rojkov a...@caucho.com wrote:

 In Resin you should be able to specify that with character-encoding tag at 
 web-app | host | cluster | resin level. 
 
 http://www.caucho.com/resin-4.0/reference.xtp#characterencoding
 
 Thanks,
 Alex
 
 I apologize, since this isn't strictly a Resin issue, but:
 
 I used to have this in my web.xml:
 
 jsp-config
  jsp-property-group
  url-pattern*.jsp/url-pattern
  page-encodingUTF-8/page-encoding
  /jsp-property-group
 /jsp-config
 
 How do I duplicate that effect in Servlet 3.0/Spring Java-only configuration?
 
 Thanks!
 
 -- 
 Rick
 
 
 
 ___
 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


-- 
Rick





signature.asc
Description: Message signed with OpenPGP using GPGMail
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest