Read the full article on the IBM website.
While I am finding out what I can about Quercus it seems to be the PHP engine driving PHP in Liferay.
It seems to be held in the JAR files quercus.jar, resin-util.jar, and javamail-141.jar.
The php.ini file is used to configure the PHP behavior, like setting directories, file paths, changing sessions, and so on. This file can be specified in the web.xml file.
SOme thing like this:
<init-param> <param-name>ini-file</param-name> <param-value>WEB-INF/php.ini</param-value> </init-param>
If this is associated with the QuercusServlet, I do not know.
No comments:
Post a Comment