If you would like to run Pixenate on a J2EE server which doesn't support CGI, please follow these steps...
String script = "YOUR_ABSOLUTE_PATH_TO_PXN8.PL_SCRIPT";
... inserting your own absolute path to the pxn8.pl script. (see
examples for Sun App Server and Tomcat already provided in the source).
PXN8.basename = "pxn8.jsp";
{ "width" : -1, "status" : "ERROR", "opNumber" : 0, "errorMessage" : "No script supplied",...
... if you get the following error message...
Unable to load server-side pixenate perl modules...
... please refer to Troublshooting.
The steps to setup Pixenate on Sun's App Server 8 are the same as Tomcat 6. You need to perform the following additional step...
Change your domain's policy file (the policy file is found in domains/${DOMAIN_NAME}/config/server.policy) as follows...
Find the following line under the global grant statement ...
permission java.io.FilePermission "<>", "read,write";
... and change it to ...
permission java.io.FilePermission "<>", "read,write,execute";
Restart the domain server so that the new permissions are granted.