actually , you can view
http://localhost:8080/signup.html
without having to login.
that's because
you configure this in security.xml
in this file , you should find a line as follows:
/signup.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER
if you want another page acting as signup.html,you can add another line
accordingly.
enjoy !!
======= 2008-02-03 16:03:52 MHL wrote:=======
>
>Hi all
>
>I am very new to Appfuse or Spring framework. I read some of the documents
>and followed the tutorials whole day today and I like it alot. it saves us a
>lots of time to integrate multiple projects.
>
>I have a question, and I can't find an answer so far. My question is how can
>I configure Appfuse so I can have some pages that everyone can access to
>them without loging in?
>
>For instance, everyone can view the pages inside of
>http://localhost:8080/common without logging in.
>
>As I am very new to this Framework, if you can give me some code snippets
>that would be great.
>
>
>thanks,
>
>B
>
>--
>View this message in context:
>http://www.nabble.com/viewing-some-web-pages-in-a-specific-path-without-go-through-login-tp15251354s2369p15251354.html
>Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
= = = = = = = = = = = = = = = = = = = =
chinofish
[EMAIL PROTECTED]
2008-02-03