Resource Factory

GMResourceFactory.xml
<?xml version="1.0" encoding="UTF-8"?>
<resource-factory>
	<resource name="Remote" class="com.graymound.resource.GMResourceRemote" default="true">
		<property key="url" value="http://localhost:9080/GMServer/Server/JAVA"/>
	</resource>
<!--
	<resource name ="Local"			class="com.graymound.resource.GMResourceLocal" default="true">
		<property key="url"			value="$INSTALL_PATH/Graymound/Server/Content/Root"/>
		<property key="har-path"	value="$INSTALL_PATH/Graymound/Server/Hibernate" system="true"/>
	</resource>
-->
</resource-factory>

<property key=url>

This propery sets url for service resources. <resource name="Remote" class="com.graymound.resource.GMResourceRemote" default="true">
<property key="url" value="http://localhost:9080/GMServer/Server/JAVA"/>
</resource>

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.