mirror of https://github.com/apache/openjpa.git
Fixed context root for secure WAS install
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@957253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51cf5ee59e
commit
f5639bb801
|
@ -170,7 +170,7 @@
|
|||
port="${was.port}"
|
||||
user="${was.user}"
|
||||
password="${was.password}"
|
||||
options="-usedefaultbindings -appname OpenBooks"/>
|
||||
options="-usedefaultbindings -contextroot OpenBooks -appname OpenBooks"/>
|
||||
<echo>
|
||||
-------------------------------------
|
||||
Starting OpenBooks demo application
|
||||
|
|
Loading…
Reference in New Issue