Anthony Diodato wrote: > > I need to configure Tomcat and/or IIS to handle .tcl > files (if possible) We have a search application that > uses tcl to handle the search. >
It's borderline off-topic (the tomcat-users list would probably be a better place to ask), but what the heck. If you want to use a servlet, you can either use java.lang.Runtime.exec() to run the Tcl interpreter, or maybe something like: http://tcl.activestate.com/software/java/ You might also take a look at: http://tcl.apache.org/ tcl.apache.org is for Apache httpd, not Tomcat, but it might be a place to find futher info. I seem to remember this coming up before, but I can't find the reference. You might want to try nosing around on google. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
