Hi Shaji,
Ideally jar files should never be placed directly on server location like this. The moment you re-deploy your application, the jar placed why you will be gone.
If your JSP is using just the libraries from the jar file, bundle it up as an EAR and deploy it on the server.
Regards,
Anushree