Hi all, Is it possible to create several root directories, each having its own layouts/navigations/screens but using the same webapp?
For example, my servlet is accessed as /newapp/servlet/newapp, how do I create /newapp/servlet/newapp/admin that has another set of templates but uses the same turbine instance? Moreover, how do I actually make this /admin to use Flux templates? Thanx!! David