We are having the ARIS 7.2 (ARIS720_BUSINESS_PUBLISHER_SERVER_554169) Business Publisher Server here.The webserver Tomcat is available along with the bundle.
After doing the Vunerability Application scanning,it reports few issues and the recomondation for those issues are to upgrade the tomcat version higher than the current one.
Could you please advice how the tomcat can be upgraded to higher version in ARIS Busniness Publisher Server? Waiting for the reply desperately.
Dear Ranjit,
In automatic installation you cannot change the tomcat version while running the installation from setup file.
To solve your issue you have to do the manual installation. Following the are steps for manual installation
1)First download and install the Tomcat version which you require.
2)Then download or get the Businesspublisher.War file from vendor.
3)Stop the tomcat service
4)Place the Businesspublisher.War file to C:\Apache\tomcat<version>\webapps folder
5)Start the tomcat service
All the required components will get extracted in 5 minutes.
Hope this will help you !!!
Hi,
I understand that the default database for Business Publisher is derby. If you are issued with the war file, what about for cases if you do not wish to use the current version of tomcat and you wish to change to oracle, how can we configure the setting?
Regards
Hi Green,
If you want to change the tomcat version then you have to reinstall Tomcat .But after the tomcat reinstallation you need to deploy the war file again for business publisher installation. The database selection is not related to installation. If you want to change the Database from "Derby to Oralce" the change the following code in webappserver.cfg
Configure the tablespace details like oracle tablespace-data and tablespace-index in webappserver.cfg ,
Enable the Oracle dao class And disable the other "dao-classes"(derby and mysql) in webappserver.cfg.
Now Oracle database is configured for business publisher.