|
From: Mike H. <he...@us...> - 2003-09-30 21:13:38
|
Update of /cvsroot/jolo/jolo/conf/jolo-server.sar/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv30671
Added Files:
jboss-service.xml
Log Message:
Initial add.
--- NEW FILE: jboss-service.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
<!-- JBoss Service configuration file -->
<!-- Jolo Server Service Configuration -->
<server>
<classpath codebase="." />
<mbean code="jolo.server.jmx.JoloServer" name="Jolo:service=Server">
<attribute name="ClusterGroup">Jolo</attribute>
</mbean>
</server>
<!--
$Log: jboss-service.xml,v $
Revision 1.1 2003/09/30 21:13:32 heathm
Initial add.
Revision 1.2 2003/06/23 23:52:00 heathm
Using ${jboss.server.home.dir} to reference James' directory absolutely.
Revision 1.1 2003/04/13 19:26:43 heathm
Initial add of James Launcher JMX config config file.
-->
|