Tuesday, October 16, 2007

Undeploy app from JDeveloper 11g

With Technology Preview II, you can now undeploy your J2EE applications from within JDeveloper - no need to get back to the command line or to write ant task to do this.
  • From the 'view' menu, select the 'Application Server Navigator'
  • Navigate to Application Servers -> IDE Connections -> [AppServerConnection] -> standalone -> Applications
  • Select your application node and using the context menu, pick the 'undeploy' command.
It's that simple:
undeploy command

[AppServerConnection] has to be replaced with the name of the name you gave to your connection.

0 comments: