简体   繁体   中英

TomCat jBoss Application

I have a .war(web app) deployed on Tomcat server. I have another application on jBoss server. The application on the Tomcat is the start point and a jsp on the jBoss server gets called from the Tomcat app. Then I am planning to set a session on the jBoss server app and when I am done my processing on the jBoss I will send back the control to the app on Tomcat.

The question is 1) Is the model that I mentioned above doable? 2) If it is can I invalidate the session on Tomcat server once the control comes back from the jBoss server?

Thanks!

What are you trying to do? If the process on JBoss is long running, you might want to use JMS to handle you requests asynchronously...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM