Hi, I am working on a project that needs to retrieve audio files under the root directory of a server (/audio). My question is that Can Tomcat 4.x servers files that are not in the webapps directory. If it can, can someone point me to an example of such set up. Here is an example of how the audio file may be requested from a servlet using http. http://hostName:portNumber/myApp/Hi.wav Tomcat should fetch the audio file Hi.wav from the /audio directory and not from the myApp that is under the webapps directory.
Thank you in advance, Kam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
