[Architecture] [QA] Improving QA test framework to handle FE/BE separation scenarios
Charitha Kankanamge
charitha at wso2.com
Tue Feb 16 00:36:49 EST 2010
Hi,
Our test framework does not support FE/BE separation since we use single
http/https port in the framework.properties to access admin console and
issue service calls. We can introduce the following parameters in the
framework.properties in order to support this scenario.
http.fe.port=9763
https.fe.port=9443
http.be.port=9764
https.be.port=9444
For all admin console accesses, use https.fe.port property instead of the
existing https.port property.
(/s/property.getProperty("https.port")/property.getProperty("https.fe.port"))
For service calls,
(/s/property.getProperty("http.port")/property.getProperty("http.be.port"))
Regards
Charitha
Charitha Kankanamge
WSO2 Inc.
http://wso2.org
email: charitha at wso2.com
cell: +94 718 359 265
blog: http://charithaka.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wso2.org/pipermail/architecture/attachments/20100216/3daec088/attachment.html>
More information about the Architecture
mailing list