Hi All ,
We have migrated to CE 7.1 to CE 7.1.1 EHP1.after migration I am deploying webdynpro DC but getting following error message.
Description:
1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Cannot deploy two applications with identical application aliases (context roots). Your application [asianpaints.com/erecapp] defines an application alias (context root) [PositionHandlerService] that is already in use by application [asianpaints.com/erecdrct]. There are two possibilities in order to proceed with deployment: 1) Define different application alias (context root) for your application [asianpaints.com/erecapp] (this is the preferred option). 2) Undeploy the application [asianpaints.com/erecdrct].
asianpaints.com/erecapp is EnterpriseApplication DC
asianpaints.com/erecdrct is WebDynpro DC
[PositionHandlerService] is Webserive name in one of the session bean DC as follows
@WebService(portName="PositionHandlerBeanPort", endpointInterface="com.apl.session.positionhandler.PositionHandlerLocal", targetNamespace="http://apl.com/session/positionhandler/", serviceName="PositionHandlerService")
I can not deploy Enterprise Application DC as it is being used other places also. First solution is to change contecxt root.
What is mean by changing context root. How to change context root.
Regards
Kavita