Quercus: Openads
From Resin 3.0
(Difference between revisions)
(New page: 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: <w...) |
|||
Line 2: | Line 2: | ||
Resin 3.1.1 | Resin 3.1.1 | ||
− | 1. download Mysql Connector/J JDBC Driver into your [Resin or webapp] lib directory. | + | ===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: | + | ===2. set <script-encoding> in [ROOT or webapp] WEB-INF/resin-web.xml:=== |
− | <web-app xmlns="http://caucho.com/ns/resin"> | + | <web-app xmlns="http://caucho.com/ns/resin"> |
− | + | <servlet-mapping url-pattern="*.php" | |
servlet-class="com.caucho.quercus.servlet.QuercusServlet"> | servlet-class="com.caucho.quercus.servlet.QuercusServlet"> | ||
− | + | <init> | |
− | + | <script-encoding>ISO-8859-1</script-encoding> | |
− | + | </init> | |
− | + | </servlet-mapping> | |
− | </web-app> | + | </web-app> |
Revision as of 18:19, 23 May 2007
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>