Hi, I am developing a small application where I need to intract with LDAP to read the attributes. In one java file when I run it using main() funcation it runs perfectly well, but problem comes when I deploy it on tomcat. Whenever I run application on my local machine using tomcat it says .............................. Error: 500 Location: /ForgotPassword/VerifyUser.do Internal Servlet Error:
.............................. all is correct, package netscape is present at class path and nothing went wrong when I run it as a seperate file using main()...but problem comes when I use tomcat serlet and jsps...I dont know what is wrong ???