cancel
Showing results for 
Search instead for 
Did you mean: 

Java BO SDK in a local machine

Former Member
0 Kudos

Hi All,

I have a BO Java SDK code developed. There are restrictions in my organization where I cannot deploy the sdk(jsp pages) on the BO server.

Can you please tell a way I can use this sdk code.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Soumita,

It is not mandatory to deploy your code on the same machine/appication server where BO is installed.

Below is the list of things you might want to consider

1. Have an application server installed on your machine.

2. Get the required jar files from the install directory of your BO server machine.

3. Create an web archive structure on the application server installed on your machine.

4. You would now be able to connect from your app sever to BO server.

Things to keep in mind: You would need to check if there is a firewall between your machine and the BO server which might block your requests to BO server. If there is a firewall you would need to ask your network team to open the BO server ports over firewall so that the requests from app server can communicate with BO server and vice-versa.

Thanks,

Prithvi