Hi all
I try to deploy a war file to tomcat 5.0.28 using following ant script:
<target name="deploy" description="Install web application">
<deploy url="${deploy.url}" username="${deploy.user}" password="${
deploy.pwd}"
path="${deploy.path}" war="${deploy.war.src}/${deploy.war.name
}.war"/>
</target>
The problem is I get always
BUILD FAILED
D:\pjdc\eclipse\dev\workspace2\MANIFEST\build.xml:21: The following error
occurred while executing this line:
I:\pjdc\repository\ant\deploy.xml:9: java.lang.OutOfMemoryError: Java heap
space
I don't know why.
Can somebody help me?
Thanks in advance.
--
mfg/best regards
Hans Sowa
mailto:[EMAIL PROTECTED]