Changes between Version 3 and Version 4 of CaTissue HowTo Build & Deploying CaTissue from the source code?


Ignore:
Timestamp:
11/24/11 17:40:08 (12 years ago)
Author:
somaraja.surampudi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaTissue HowTo Build & Deploying CaTissue from the source code?

    v3 v4  
    2828FLUSH PRIVILEGES;[[BR]]
    2929[[BR]]
    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:
     3014) 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]]
     3115) /usr/local/jboss/server/default/lib> mv hibernate3.jar hibernate3.jar.bak[[BR]]
     3216) /usr/local/jboss/bin> pico run.conf # set the jboss configuration options, MaxPermGen etc as per the catissue deployment guide[[BR]]
     3317) 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]]
     3418) 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]]
     3519) Once build is successful war file will be automatically deployed into your jboss, start the jboss server.[[BR]]
     3620) 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:
    3437http://machine_name:port_number/catissuecore.[[BR]]
    35 18) When the browser displays the home page of caTissue Suite, you can log on to the application by specifying the values which were configured in
     3821) When the browser displays the home page of caTissue Suite, you can log on to the application by specifying the values which were configured in
    3639first.admin.emailAddress and first.admin.password of caTissueInstall.properties before deployment.[[BR]]
    3740