servlet demos improvement
-------------------------
Key: CXF-580
URL: https://issues.apache.org/jira/browse/CXF-580
Project: CXF
Issue Type: Sub-task
Affects Versions: 2.0-RC
Reporter: maomaode
Fix For: 2.0-RC
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.