websphere-6

Can WebSphere variables be used in extendedDocumentRoot?

Can variables be used in the ibm-ext.xmi file for the extendedDocumentRoot attribute on WebSphere 6.x? It appears they are available for Websphere 7. ...

Include static file in JSP with variable filename on WebSphere 6

I'm struggling with including a static file into my JSPs on Websphere 6.0.2.17. I tried this: <% final String MY_DIR = ResourceBundle.getBundle("mybundle").getString("props.pages.wcm"); %> <% final String page = ResourceBundle.getBundle("mybundle").getString("page"); %> <% final String inc = MY_DIR + "/" + bonus; %> <%@include file="<%=...