score:2

Accepted answer

You should put all your static content inside the war root directory. In this case, in a js directory.

UPDATE: In fact, all the content that you want available for the webapp. Just remember that configuration and libraries/classes goes into the WEB-INF subdirectory and it is not directly reachable (do not put static content there).

score:0

If the url to your application is,

http://your.domain/subpath/index.htm

I would check if

http://your.domain/subpath/js/highcharts.js

reach the highcharts.js file


Related Query

More Query from same tag