[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
UTF-8



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 Rick Mann
Yeah, I've got this as the first line in my resin.xml:

UTF-8

But it is insufficient.


On Mar 11, 2014, at 16:45 , Alex Rojkov  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
>>  UTF-8
>>  
>> 
>> 
>> 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


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
>   UTF-8
>   
> 
> 
> 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