Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-RC
-
None
-
None
Description
Ideally want user need to issue is the command like this
> ant client-servlet
not this one:
> ant client-servlet -Dbase.url=http://localhost:8080
The base.url is just redundant, all the servlet demos require users to do this.
My suggestion is that break down the base.url into two pieces host/port so, base.url=http://host:port
the default value for the host is localhost
the default value for the port in case of tomcat is 8080