View Single Post
  #3 (permalink)  
Old 08-06-2007, 02:15 AM
Heather Heather is offline
Senior Member
 
Join Date: Jun 2007
Posts: 164
Heather is on a distinguished road
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
Reply With Quote