Hello,
I am using the SAP NW Developer Studio in order to develop applications to the NW 04 Portal.
I am deploying these applications (Web DynPro, J2EE) using the Developer Studio.
My question is if there is a way to undeploy these applications using the Developer Studio or should I do it through the SDM only?
Hi,
AFAIK, there is no way to undeploy an application using the NW Developer Studio.
The SDM is one of the options to choose for undeploying an application. But I basically prefer using the J2EE Engine's visual administrator tool (it is more intuitive in my opinion). Here's how to deal with it:
1. Start the tool using the go.bat located in \usr\sap\<SID>\<InstanceName>\j2ee\admin folder
2. Log in with an Administrator user.
3. Under the Server node click on the Deploy Service.
4. On the right hand side screen click on the Applications checkbox. The list of all deployed applications appears.
5. Select the application and click on the Remove button.
Add a comment