I have a Struts Action that needs to invoke another Servlet application
running in the same container (but in a different Web app) to perform an
administrative task. The Action does not need to include the response
from this other Servlet in its response to the user. I just want to
invoke it and then proceed with returning an ActionForward as usual.
What would be the best way to accomplish this? Probably JMS would be a
better solution but right now I need something I can get working
quickly. I thought of exposing methods on the other Servlet but that
doesn't seem any better.
Thanks,
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]