Menu

Newbie J2EE integration

Help
Anonymous
2004-03-13
2004-04-29
  • Anonymous

    Anonymous - 2004-03-13

    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

     
    • Michael Ansley

      Michael Ansley - 2004-03-13

      Where is your scanner directory?  I've got mine in $JBOSS_HOME/server/default/conf, and babeldoc finds it.

       
      • Anonymous

        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

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.