Hi,
You can use <import resource="your.xml" /> to include some configuration
properties, that is a generic way to do this. As for Jetty config, you
should point to absolute or relative to $IGNITE_HOME path:
<property name="connectorConfiguration">
<bean class="org.apache.ignite.configuration.ConnectorConfiguration">
<property name="jettyPath" value="/path/to/custom/xml"/>
<property name="port" value="1111"/>
</bean>
</property>
Regards,
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/