corda/gradle-plugins/cordformation
Ross Nicoll 486368d926 Clean up messaging/RPC port configuration and docs (#296)
* Non-ssl artemis acceptor for RPC connection. (#271)

* New non-ssl acceptor in artemis server for RPC connection.

* Rename artemisAddress with messagingAddress

Rename artemisAddress with messagingAddress so that the node configuration file properties match
the code variable names.
Rename artemisPort to messagingPort in Gradle configuration to match node configuration naming.

* Add rpcPort configuration option for Gradle

* Update docs to reflect changes to RPC port configuration

* Renumber ports in example CorDapp to match numbering used elsewhere

* Restructure upgrade guide

* added config file checks on corda startup to make the upgrade path a bit smoother.
2017-03-17 10:32:14 +00:00
..
src/main Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
build.gradle Fixed a bug with building gradle plugins due to an invalid version number used. 2017-01-05 14:11:58 +00:00
README.rst Fixed review issues. 2016-10-11 13:05:46 +01:00

Please refer to the documentation in <corda-root>/doc/build/html/creating-a-cordapp.html#cordformation.