1 Reply Latest reply on Aug 6, 2002 5:44 AM by crypto

    basic 3.0.0 questions

    garyg

      Dir structure and files have changed greatly from 2.4.x to 3.0.0. so I've got a few questions.

      I have a j2ee app along w/ a web app so I need jboss's container and tomcat's ... and whereas before I put them in ~/jboss/deploy, now there are 3 deploy's in ~/all, ~/default, and ~/minimal. Which should I be using?

      Where did jboss.jcml go for configuring queues/topics and DataSources (i.e. postgresql)?

      What's the diff's between jboss_init_redhat.sh and run.sh?

        • 1. Re: basic 3.0.0 questions
          crypto

          Hey,

          in most cases ~/default will do fine

          for configuring queues, topics go to the ~/default/deploy folder and edit the jbossmq-service.xml file

          jboss_init_redhat.sh is provided to start JBoss at boot of the RedHat OS

          Werner