|
The directory structure :
ProfessionalWebApp(root)/WEB-INF/classes/com/
instantJsp/LoginManager.jsp[pollstop]
And I have deployed it in Weblogic's defaultWebApp folder of my domain[pollstop]I am calling the JSP from a html file
And the url to access my application is:
It displays the html form correctly, but when I am going to enter the fields and press the enter button it simply says Parsing of
ProfessionalWebApp/ValidateUser1.jsp
could not be loaded
Probably occured due to the error in /ProfessionalWebApp/ValidateUser1.jsp line 1:<jsp:useBean id="loginManager" class="com.instantJsp.LoginManager" scope="application"/>
please help
|