I have followed the example of demo http://directwebremoting.org/dwr-demo/simple/text.html and I am able to see it is working fine when hitting the url localhost:8080/DWRTest/dwr but when i tried from my jsp page localhost:8080/DWRTest/index.jsp the <script type='text/javascript' src='/DWRTest/dwr/interface/Demo.js'></script> is not including. Could some let me know how to resolve this.
This is my jsp file and Demo.js file is directly under DWRTest