30 | | 14) Start deploying the catissue application using build.xml with the argument deploy_all, if you see any error while in deployment because of upgrade_metadata_cnstrProp.sql then uncomment ALTER TABLE DYEXTN_COLUMN_PROPERTIES TYPE = INNODB; and ALTER TABLE DYEXTN_CONSTRAINTKEY_PROP TYPE = INNODB; in the same file. Start redeploying the application.[[BR]] |
31 | | 15) If you see any errors in building the application, once you resolved the issues freshly build the application with the arguments clean_server and delete_files (delete the previously created dependencies). Once this is done then you build the application with deploy_all.[[BR]] |
32 | | 16) Once build is successful war file will be automatically deployed into your jboss, start the jboss server.[[BR]] |
33 | | 17) Once the JBoss server is started, you can access the application using a web browser. The following is the URL pattern used for the application: |
| 30 | 14) There seems to be a problem with a missing log4j.properties in the root config directory, so create an empty log4j.properties file in jboss-4.2.3.GA/server/default/catissuecore-properties[[BR]] |
| 31 | 15) /usr/local/jboss/server/default/lib> mv hibernate3.jar hibernate3.jar.bak[[BR]] |
| 32 | 16) /usr/local/jboss/bin> pico run.conf # set the jboss configuration options, MaxPermGen etc as per the catissue deployment guide[[BR]] |
| 33 | 17) Start deploying the catissue application using build.xml with the argument deploy_all, if you see any error while in deployment because of upgrade_metadata_cnstrProp.sql then uncomment ALTER TABLE DYEXTN_COLUMN_PROPERTIES TYPE = INNODB; and ALTER TABLE DYEXTN_CONSTRAINTKEY_PROP TYPE = INNODB; in the same file. Start redeploying the application.[[BR]] |
| 34 | 18) If you see any errors in building the application, once you resolved the issues freshly build the application with the arguments clean_server and delete_files (delete the previously created dependencies). Once this is done then you build the application with deploy_all.[[BR]] |
| 35 | 19) Once build is successful war file will be automatically deployed into your jboss, start the jboss server.[[BR]] |
| 36 | 20) Once the JBoss server is started, you can access the application using a web browser. The following is the URL pattern used for the application: |