The following is in the JBoss manual regarding changing the jboss.jcml file:

>Tell JBoss about the new JBDC driver
>
>Now that you have installed a JDBC driver for MS SQL Server, you need to
tell JBoss that you would like it to use
>this driver. Add an entry for the driver to the list of drivers that JBoss
loads at startup. This list is stored in the
>jboss.jcml file. The file can be found in %JBOSS_HOME%/conf/
<config-name>. For a standard distribution of
>JBoss, <config-name> is default whilst for the JBoss-Jetty it is jetty.
The entry should be a single, continuous
>list of comma-separated JDBC driver names. 

Now, the jboss.jcml file exists under both <conf/default> and <conf/tomcat>
directories. Should I add the config changes to just
<conf/defaul>/jboss.jcml, or to <conf/tomcat>/jboss.jcml as well.

And should the answer apply to future changes of other JBoss config files?

I'd like to know where there are two directories with similar files and
what the differences might be.

Thanks,
r.b.





_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to