Quercus: Gallery2

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(New page: Required resin-web.xml configuration: <web-app xmlns="http://caucho.com/ns/resin"> <servlet-mapping url-pattern="*.php" servlet-class="com.caucho.quercus.servlet.Quer...)
 
 
(One intermediate revision by one user not shown)

Latest revision as of 09:56, 11 July 2007

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