Hi,
I can use to
deploy "myfaces-examples" the /build/myfaces-examples/build.xml and default
target "run-examples".
But I've found a
problem. When I deploy a war to the Tomcat I'll get this
error:
java.net.UnknownHostException: E
Problem is in
/build/tomcat/tomcat-build.xmlf in this target:
<target
name="tomcat-deploy-app" description="Deploy the App to
Tomcat">
<deploy url=""
username="${tomcat.manager.username}"
password="${tomcat.manager.password}"
path="${tomcat.context.path}"
war="file://${tomcat.war.file}" update="true"/>
<deploy url=""
username="${tomcat.manager.username}"
password="${tomcat.manager.password}"
path="${tomcat.context.path}"
war="file://${tomcat.war.file}" update="true"/>
</target>
And the problem is a
URL to the local war file. I used file:/// or file://localhost/${tomcat.war.file}.
But I think that the
"triple /" would be a problem in Unix.
Does anyone know a
solution? Isn't the problem on my side? I use Windows XP, tomcat
5.5.7
Thanks,
Jiri Zaloudek

