Hi All,
We are using tomcat 4.1.24 to connect to web. The application GUI comes
up when we connect to web using
http://<hostname>:8080/index.jsp.
The next window after this is the Login.jsp page. We use
"Password.class" to check for password integrity to go thru the
Login.jsp page. But I get the following error when I give password, and
press enter :
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 3 in the jsp file: /login.jsp
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac]
/export/spare/CSCOPerfE/tomcat/work/Standalone/localhost/_/login_jsp.jav
a:57: cannot resolve symbol
[javac] symbol : variable Password
[javac] location: class org.apache.jsp.login_jsp
[javac] InputStream is = Password.getPasswordsFromDB();
We have placed the Password.class under /webapps/ROOT/WEB-INF/lib/.
Am I missing some configuration ? Please help me on this.
Thanks,
Sarika
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]