Hello
I am trying to configure Tomcat as a web server initially, and configured
the CGI and SSI servlets and mappings exactly as the default. So, I tried to
make my dummy tcl scripts (that worked with Apache formerly) work with
Tomcat also.
The call for
<!--#exec cgi=/cgi-bin/teste2.tcl"-->
makes Tomcat say that it can't find the CGI script. If I put the call in a
link, like
<a href="/cgi-bin/teste2.tcl">Teste 2 TCL</a>
makes Tomcat claim about an internal error, with all that dumped info,
although it seems it could find the script at WEB-INF/cgi (as in the
default).
Would any of you know what I am missing?
Thanks in advance
Ronaldo Juliatto