hi All,
I have a jsp page which uses classes present in 1 jar file.
I put this jsp page in a folder in MWS server relative to the front end url.
From with in my application, I am able to open this jsp page. However, this jsp page is not able to utilize the classes present in jar file (giving javascript error - indicating not able to identify the class definition).
This is probably because the jar file is not located in the correct lib folder.
I copied this jar file in MWS/lib folder and MWS/server/default/lib - but no luck.
I even put this jar file in MWS classpath (by placing jar file in MWS/updates folder and running mws.sh update command) but no result.
Could you please suggest the right location to put this jar file, so that it can be accessible by a jsp page which is placed at a relative path to front end url?
Kind regards,
Raja sekhar Kintali