Hello
I am running a very straightforward Tomcat on Windows
XP set up with everything as default settings
If I run "ant list" I get the error
java.lang.IllegalArgumentException: protocol = http
host = null
I can't work out why - any chance of a few pointers?
thanks for any help
Richard
Tomcat server is up and running OK
the "compile" section of my build.xml runs ok
the relevant part my build.xml file is
<target name="list" description="List installed
applications on servlet
container">
<list url="${manager.url}"
username="${manager.username}"
password="${manager.password}"/>
</target>
My build.properties file is
# Context path to install this application on
app.path=/Hello2
# Tomcat 5 installation directory
catalina.home=C:/Program Files/apache-tomcat-5.5.23
ant.home=C:/Program Files/apache-ant-1.7.0
# Manager webapp username and password
manager.url=http://localhost:8080/manager
manager.username=[removed]
manager.password=[removed]
I have CATALINA_HOME, ANT_HOME, JAVA_HOME set up as
environment variables
___________________________________________________________
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at
the Yahoo! Mail Championships. Plus: play games and win prizes.
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]