You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Thavutam, Prashanth" <1t...@toysrus.com> on 2003/11/05 23:08:40 UTC

Custom properties

I am trying to use custom properties tru.properties, which is supposed to
override the other properties file entries.

Modified web.xml file as below,
        <init-param>
            <param-name>properties</param-name>
            <param-value>
              WEB-INF/conf/tru.properties
            </param-value>            
        </init-param>
		<init-param>
			<param-name>resources</param-name>
	
<param-value>org.apache.jetspeed.services.resources.JetspeedResourceService<
/param-value>
		</init-param>        
		<init-param>
        	<param-name>logging</param-name>
	
<param-value>org.apache.jetspeed.services.logging.JetspeedLoggingService</pa
ram-value>
        </init-param>

Have added below entry in tru.properties
services.JetspeedSecurity.actions.allusers.disable=true
But, this doesn't seem to override the same entry in
JetspeedSecurity.properties, which is set to false.

Any help would be appreciated.

Thanks,
Prashanth

======================================================================== 
This email message is for the sole use of the intended recipient (s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. To reply to our email administrator directly, send
an email to EmailAdmin@toysrus.com. 
Toys "R" Us, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org