changing servlet context path at runtime
843833Jul 8 2002 — edited Aug 26 2002is it possible to change the servlet context path at the runtime, in order to call a servlet in another web applications(webApp2)?
Right now when I call the external servlet, it uses the current context path and there by the its internal links do not point to the correct locatins.
cheers