content/developer/testing/arquillian/index.html [258:348]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name |
Description |
||||||||||||||||||||||||||||||||||||||||
exportConfAsSystemProperty |
export system properties with adapter prefix(es) (ex: httpPort will be set as tomee.httpPort) |
||||||||||||||||||||||||||||||||||||||||
httpsPort |
the HTTPS port |
||||||||||||||||||||||||||||||||||||||||
httpPort |
the HTTP port |
||||||||||||||||||||||||||||||||||||||||
stopPort |
the shutdown port |
||||||||||||||||||||||||||||||||||||||||
dir |
where to create the TomEE work dir (a fake file layout is created for Tomcat needs) |
||||||||||||||||||||||||||||||||||||||||
appWorkingDir |
where to dump applications ( |
||||||||||||||||||||||||||||||||||||||||
host |
which host to use |
||||||||||||||||||||||||||||||||||||||||
stopHost |
which port to use to shutdown TomEE (port on Server configuration) |
||||||||||||||||||||||||||||||||||||||||
stopCommand |
which command to use to shutdown TomEE |
||||||||||||||||||||||||||||||||||||||||
serverXml |
where is the provided server.xml |
||||||||||||||||||||||||||||||||||||||||
portRange |
when port are set to -1 TomEE adapter will generate an available port, if specified the range will be used |
||||||||||||||||||||||||||||||||||||||||
preloadClasses |
which classes to initialize during container startup |
||||||||||||||||||||||||||||||||||||||||
quickSession |
should the session use a Random instead of SecureRandom (useful when the machine doesn’t have a lot of entropy) |
||||||||||||||||||||||||||||||||||||||||
unsafeEjbd |
should EJB allow all classes |
||||||||||||||||||||||||||||||||||||||||
unpackWars |
unpackWARs value in server.xml |
||||||||||||||||||||||||||||||||||||||||
properties |
container properties |
||||||||||||||||||||||||||||||||||||||||
webContextToUseWithEars |
sometimes you can need this to adjust which context the adapter uses to find the ArquillianServletRunner |
||||||||||||||||||||||||||||||||||||||||
keepServerXmlAsThis |
don’t replace ports etc in server.xml and use it like it has been provided when serverXml is set |
||||||||||||||||||||||||||||||||||||||||
singleDumpByArchiveName |
dump only once |
||||||||||||||||||||||||||||||||||||||||
singleDeploymentByArchiveName |
deploy only once |
||||||||||||||||||||||||||||||||||||||||
Name |
Description |
exportConfAsSystemProperty |
export system properties with adapter prefix(es) (ex: httpPort will be set as tomee.httpPort) |
httpsPort |
the HTTPS port |
httpPort |
the HTTP port |
stopPort |
the shutdown port |
dir |
where to create the TomEE work dir (a fake file layout is created for Tomcat needs) |
appWorkingDir |
where to dump applications ( |
host |
which host to use |
stopHost |
which port to use to shutdown TomEE (port on Server configuration) |
stopCommand |
which command to use to shutdown TomEE |
serverXml |
where is the provided server.xml |
portRange |
when port are set to -1 TomEE adapter will generate an available port, if specified the range will be used |
preloadClasses |
which classes to initialize during container startup |
quickSession |
should the session use a Random instead of SecureRandom (useful when the machine doesn’t have a lot of entropy) |
unsafeEjbd |
should EJB allow all classes |
unpackWars |
unpackWARs value in server.xml |
properties |
container properties |
webContextToUseWithEars |
sometimes you can need this to adjust which context the adapter uses to find the ArquillianServletRunner |
keepServerXmlAsThis |
don’t replace ports etc in server.xml and use it like it has been provided when serverXml is set |
singleDumpByArchiveName |
dump only once |
singleDeploymentByArchiveName |
deploy only once |