Skip to content

Commit

Permalink
LRQA-33560 set up app server with 1g MaxMetaspace and SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
stiemannkj1 authored and brianchandotcom committed Apr 5, 2019
1 parent 59abc40 commit 50b4424
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build-test-tck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@

<target name="prepare-tck-appserver">

<propertycopy
from="app.server.${app.server.type}.bin.dir"
name="app.server.bin.dir" override="true"
/>

<replaceregexp
flags="gm"
match="[-]XX[:]MaxMetaspaceSize[=][0-9]+[a-zA-Z]"
replace="-XX:MaxMetaspaceSize=1024m"
>
<fileset dir="${app.server.bin.dir}">
<include name="setenv.*"/>
</fileset>
</replaceregexp>

<antcall target="prepare-portal-ssl" />

<propertycopy
from="app.server.${app.server.type}.classes.portal.dir"
name="app.server.classes.portal.dir" override="true"
Expand Down

0 comments on commit 50b4424

Please sign in to comment.