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 to
have access to Jetspeeds' turbine data (RunData as well as PSML stuff)?
Thanks for any help or suggestions

CLW

If you are in Jetspeed, and you want to invoke another servlet, you can do something like this:

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]>

Reply via email to