On Thursday, January 2, 2003, at 09:19 AM, Casimiro Lovato-Winston wrote:
Can some one give me a hint as to how to get a servlet in the same JVM toIf you are in Jetspeed, and you want to invoke another servlet, you can do something like this:
have access to Jetspeeds' turbine data (RunData as well as PSML stuff)?
Thanks for any help or suggestions
CLW
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
request.setAttribute("rundata", rundata);
request.setAttribute("profile", profile);
dispatcher.include(request, response);
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
+01 707 773-4646
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
