Appboard/2.4/admin/enabling cgi: Difference between revisions

imported>Jason.nicholls
No edit summary
imported>Jason.nicholls
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:Enabling CGI}}
{{DISPLAYTITLE:Enabling CGI}}


The Apache Tomcat server AppBoard runs in can be configured to enable running of CGI scripts.
AppBoard runs on an Apache Tomcat server that can be configured to run CGI scripts.


{{Note|Enabling and writing CGI scripts can introduce additional load on the AppBoard server and security concerns. This document simply covers enabling CGI but thought should go into the issues mentioned.}}
{{Warning|Enabling CGI can introduce additional load on the AppBoard server and raises it's own security concerns. This document simply covers enabling CGI but thought should go into the issues mentioned.}}
 
To enable CGI follow these steps:
 
 
{{Note|Changes to web.xml and context.xml are '''not''' archived by default. While it's possible to change the archive properties files and include these files they are considered systems files and may change release to release. In other words, on upgrade it must be verified the there are no changes to these files (beyond enabling CGI).}}

Revision as of 05:39, 19 September 2013


AppBoard runs on an Apache Tomcat server that can be configured to run CGI scripts.

Template-warning.png
Enabling CGI can introduce additional load on the AppBoard server and raises it's own security concerns. This document simply covers enabling CGI but thought should go into the issues mentioned.

To enable CGI follow these steps:


Template-note.png
Changes to web.xml and context.xml are not archived by default. While it's possible to change the archive properties files and include these files they are considered systems files and may change release to release. In other words, on upgrade it must be verified the there are no changes to these files (beyond enabling CGI).