You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
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"/>