Hi, 2009-12-28 15:57 keltezéssel, Jim Pinkham írta: > OK, but could you deploy multiple copies of the same app to different root > contexts - that would give you the info you want in each URL and thus be > able to do different home/error pages with some config along with each copy > of the app. Seems worth exploring whether your Silos might divide well in > this manner, maybe with a bit of work, but probably more likely to happen > than what it seems like you are looking for, which doesn't sound (just one > casual observer's option) broadly applicable enough to warrant framework > inclusion.
this wouldn't work easily, because for example when you have EJBs in your project, you can't deploy the same app to different contextroots, because the EJBs JNDI name is already bounded, so this way you would have to run your slightly different apps on different appservers too, and that's just ugly. I think Martin has a point there, maybe Wicket should support this use-case. Regards, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
