I have my Tomcat configured to run perl scripts in
cgi-bin is mapped to \ROOT\WEB-INF\cgi
Works great with perl scripts. Tomcat tries to treat search.cgi as a perl script. I renamed to search.exe, but the error indicated it was still treating as a perl script.
Any ideas of how I configure Tomcat to treat .exe as windows executables?
Thanks
cgi-bin is mapped to \ROOT\WEB-INF\cgi
Works great with perl scripts. Tomcat tries to treat search.cgi as a perl script. I renamed to search.exe, but the error indicated it was still treating as a perl script.
Any ideas of how I configure Tomcat to treat .exe as windows executables?
Thanks
Comment