Hi. We're running all our local web apps using Apache Tomcat 5.5.23. I installed TestLog's web access files into the right directory, and Tomcat says that TestLog is running, but I can't access it. Is Tomcat supported for this purpose?
Announcement
Collapse
No announcement yet.
Web Access: supported under Tomcat?
Collapse
X
-
Tomcat isn't supported as such for TestLog.
There is some information here on setting up Tomcat to run CGI files, http://www.wellho.net/solutions/java...he-tomcat.html, however this didn't work for TestLog as it tries to interpret it as Perl CGI so it will not run correctly (as TestLog is a compiled windows executable).
You need to add
Code:<init-param> <param-name>executable</param-name> <param-value></param-value> </init-param>
Comment