Hi all,
sorry to ask the same question on the user mailing list, but I didn't get any answer to my problem.
I have a filesystem with files to index. -> no problem to index the files. I want to search them remote via the WAR using Tomcat. -> no problem by moving the segments to the correct position When I search now the links to the files have all "file://..." -> This is does not work remote. :(
My question is now:
Is there a better way to solve this problem than modifying the JSP pages the make a replacement for "file://..." into "http://<server name>/..."?
Preferred solution would be correct links in the index/seg,emts so I can narrow the search suppling part of the URL.
I'm even thinking about indexing on one machine and then move the segments to another machine serving it.
But therefore I have to modify the link the documents as well ...
Any ideas? Thank you ...
