Improve client application by moving username/password specification to command-line.

This commit is contained in:
Ben Alex
2004-04-11 13:14:19 +00:00
parent 66e8d741ca
commit 7ae1844130
4 changed files with 58 additions and 25 deletions

View File

@@ -23,8 +23,6 @@
<property name="serviceUrl">
<value>http://${serverName}:${httpPort}${contextPath}/caucho/ContactManager-hessian</value>
</property>
<property name="username"><value>${username}</value></property>
<property name="password"><value>${password}</value></property>
</bean>
<!-- Proxy for the Burlap-exported ContactManager -->
@@ -36,8 +34,6 @@
<property name="serviceUrl">
<value>http://${serverName}:${httpPort}${contextPath}/caucho/ContactManager-burlap</value>
</property>
<property name="username"><value>${username}</value></property>
<property name="password"><value>${password}</value></property>
</bean>
</beans>