Quercus: Openads
From Resin 3.0
Openads-2.0.11-pr1, Resin 3.1.1
1. download Mysql Connector/J JDBC Driver into your [Resin or webapp] lib directory.
2. set <script-encoding> in [ROOT or webapp] WEB-INF/resin-web.xml:
<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> </init> </servlet-mapping> </web-app>