It doesn't look like jboss.conf likes XML comments very much. I changed the
AutoDeployer mlet to look like this:
<!-- EJB auto-deployment support -->
<mlet code="org.jboss.ejb.AutoDeployer"
archive="jboss.jar"
codebase="../../lib/ext/">
<!-- <arg type="java.lang.String" value="../deploy/"> -->
<arg type="java.lang.String" value="/home/jason/ws/does/output/lib/deploy">
</mlet>
and I get log messages that look like:
[Auto deploy ../deploy/] Information Watching
/home/jason/ws/does/output/lib/deploy
This sure looks like it is ignoring the <!-- --> that is wrapped around
<arg>.
Any ideas why this would happen?
--jason
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]