|
RequestURI=\ Error -
09-14-2009, 08:05 AM
I am creating an eclipse help TOC plugin that refers a word file from the
Windows file system. The path for the word file is D:\TestA\test.doc and Eclipse
is installed in D-drive.
So my plugins are located in D:\eclipse\plugins\
I am trying to open test.doc using the path ..\..\TestA\test.doc but the Help
system prompts me the following error:
HTTP ERROR: 404
..\..\TestA\test.doc Not Found
RequestURI=\..\TestA\test.doc
Powered by Jetty://
Am I doing something wrong?
Can you help me identify the root folder for Jetty?
|