X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=cachecontrol-example-jsp%2Fjetty.sh;fp=cachecontrol-example-jsp%2Fjetty.sh;h=0000000000000000000000000000000000000000;hp=4950796b1b5fcdf5bde0d3d345a4d3858fc81216;hb=e7c72fc7ecbc9211a6f97c7869ba3439cf4fa33f;hpb=52c46d3394a9523725085abf9f60d8e54fb3518e diff --git a/cachecontrol-example-jsp/jetty.sh b/cachecontrol-example-jsp/jetty.sh deleted file mode 100755 index 4950796b..00000000 --- a/cachecontrol-example-jsp/jetty.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# - -# OutOfMemoryException beim "mvn jetty:run" umgehen und -# Parameter zum nachträglichen anhängen eines Debuggers -# setzen -export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m -XX:-UseGCOverheadLimit -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n" - -rm -v src/main/webapp/WEB-INF/lib/juplo* - -mvn jetty:run