Problem configuring Tomcat to handle .rhtml
am 21.10.2007 03:59:22 von RichardOnRailsHi All,
I'm trying to get my installed Apache Tomcat 6.0 to properly
process ://localhost:8080/Whatever.rhtml, where this file contains
embedded Ruby.
I consulted %CATALINA_HOME%/webapps/docs/cgi-howto.html on mt WinXP/
SP2 system.
It directed me to "Remove the XML comments from around the CGI servlet
and servlet-mapping configuration in $CATALINA_BASE/conf/web.xml."
I did that, but I also reviewed the comments immediately preceding
that configuration. It said "IMPORTANT: To use the CGI servlet, you
also need to rename the $CATALINA_HOME/server/lib/servlets-
cgi.renametojar file to $CATALINA_HOME/server/lib/servlets-cgi.jar".
However, there is no %CATALINA_HOME%/server folder on my system.
Is there a better guide on how to do this? Any other ideas?
Thanks in Advance,
Richard