if you happen to use tomcat (or I believe resin), you could use shared context e.g. <Context path="/admin" docBase="/foo/bar/admin" crossContext="true" />
-m ________________________________________ From: kriko [[email protected]] Sent: Wednesday, February 04, 2009 5:17 PM To: [email protected] Subject: [Stripes-users] Redirecting from one application to other Hello! I've made 2 applications based on stripes framework. The first one retrieves some data from one service (user location or multiple locations), the second is obligated to display data on a map. Both are deployed on localhost for now and they are working separately, but now I would like to connect them. What would be the best approach? I tried to do a ForwardResolution from first one, but that doesn't work. What if they are deployed at the end on different servers? There can be lot's of points, so I'm not sure if it is ok to pass this via URL parameters. -- kriko ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
