corda/docs/source
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
..
_static Added Japanese translation of intro white paper, by Munetoshi Yamada 2017-03-15 13:50:37 +00:00
_templates Fixup the docsite sidebar which is a copy of the non-docsite sidebar 2017-01-23 12:47:29 +01:00
example-code Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
resources Tearoff fixes (#78) 2017-02-03 14:02:51 +00:00
whitepaper Added Japanese translation of intro white paper, by Munetoshi Yamada 2017-03-15 13:50:37 +00:00
azure-vm.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
building-the-docs.rst Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'. 2016-12-05 15:17:25 +00:00
changelog.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
clauses.rst Clean up semantics of composite clauses 2017-01-17 11:34:21 +00:00
CLI-vs-IDE.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
clientrpc.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
codestyle.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
conf.py Update doc copyright notice to 'Copyright 2016, R3 Limited' 2016-11-28 16:17:55 +00:00
contract-catalogue.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
contract-cp-state.png Discuss contract design in the contract writing tutorial 2016-11-23 17:50:15 +00:00
contract-cp.png Discuss contract design in the contract writing tutorial 2016-11-23 17:50:15 +00:00
contract-irs.png Add contract catalogue to documentation 2016-07-29 11:59:28 +01:00
contract-irs.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
contract-upgrade.rst Example code for contract upgrade using RPC. (#237) 2017-02-13 15:39:48 +00:00
corda-configuration-file.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
corda-plugins.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
creating-a-cordapp.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
event-scheduling.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
flow-state-machines.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
flow-testing.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
further-notes-on-kotlin.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
getting-set-up-fault-finding.rst Updated docs to refer to the latest milestone and replaced a specific milestone reference with a generic one 2017-02-16 12:26:40 +00:00
getting-set-up.rst Update index and set up versions 2017-03-08 10:07:02 +00:00
glossary.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
index.rst Document JSON/Jackson support 2017-03-08 12:31:22 +01:00
inthebox.rst First revision for 'getting set up' - docs not rebuilt as to keep changes visible 2016-11-14 18:12:39 +00:00
json.rst Document JSON/Jackson support 2017-03-08 12:31:22 +01:00
key-concepts-consensus-notaries.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-core-types.rst Add AnonymousParty superclass of Party 2017-02-09 11:37:32 +00:00
key-concepts-data-model.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-ecosystem.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-financial-model.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-flow-framework.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-security-model.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts-vault.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
key-concepts.rst Key Concepts rewrite for open source day (#7) 2017-01-26 15:46:40 +00:00
loadtesting.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
merkle-trees.rst Tearoff fixes (#78) 2017-02-03 14:02:51 +00:00
messaging.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
network-simulator.png Update Network Simulator with new branding 2017-02-01 10:59:36 +00:00
network-simulator.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
node-administration.rst Added --logging-level cmd line arg to set the logging level, and improved flow logging 2017-02-14 09:56:50 +00:00
node-explorer.rst Fix the port numbers in the documentation to match actual values 2017-02-06 16:22:15 +00:00
node-services.rst Added webserver to runnodes. 2017-01-27 14:15:08 +00:00
oracles.rst Fix typo in docs for FixOf where Duration should be Tenor 2017-02-21 14:55:47 +01:00
permissioning.rst Make Network registration process more verbose (#251) 2017-02-20 13:22:37 +00:00
persistence.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
publishing-corda.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
release-notes.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
release-process.rst Add draft release notes for M9 2017-03-02 16:41:43 +00:00
running-a-notary.rst extraAdvertisedServiceIds config is now a list of strings, rather than a comma separated string 2017-02-21 15:21:37 +00:00
running-the-demos.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
secure-coding-guidelines.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
serialization.rst Kryo serialisation whitelisting and misc enhancements. (#267) 2017-02-28 08:12:18 +00:00
setting-up-a-corda-network.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
tutorial-attachments.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00
tutorial-building-transactions.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
tutorial-clientrpc-api.rst CORDA-265: Implement "ALL" permission for RPC users. (#306) 2017-03-07 16:57:34 +00:00
tutorial-contract-clauses.rst Clean up semantics of composite clauses 2017-01-17 11:34:21 +00:00
tutorial-contract.rst Unix vs Windows demo instructions. Duplicate SIMM page. Typos. Bad nesting. 2017-01-06 11:05:37 +00:00
tutorial-cordapp.rst Clean up messaging/RPC port configuration and docs (#296) 2017-03-17 10:32:14 +00:00
tutorial-integration-testing.rst Added a method to NodeHandle to simplify using RPC in the Driver 2017-01-06 14:14:32 +00:00
tutorial-test-dsl.rst Writing contract tests docs (#17) 2016-12-19 13:14:36 +00:00
using-a-notary.rst Regen docsite with new JavaDoc format API reference 2017-01-18 13:42:22 +01:00