Quercus: Gallery2

From Resin 3.0

Jump to: navigation, search

Required resin-web.xml configuration:

<web-app xmlns="http://caucho.com/ns/resin">

 <servlet-mapping url-pattern="*.php"
                  servlet-class="com.caucho.quercus.servlet.QuercusServlet">
   <init>
     <script-encoding>ISO-8859-1</script-encoding>
     <php-ini>
       <unicode.runtime_encoding>ISO-8859-1</unicode.runtime_encoding>
     </php-ini>
   </init>
 </servlet-mapping>

</web-app>

Personal tools