Why don't you make it via URLConnection to the another application? 
                        URL myURL = new
URL("administrative_application_url);
                        URLConnection con = myURL.openConnection();
?
Regards
Leon

> -----Ursprüngliche Nachricht-----
> Von: Erik Weber [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 4. Februar 2005 08:33
> An: Struts Users Mailing List
> Betreff: [OT] invoking another app w/o include or forward
> 
> 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]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to