Context-Root already exists
Hi everyone,
I am deploying two bussines process, which has user activities.
My first bussines process is deployed succesfull, but second project show next error:
java.lang.Exception: isProduction:
Deployment failed on target localhost:18000_server : Context-Root already exists in a dep....
What is the cuase for this error?
Thanks a lot.
[383 byte] By [
conectora] at [2007-11-27 6:11:13]

# 1
I'd say that one of your BP's is exposed as a webservice server and you're reusing an SOAP External Server configuration in your connectivity map which leads to trying to deploy a second webservice under the same context-root of the servlet container.
If so, create a new SOAP External Server for one of your business processes.