Forum Discussion
mlenosgrande
15 years agoContributor
Hi, i met the same issue with the maven plugin plus jetty.
I've switched back to maven plugin + tomcat and it works fine.
Are you sure that is a soapui issue and NOT a jetty one ?
An other working solution is to increase the jvm memory with the environment variable MAVEN_OPTS
To be sure that the parameters are set, run mvn with -X (debug mode)
Omar EL Mandour
I've switched back to maven plugin + tomcat and it works fine.
Are you sure that is a soapui issue and NOT a jetty one ?
An other working solution is to increase the jvm memory with the environment variable MAVEN_OPTS
To be sure that the parameters are set, run mvn with -X (debug mode)
Omar EL Mandour