Appboard/2.4/admin/enabling cgi
Revision as of 05:47, 19 September 2013 by imported>Jason.nicholls
AppBoard runs on an Apache Tomcat server that can be configured to run CGI scripts.
To enable CGI follow these steps:
- Edit [INSTALL_HOME]/server/conf/web.xml
- uncomment the CGI servlet section, lines 333 through 347
- uncomment the CGI servlet-mapping section, lines 381 through 386
- save changes.
- Edit [INSTALL_HOME]/server/conf/context.xml
- add the parameter privileged="true" to the <Context ... > tag on line 19.
- save changes.
- Restart AppBoard.