the relative JS and CSS path mentioned in my JSP is not being picked up instead its giving some archive path from war file throwing file not found exception.
could it be because of the entry in my weblogic.xml (version 12c )
"<wls:show-archived-real-path-enabled/> true <wls:show-archived-real-path-enabled/>"
though I am not using real path in JSP.
its only being used in java class ( absoluteDiskPath = session.getServletContext().getRealPath(path) )
to refer a static file.
also Any workaround to fetch real path.