Re: [appfuse-user] One context uses a different encoding

2007-03-02 Thread Brett Knights
One possible solution is to have them write their files as jsp documents so the encoding can be called out in the preamble( See below) I'd like to avoid imposing that "foreignness" :-) on the users if at all possible. TIA Brett Knights e.g. http://java.sun.com/JSP/Page"; version="2.0" xm

[appfuse-user] One context uses a different encoding

2007-03-02 Thread Brett Knights
Hello, I have a tomcat server in which I have a number of appfuse projects deployed. I have on application that I'd like to have the default file encoding be shift_jis. Is there any way to set the file.encoding system parameter on a per context basis? Some other method of achieving this aim?