Hello - I checked out the web pretty extensively and couldn't find the answer to the question in the subject. I am working on some Ajax stuff that will eventually have some servlets, but in the beginning I just want to set up an index.html that loads some javascript libraries along with the page. How would I set up a web.xml to reflect that? I've tried commenting out the <servlet> and <servlet-mapping> tags, but the app won't load and I can't see it's home directory via tomcat. I tried adding a <Context> tag in servlet.xml. That works in that I can see the page, but I'm having problems loading the javascript I want and I am not sure whether it is because of how I am accessing the html.
Garey Mills