Search code examples
eclipsetomcatproxycgicgi-bin

Add CGI-BIN to Tomcat 7 on Eclipse


I am trying to use OpenLayers WPS Client which requires the usage of a CGI Proxy but I am unsure how to enable CGI on my Java EE web application.

I am aware that I must configure Tomcat to allow the usage of the WEB-INF/cgi folder but I am unsure how.

I am using Eclipse Juno for Java EE with the Tomcat 7 plugin thingy under Windows Server 2008 RC2.


Solution

  • I would suggest reading the Tomcat CGI documentation which tells you how to enable CGI.