Dashboard > Encore > ... > The Pas Researcher Pack > I am a developer > How to guides for the PAS portal > How to install a local SDS and use it for portal development Jump To: Tribes | Resources | Collaborations
Log In | Sign Up   View a printable version of the current page.  
Added by Hiroki Terashima, last edited by Hiroki Terashima on Aug 06, 2008  (view change)
Labels: 
(None)

Set up a local SDS

http://www.telscenter.org/confluence/display/SAIL/Setting+up+a+local+SDS

Modify portal's sds.xml to point to the new SDS instance url

1. Open up sds.xml
2. Change the baseUrl of httpRestTransport to point to your new SDS instance url:

	<bean id="httpRestTransport"
		class="net.sf.sail.webapp.domain.webservice.http.impl.HttpRestTransportImpl">
		<property name="baseUrl"
			value="NEW SDS INSTANCE URL" />
	</bean>
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.