Hi!

        I am new to the web application development. So bear with me.

I am using lucene with Tomcat as a standalone web server. I have a form to submit my query which gets handled by a servlet. The servlet brings back the document names which is hyperlinked to the directory it resides. The documents reside outside the installed web server directory. So when I click on it I get document not found error. If the documents are copied into the WEB-INF directory I am able to access it. I require a way to access those documents outside the server. I read in apache it can be setup in the http.conf file with alias. Is there a way it could be achieved in Tomcat. What are my options?? (If I use file URL as hyperlink IE and Mozilla blocks them due to security. The link is dead.)

thanks,
suba suresh.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to