Is this correct?

<bean id="server" class="org.restlet.ext.spring.SpringServer">
        <constructor-arg value="http" />
        <constructor-arg value="8182" />
        <property name="parameters">
            <props>
                <prop key="defaultThreads">50</prop>
            </props>
        </property>
    </bean>

Reply via email to