Hey,
> It doesn't look like jboss.conf likes XML comments very much.
jboss.conf is not an XML file: it misses the root element, though MLETs
looks like XML
> 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>
On how to do remarks in jboss.conf, see jboss.conf itself where the
configuration of jetty or tomcat are: I think the main problem is the "<"
before mlet and arg inside a remark.
HTH,
Regards,
Simon
>
> 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]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]