Hi,
I have a login page..this calls a
servlet for processing,then it loads another
JSP page say welcome page..this again has to call another servlet which in turn has to load another JSP.But after the welcome page..it gives me server error ..the path seems to have an additional /servlet
i call the servlets as
action:servlet/package name.servlet-class name
Any idea wot the problem is?