Richard, I'll try that. Thank you.

The wildcard like signup.html*, does it mean any parameters after html
or any character after html like htmlabc?

I tried to modify the index.jsp to redirect to my general page with a
link to the mainMenu.jsp.  My general page, however, contains the
existing menu.  How can I have it show a different menu on my general
page?  Does it mean I need to change the siteMesh and create a new menu
to show?

Qin

-----Original Message-----
From: Richard G. Reyes [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 08, 2008 9:21 AM
To: [email protected]
Subject: Re: [appfuse-user] Advice please.


Hi Qin,

In your web/WEB-INF/security.xml, there might be a lines like this...

  <bean id="filterInvocationInterceptor"  
class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
         <property name="authenticationManager"  
ref="authenticationManager"/>
         <property name="accessDecisionManager"  
ref="accessDecisionManager"/>
         <property name="objectDefinitionSource">
             <value>
                 PATTERN_TYPE_APACHE_ANT
                 /static-content.html=ROLE_ANONYMOUS
                /clickstreams.jsp*=admin
                 /flushCache.*=admin
                 /passwordHint.html*=ROLE_ANONYMOUS,admin,user
                 /reload.*=admin
                 /signup.html*=ROLE_ANONYMOUS,admin,user
                 /users.html*=admin
                 /**/*.html*=admin
             </value>
         </property>
     </bean>

you can include specific .html's in here and assign them with  
ROLE_ANONYMOUS. Not sure though if this is the best practice.

HTH!

Richard


On Sep 8, 2008, at 10:09 PM, Ding, Qin wrote:

> My website has two parts, general information and membership-only
> information.
>
> Membership-only part is built using Appfuse 1.9.4/MySql/Spring MVC,
> which requires longin.  The general information part should not  
> require
> login. How should I make changes so that user can browse the general
> information without having to login?  Only when they click the longin
> link, then they have the access to my Appfuse based the application
> part.
>
> Please advice. Thank you.
>
> Qin
>
> -----Original Message-----
> From: Matt Raible [mailto:[EMAIL PROTECTED]
> Sent: Sunday, September 07, 2008 11:34 AM
> To: [email protected]
> Subject: Re: [appfuse-user] Deploy Appfuse 2.0 in websphere 7.0
>
> Have you tried? If it didn't work, what errors did you find?
>
> Matt
>
> On Sun, Sep 7, 2008 at 6:47 AM, Narsis <[EMAIL PROTECTED]> wrote:
>>
>> Hi everyone.
>>
>> I want to deploy appfuse 2 in websphere 7.0 beta.
>>
>> I wanna know if there is anybody who have done this before
>>  and can make me some suggestions.
>>
>> Sincerely.
>> --
>> View this message in context:
>
http://www.nabble.com/Deploy-Appfuse-2.0-in-websphere-7.0-tp19357671s236
> 9p19357671.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]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to