How to set Rerlative path for JSPs & Js in WebSphere environment
Hi,
I am trying to migrate the application from weblogic to websphere.
now, i am facing one problem.
WEBFolder is web project in which webcontent folder is having different folders.. (like x,y,z ) containing js,jsps.
2. jsps in different folders accessing jsp , js in differnt foldes. (e.g. jsp under x folder is including jsp. js in y folder).
i am accessing all these files with relative path.
but this jsp not getting included jsp's & js files.
Can u please give any inputs on this.
Is there any other settings need to be done?

