Hi,
I'm running tomcat version 4.X on HPUX system as a standalone server. I have read
the CGI howto for tomcat and I have enabled CGI capability on the server.
My question is - How can I define additional directory that contains CGI scripts
other than the default one that comes with the configuration.
On apache I would say something like:
ScriptAlias cgi-bin/myscripts /usr/local/myscript to link /usr/local/myscript to
the cgi-bin/myscripts directive. How can this be done under tomcat?
Thanks in advance.
Yochy Toledano