Author: rmannibucau
Date: Sun Oct 9 17:29:57 2011
New Revision: 1180660
URL: http://svn.apache.org/viewvc?rev=1180660&view=rev
Log:
fixing url in init.sh for rest example
Modified:
openejb/trunk/openejb/examples/webapps/rest-example/init.sh
Modified: openejb/trunk/openejb/examples/webapps/rest-example/init.sh
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/rest-example/init.sh?rev=1180660&r1=1180659&r2=1180660&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webapps/rest-example/init.sh (original)
+++ openejb/trunk/openejb/examples/webapps/rest-example/init.sh Sun Oct 9
17:29:57 2011
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-base=http://localhost:1234/rest-example-1.0-SNAPSHOT
+base=http://localhost:1234/rest-example-1.1-SNAPSHOT
for i in {1..3}; do
curl -i -H "Accept: application/json" -X PUT
"$base/api/user/create?name=Wizard$i&pwd=simplest&&[email protected]"