To me this looks like a relative/absolute path issue in the file which
tries to include the last parser.js.

Stefan


2014-03-04 16:11 GMT+01:00 Eliza Nguyen <eliza_n...@yahoo.com>:

> Hi,
>
> I am using Jetty 9 as local web server (no servlet).
>
> In my html, I import several css files js files.  Those files are found.
> However, after there are errors about files in the same directory not
> found.  It looks like the directory is moved up 1 level.
>
> Actual directory in Windows Explorer
>
> \jetty-distribution-9.1.2.v20140210\webapps\WebContent\dojo-release-1.9.1\dojo
>
> File found:
> [07:05:51.348] GET http://localhost:8080/WebContent/index_eliza.html[HTTP/1.1 
> 200 OK 16ms]
> [07:05:51.515] GET
> http://localhost:8080/WebContent/dojo-release-1.9.1/dojo/dojo.js[HTTP/1.1 200 
> OK 0ms]
> [07:05:51.516] GET http://localhost:8080/WebContent/js/boot.js [HTTP/1.1
> 200 OK 0ms]
> [07:05:51.517] GET
> http://localhost:8080/WebContent/dojo-release-1.9.1/dijit/themes/claro/claro.css[HTTP/1.1
>  200 OK 16ms]
> ...
>
> File not found: -- WebContent directory (my root directory) is no longer
> in the path
> [07:05:52.648] GET 
> http://localhost:8080/dojo-release-1.9.1/dojo/parser.js[HTTP/1.1 404 Not 
> Found 0ms]
>
> Thank you very much for your help,
>
> Eliza
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>


-- 
BEKK Open
http://open.bekk.no

TesTcl - a unit test framework for iRules
http://testcl.com
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to