appfuse 2 with maven. Right now you go to localhost:8080 you land on the secure stuff and the framework has the secure filter set at /*. I want to move it to /secure/* and move all of appfuse secure stuff down in the development environment to (web) pages/secure and still have everything work. My nonsecure public web pages will be at /pages and my secure web pages will be at /pages/secure.
mraible wrote: > > Which web framework are you using? > > On 10/11/07, mrood <[EMAIL PROTECTED]> wrote: >> >> Matt, >> > >> > I know you are busy but hoping you could answer a quick question. >> > >> > I'm using appfuse 2 (great project) and I want to move all of your >> secure >> > framework down under a folder called secure. So when I hit my normal >> > (public) www.mywebsite.com web page I don't go through security, but >> when >> > I hit www.mywebsite.com/secure/... I hit your stuff for secure >> actions. >> > >> > Is there an easy way to move all of your framework under /pages to >> > /pages/secure? >> > >> > >> > Thank you in advance, >> > >> > mark >> >> -- >> View this message in context: >> http://www.nabble.com/moving-the-secure-framework-down-a-folder-tf4609322s2369.html#a13162520 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/moving-the-secure-framework-down-a-folder-tf4609322s2369.html#a13164243 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
