According to Reshmi Pujari: > I want to keep htDig and my webserver(WebLogic) in two different > machines. However the htDig template > files needs to be kept within my application running on Weblogic. But the > htDig configuration files as well as htDig database needs to be in a > different server . Is it possible to do so? If yes please let me know the > changes required.
Well, if it helps, there's a patch for 3.1.5 (which may also work with 3.1.6, possibly with a bit of tweaking) to get htsearch to fetch template files from a web server. I'm not sure if that's exactly what your asking for, though. It's called "url-for-template" and you can get it from ftp://ftp.ccsf.org/htdig-patches/3.1.5/ However, this raises the question of why? This patch adds some overhead to htsearch, which can be avoided by having local copies of the templates on the same system where htsearch runs. You can still maintain all your templates on another system, and serve them up any way you like - all you have to do is periodically grab a fresh copy of these (using wget, curl, scp, whatever) and store them in htsearch's common_dir. In any case, the htdig database must reside on the same system as the one on which you run htsearch. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

