Hi, I like to integrate a web application into Nukes. The web application is built using the spring framework. There is a dispatcher servlet running which controls the application flow. What is the best or which solution is possible?
1) Modify web.xml, so URL's with a pattern /billing are redirected to a particular web application. 2) Write a module which processes the request and uses process(...) to include the Servlet response into the module. The web application should be thightly integrated into Nukes, a particular user should not see that another web application is running. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843712#3843712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843712 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
