2 Replies Latest reply on Sep 17, 2001 1:59 PM by micael

    Run_with_tomcat Doesn't Run Embedded Tomcat

    micael

      When I use the following jboss.jcml, the run_with_tomcat.sh stops immediately after Postgresql is bound to the data source, and embedded tomcat does not run. What's up? Thanks for any time and/or assistance.



      <!-- ==================================================================== -->
      <!-- JDBC -->
      <!-- ==================================================================== -->

      org.postgresql.Driver



      PostgresDS
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:postgresql:localhost:5432
      1200000
      jbossuser
      jbosspassword
      10
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0


      Thanks again!