JProbe J2EE Integration with Jdeveloper 10.1.3
Integrating Jdeveloper 10.1.3.x with JProbe 7.0.3 to run JavaEE applications
Prerequisites:
Jdeveloper 10.1.3.x installed
JProbe 7 installed
JProbe integration with Jdeveloper for J2SE development
If you have not already integrated JProbe with Jdeveloper for J2SE development:
Select "Tools" | "IDE Integration". Complete the form and select "Integrate".
Steps:
In JProbe:
1) Select "File" | "New J2EE Settings" | "Performance"
2) Select "Manage Configurations"
3) Select "Add"
4) Enter "LocalOC4J" for the "Name" field. From the "Application Server" drop down, select "Oracle OC4J 10g 10.1.3". Click "Manage Integrations".
5) Select "Add"
6) Enter "LocalOC4JIntegration" for the "Integration ID" field. Browse for "Server Directory" and select the directory "<JDEV_HOME>\j2ee\home". Click "Apply". Click the tab "Configurations".
7) For "Integration ID" select the integration we just created, "LocalOC4JIntegration". Optionally, click "Insert" and select you application's EAR file. Click "Apply", then "Close".
8) Select "Filters" and apply the appropriate filters for your project. Optionally, select "Save As" to save these settings. Select "Run".
In Jdeveloper:
1) Go to "Connections Navigator" (press Ctrl+Shift+O if this is not open)
2) Right click on "Application Server" and select "New Application Server Connection..."
3) Give the connection the name "LocalOC4J" and select the "Connection Type" as "Standalone OC4J 10g 10.1.3". Click Next.
4) The default login is oc4jadmin/welcome1. Adjust these values accordingly if these values have been changed. Click Next.
5) Leave the defaults for "Host Name" (localhost) and "RMI Port" (23791) unless these values have been modified. Click Next.
6) A "Test Connection" button should be visible in the dialog. Click this button and make sure the status comes back as "Success!"
7) Select Finish.
8) Go to the Applications Navigator (press Ctrl+Shift+A if this is not open).
9) Select the project you will be testing with JProbe. Right-Click on the deployment profile for the project's EAR file and select "deploy to LocalOC4J". Make sure the application deploys successfully.
JProbe is now integrated with your Standalone OC4J. You should now run your application from a browser or test stub. The OC4J's default port is 8888. Optionally, manage your OC4J from the url http://localhost:8888/em with the above mentioned default login.