Hello, Further to my last mail, I got my configuration correct. The problem was that I had the redirector URL in the DefaultContext whereas my applications and JSPs were in a different context. So now I just moved the jspRedirector URLs to the context under which I employ, namely employee . Having done that, I also modified my web.xml under the new context and now my cactus.properties looked something like this.
cactus.servletRedirectorURL= http://localhost:7001/emp/ServletRedirector/ cactus.jspRedirectorURL= http://localhost:7001/emp/JspRedirector/ .. Now I got my JSP configured up and running. Well, if any of you have met with similar problems may be this small piece of information may help a bit. Thanks. Karthik Kumar. __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com
