> From: thunderhead [mailto:[EMAIL PROTECTED] > Subject: HTML hyperlink problem in Apache Tomcat 5.5 > > I tried linking some local files on my workstation for > testing purposes.
You can't do that. Each link is evaluated in the environment of the *client* (browser, in your case). Unless the files are located on the client system, they won't be found. Put the files inside the webapp and access them via the proper webapp-relative references. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]