-Dlogging.configuration=file:"${serverRootDirectory}/logging.properties"
<stop>
<mainClass>org.jboss.Shutdown</mainClass>
<workingDirectory>${serverRootDirectory}/bin</workingDirectory>
<programArguments>-s jnp://${serverAddress}:${jndiPort}</programArguments>
<vmParameters>-Djboss.boot.loader.name=shutdown.bat</vmParameters>
<classpathReference>jboss.shutdown</classpathReference>
</stop>
<stop>
<mainClass>org.jboss.Shutdown</mainClass>
<workingDirectory>${serverRootDirectory}/bin</workingDirectory>
<programArguments>-s service:jmx:rmi:///jndi/rmi://${serverAddress}:${jmxRmiPort}/jmxrmi</programArguments>
<vmParameters>-Djboss.boot.loader.name=shutdown.bat</vmParameters>
<classpathReference>jboss.shutdown</classpathReference>
</stop>
See https://community.jboss.org/thread/152911 for some more links. <category name="org.jboss">
<priority value="TRACE"/>
</category>
The logging output is directed to the console output of the build task. <extension point="org.eclipse.wst.server.core.serverTypes">
...
<serverType
runtime="true"
class="org.eclipse.jst.server.generic.core.internal.GenericServer"
id="org.eclipse.jst.server.generic.jboss5"
...
hasConfiguration="false"
startBeforePublish="true"
launchModes="run,debug,profile">
</serverType>
</extension>