InterviewSolution
| 1. |
Why Use The Boostrap Port Number? |
|
Answer» client applications use the bootstrap PORT to access websphere’s built-in object request broker (orb) to use enterprise java beans in applications installed on the application server. The java naming and directory INTERFACE service provider url used by the client application needs to REFERENCE the bootstrap port to obtain an initial context for looking up ejb’s it WANTS to use. (For COMMUNICATE two servers) client applications use the bootstrap port to access websphere’s built-in object request broker (orb) to use enterprise java beans in applications installed on the application server. The java naming and directory interface service provider url used by the client application needs to reference the bootstrap port to obtain an initial context for looking up ejb’s it wants to use. (For communicate two servers) |
|