08-09-04 10:58 PM
Thanks for the tip.
The problem, however, is that there is no request being made at my point of
concern. The session has timed-out and the server is doing some clean-up.
The only object I am passed is an HttpSession.
Any other possibilities?
> This is NOT supported code but it does give you
> access to the servletcontext.
>
> import com.ibm.wps.engine.RunData;
> RunData run= RunData.from(request);
> run.getContext();
[ Post a follow-up to this message ]
|