Symptom: When a
jsp is defaulted (e.g "index.jsp" when uk.parallaxict.com is entered into the browser)instead of displaying content netscape attempts to download it.
Theory: Resin relies on "*.jsp" in the url
pattern to know when to run. This is not present when a document is defaulted. Therefor resin is not called and since netscape does not have a JVM installed as default it sees the index.jsp as a file to download.
Current action: I have tried mapping the '/' operator to allow it to invoke the jsp handler servelet but this is the mapping for the fileServlet and therefor without it the default document cannot be found.
Your help: Could anyone please suggest any other ways in which i can invoke the jsp handler serlet without interfering with the file handler
servlet.