1 Reply Latest reply on Oct 17, 2008 3:23 PM by peterj

    How to run .class java file while start up JBoss

    s_karumuru

      Hi,

      Requirement:
      delete specific tables from database while restarting the Jboss server.

      I have created Java class which is able to delete the records and drop the tables. I want to place this file while start up. Please let me know the procedure.