Hi I am a newbie with Babeldoc and would like to integrate this with JBoss. I've built the SAR etc and everything deploys now however when it started I saw the following :
2004-03-12 16:01:47,652 DEBUG [AsynchronousFeeder] Checking for new documents in queue
2004-03-12 16:01:47,712 INFO [Scanner] No configured workers found!
2004-03-12 16:01:47,722 INFO [Scanner] Stopping feeder
I've tried to browse through the docs etc and have set the BABELDOC_HOME and BABELDOC_USER variables, but still no go. How do I make Babeldoc use my scanner/config. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where is your scanner directory? I've got mine in $JBOSS_HOME/server/default/conf, and babeldoc finds it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-04-29
Hi
I think you must put it in a directory that's in the classpath to be able to use scanner/config. With jboss 2.4.10 you can add those lines in you jboss.conf
<!-- The babeldoc directory must be in the classpath so we can use scanner and pipeline files -->
<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" CODEBASE="./">
<ARG TYPE="java.lang.String" VALUE="../../conf/myconf/babeldoc/">
</MLET>
And then you will be able to put your config files in JBOSS_HOME/conf/myconf/babeldoc
Byebye
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I am a newbie with Babeldoc and would like to integrate this with JBoss. I've built the SAR etc and everything deploys now however when it started I saw the following :
2004-03-12 16:01:47,652 DEBUG [AsynchronousFeeder] Checking for new documents in queue
2004-03-12 16:01:47,712 INFO [Scanner] No configured workers found!
2004-03-12 16:01:47,722 INFO [Scanner] Stopping feeder
I've tried to browse through the docs etc and have set the BABELDOC_HOME and BABELDOC_USER variables, but still no go. How do I make Babeldoc use my scanner/config. Thanks
Where is your scanner directory? I've got mine in $JBOSS_HOME/server/default/conf, and babeldoc finds it.
Hi
I think you must put it in a directory that's in the classpath to be able to use scanner/config. With jboss 2.4.10 you can add those lines in you jboss.conf
<!-- The babeldoc directory must be in the classpath so we can use scanner and pipeline files -->
<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" CODEBASE="./">
<ARG TYPE="java.lang.String" VALUE="../../conf/myconf/babeldoc/">
</MLET>
And then you will be able to put your config files in JBOSS_HOME/conf/myconf/babeldoc
Byebye