Revision 3467
Added by Jing Tao about 17 years ago
build.xml | ||
---|---|---|
908 | 908 |
<property name="context" value="${metacat.context}"/> |
909 | 909 |
<property name="target" value="${ecogrid-target-name}"/> |
910 | 910 |
<property name="metacat.dir" value="${metacat.dir}"/> |
911 |
<property name="hostname" value="${config.hostname}"/>
|
|
911 |
<property name="hostname" value="localhost"/>
|
|
912 | 912 |
<property name="port" value="${config.port}"/> |
913 | 913 |
</ant> |
914 | 914 |
</target> |
Also available in: Unified diff
Use localhost to replace the host name in case axi is configured to reject remote admin.