Hi all,
 
from a users perspective the current configuration approach is somehow 
confusing. The configuration is scattered in different configuration files. 
E.g. to configure the ports used by the ESB we have the following configuration 
files:
 
webapp\WEB-INF\classes\conf\axis2.xml
HttpCoreNIOListener Port
HttpCoreNIOSSLListener Port
 
webapp\WEB-INF\classes\conf\server.xml
RMI-JMX-Port
HTTPPort --> since a few weeks also redundantly here (see above)
HTTPSPort --> since a few weeks also redundantly here (see above)
DerbyPort --> rundundantly within the same file (also in the JDBC-URL)
 
AdminConsolePort --> since Asanhkas commit on Friday moved to:
tomcat\lib\wso2-esb-startup-SNAPSHOT.jar\tomcat.properties
which from a configuration point of view makes things even worse.
How can we now change the admin port? We need to be able to change the port!
 
webapp\WEB-INF\classes\conf\wrapper.conf
RMI-JMX-Port of wrapper
 
Ports are only one example. The user needs to know a bunch of configuration 
files and options. Can we somehow change this, that at least the most common 
options can be configured in a single file? Configuring the same options in 
different files rundundantly, like the http/https listener ports, has to be 
avoided. What if the values don't match? This can happen quite easily.
 
 
 
Regards,
   Eric
 
 
 
 
 
 
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to