Developer Tools
JDeveloper
By default, JDeveloper automatically configures an integrated server named Integrated WebLogic Server that references a user-specific instance of Oracle WebLogic Server bundled with the IDE. Integrated WebLogic Server is a Java EE runtime service for packaged archive deployment. Based on zero-copy deployment, Integrated WebLogic Server lets you run and test an application and its projects as a Java EE application in a Java EE container. No special connection setup is required to use Integrated WebLogic Server. You can run the entire application, a project, or individual JSF pages.
When you run an application or a JSF page from the IDE, JDeveloper automatically:
http://<your_machine_IP_address>:<http_port>/<application_name>-<project_name>-context-root/faces/<path_to_the_JSP>
To stop the application, click
Terminate in JDeveloper and choose the application bound instance (for example,
LayoutApp) from the dropdown menu.
Note: Terminating the application stops and undeploys the application from Integrated WebLogic Server but it does not terminate Integrated WebLogic Server.
Copyright © 1997, 2009, Oracle. All rights reserved.