ESB admin console conflicts with WSO2 WSAS when deployed to the same instance.
------------------------------------------------------------------------------
Key: ESBJAVA-532
URL: https://wso2.org/jira/browse/ESBJAVA-532
Project: WSO2 ESB
Issue Type: Bug
Components: Administration Console
Reporter: Jonathan Holmes
Assignee: Asankha Perera
Attachments: ServiceBusConstants.zip
When deploying both the ESB and WSAS to Tomcat they conflict with each other
because of the axis paths. I have attached my fix which allows for this.
Package: org.wso2.esb
class: ServiceBusConstants
Notes: Altered ESB server constants so they do not interfere with
other server constants.. Ex: WSAS
Change:
public static final String SERVER_XML = "esb.server.xml";
public static final String SERVER_NAME = "esb.serverName";
public static final String SYNAPSE_XML = "esb.synapse.xml";
public static final String RESOLVE_ROOT = "esb.resolve.root";
public static final String AXIS2_XML = "esb.axis2.xml";
public static final String AXIS2_REPO = "esb.axis2.repo";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev