RE: Multiple web-apps sharing some dir

2000-06-18 Thread Matt Krevs
I experience the same behaviour Basically I have the following code at the top of each JSP String contextPath = request.getContextPath(); For each resource on the page i append the subdirectory and resource name to the contextPath. I am wondering if there is a better way. eg a javascript

RE: Multiple web-apps sharing some dir

2000-06-18 Thread Kevin Duffey
Hi, Thanks for the replies, As you said..I notice too that "inside" code, when using forward or include, you DONT pre-pend the context path. But, in the JSP pages themselves, I do have to put the /context_path/page.jsp. From this i can assume that when the page is sent back to the browser, and