== How to set up a new Core Business Service for Cork ==
1. Remote Desktop to CORE at (38.116.11.34)
(needs Ihor to login)
2. Where on CORE computer is the CORE.exe … find the CORE icon on the desktop and look at its properties…shows where CORE.exe is.
Go to that disk and use it as the disk referenced below! (E: for this example.)
3. Go to E:\plugins\com.rpt.core.web_1.0.0\ and look for wrapper.xml then open it with browser or favorite xml editor…
4. Edit the wrapper.conf file at the same time.
a. Add the port used (-xxxx) to the Service(s) Description and Display “Core Business Server-xxxx” where port is found at the “–Dserver” port line in the conf file.
a. Look for the application parameters section and add a domain and domain name
wrapper.app.parameter.8=-domain
wrapper.app.parameter.9=com.wilsonoi.core.qa
The domain “name” (parameter.9) is found in its plugin xml file that is in
E:\plugins\com.wilsonoi.core_1.0.0\plugin.xml and look for the extension point as below:
{{{
#!xml
E:\CORE\wrapper -i wrapper.conf}}} (response should be “wrapper | Core Business Server-xxxx installed” ) Verify that this service is present in the services of the system. Start this service and verify it starts. IF any problems occur in this or the prior step, open up the wrapper.conf and go near the bottom and find the lines like: (Log file to use for wrapper output logging.) (wrapper.logfile=workspace/com.rpc.core.web/.metadata/wrapper.log ) then go to the noted file under E:\CORE which should give clues as to the problems. Now open the browser to the location of the reportURL in the wrapper.conf file noted above and verify you can log in with the usual login/pwd and see reports,etc. (questions: where was it that you had the login PLUS the selection of the database/domain name?)