We are facing issue in referring the JS files in V8 which is working fine in V7 version in loading COE .
The below script code works fine in V7 and the same is not working in V8:
In V7:
<script src="<html:rewrite page="/cif/scripts/vignCOE.js" />"></script> - - In JSP file
<script src="/vgn-wcm-up-example/cif/scripts/vignCOE.js"></script> - In View source (in browser)
In V8:
<script src="<html:rewrite page="/cif/scripts/vignCOE.js" />"></script>
<script src="/coe/cif/scripts/vignCOE.js"></script> --> in view Source (in browser.)
Any reason why COE context is being referred and how to bring vgn-wcm-up-example as partof context without hardcoding the actual path.