diff --git a/api/javascript/Buffer_.html b/api/javascript/Buffer_.html index 38e004e..53e0468 100644 --- a/api/javascript/Buffer_.html +++ b/api/javascript/Buffer_.html @@ -72,7 +72,7 @@

See:
diff --git a/api/javascript/SockJSSocket.html b/api/javascript/SockJSSocket.html index 59a7a95..82d46c1 100644 --- a/api/javascript/SockJSSocket.html +++ b/api/javascript/SockJSSocket.html @@ -78,7 +78,7 @@

See:
diff --git a/api/javascript/buffer-Buffer.html b/api/javascript/buffer-Buffer.html index 043d581..3ff1808 100644 --- a/api/javascript/buffer-Buffer.html +++ b/api/javascript/buffer-Buffer.html @@ -100,7 +100,7 @@

new BufferSee:
diff --git a/api/javascript/buffer.html b/api/javascript/buffer.html index 4b1366d..63aadb9 100644 --- a/api/javascript/buffer.html +++ b/api/javascript/buffer.html @@ -76,7 +76,7 @@

See:
diff --git a/api/javascript/buffer.js.html b/api/javascript/buffer.js.html index e738596..2091907 100644 --- a/api/javascript/buffer.js.html +++ b/api/javascript/buffer.js.html @@ -46,7 +46,7 @@

Source: vertx/buffer.js

} /** - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java * @external org.vertx.java.core.buffer.Buffer */ @@ -61,7 +61,7 @@

Source: vertx/buffer.js

* vert.x Java documents. The methods documented for the Java Buffer objects * are applicable to Javascript Buffer instances as well. * - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java * * @example * var Buffer = require('vertx/buffer'); @@ -88,7 +88,7 @@

Source: vertx/buffer.js

* instances directly to Javascript. See the Java documentation for * information on the public API. * - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java * @module vertx/buffer */ module.exports = Buffer; diff --git a/api/javascript/parse_tools.html b/api/javascript/parse_tools.html index d30f65f..2f09ce4 100644 --- a/api/javascript/parse_tools.html +++ b/api/javascript/parse_tools.html @@ -104,7 +104,7 @@

See:
diff --git a/api/javascript/parse_tools.js.html b/api/javascript/parse_tools.js.html index 6fe4ef7..e34e98d 100644 --- a/api/javascript/parse_tools.js.html +++ b/api/javascript/parse_tools.js.html @@ -78,7 +78,7 @@

Source: vertx/parse_tools.js

* is encoded with something other than a 1-1 byte-char mapping. * </p> * - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/parsetools/RecordParser.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/parsetools/RecordParser.java * * @exports vertx/parse_tools * */ diff --git a/api/javascript/shared_data.html b/api/javascript/shared_data.html index 794a290..61ba58b 100644 --- a/api/javascript/shared_data.html +++ b/api/javascript/shared_data.html @@ -84,7 +84,7 @@

See:
diff --git a/api/javascript/shared_data.js.html b/api/javascript/shared_data.js.html index 7b4f0a7..74ab2b3 100644 --- a/api/javascript/shared_data.js.html +++ b/api/javascript/shared_data.js.html @@ -57,7 +57,7 @@

Source: vertx/shared_data.js

* retrieved from the shared data, so different verticle instances never see * the same object instance. * </p> - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/shareddata/SharedData.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/shareddata/SharedData.java * * @exports vertx/shared_data */ diff --git a/api/javascript/sockjs.js.html b/api/javascript/sockjs.js.html index 4035104..2d0d85c 100644 --- a/api/javascript/sockjs.js.html +++ b/api/javascript/sockjs.js.html @@ -187,7 +187,7 @@

Source: vertx/sockjs.js

* {@linkcode WriteStream} so it can be used with * {@linkcode module:vertx/pump~Pump} to pump data with flow control. * - * @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/sockjs/SockJSSocket.java + * @see https://github.com/eclipse/vert.x/blob/master/vertx-ext/src/main/java/io/vertx/ext/sockjs/SockJSServer.java * @external org.vertx.java.core.sockjs.SockJSSocket */ diff --git a/community.html b/community.html index 970171c..f191f5d 100644 --- a/community.html +++ b/community.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -102,7 +102,7 @@

    Media Articles

    Some media articles about Vert.x

    Presentations

    -

    Some presentations about Vert.x

    +

    Some presentations about Vert.x

    Useful Vert.x modules and other components

    A catalogue of useful Vert.x related components diff --git a/community_templ.html b/community_templ.html index 1730c29..d702166 100644 --- a/community_templ.html +++ b/community_templ.html @@ -45,7 +45,7 @@

    Media Articles

    Some media articles about Vert.x

    Presentations

    -

    Some presentations about Vert.x

    +

    Some presentations about Vert.x

    Useful Vert.x modules and other components

    A catalogue of useful Vert.x related components diff --git a/core_manual_clojure.html b/core_manual_clojure.html index 9348225..55fd1f8 100644 --- a/core_manual_clojure.html +++ b/core_manual_clojure.html @@ -47,7 +47,7 @@

  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/core_manual_groovy.html b/core_manual_groovy.html index c1efcce..1ff01bd 100644 --- a/core_manual_groovy.html +++ b/core_manual_groovy.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -441,7 +441,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the env property on the container object.

    diff --git a/core_manual_java.html b/core_manual_java.html index 8ca20c3..0de1b28 100644 --- a/core_manual_java.html +++ b/core_manual_java.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -448,7 +448,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the env() method on the container object.

    diff --git a/core_manual_js.html b/core_manual_js.html index 1be9334..3519680 100644 --- a/core_manual_js.html +++ b/core_manual_js.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -441,7 +441,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access a hash of environment variables from a Verticle with the env property on the container object.

    diff --git a/core_manual_python.html b/core_manual_python.html index 01f552b..3afbf44 100644 --- a/core_manual_python.html +++ b/core_manual_python.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -404,7 +404,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the vertx.env() function.

    diff --git a/core_manual_ruby.html b/core_manual_ruby.html index cb6f8a4..b89f593 100644 --- a/core_manual_ruby.html +++ b/core_manual_ruby.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -398,7 +398,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access a Hash of environment variables from a Verticle with the method Vertx.env.

    diff --git a/core_manual_scala.html b/core_manual_scala.html index ccd52ab..513bbcb 100644 --- a/core_manual_scala.html +++ b/core_manual_scala.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -456,7 +456,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the env() method on the container object.

    diff --git a/dev_guide.html b/dev_guide.html index fecfea3..996df98 100644 --- a/dev_guide.html +++ b/dev_guide.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/docs.html b/docs.html index 47eb0c6..58d7982 100644 --- a/docs.html +++ b/docs.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -146,7 +146,7 @@

    Documentation Library

    Some other Vert.x resources

    Documentation for older Vert.x versions:

    diff --git a/docs_md/core_manual_groovy.md b/docs_md/core_manual_groovy.md index aa7a164..c1c38d0 100644 --- a/docs_md/core_manual_groovy.md +++ b/docs_md/core_manual_groovy.md @@ -149,7 +149,7 @@ The logger is an instance of the class `org.vertx.core.logging.Logger` and has t Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/docs_md/core_manual_java.md b/docs_md/core_manual_java.md index 0070e3e..22c7ebe 100644 --- a/docs_md/core_manual_java.md +++ b/docs_md/core_manual_java.md @@ -132,7 +132,7 @@ The logger is an instance of the class `org.vertx.java.core.logging.Logger` and Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the [main manual](manual.html#logging). diff --git a/docs_md/core_manual_js.md b/docs_md/core_manual_js.md index 1a247fd..fa244a3 100644 --- a/docs_md/core_manual_js.md +++ b/docs_md/core_manual_js.md @@ -153,7 +153,7 @@ The logger has the following methods: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the [main manual](manual.html#logging). diff --git a/docs_md/core_manual_python.md b/docs_md/core_manual_python.md index 2fd3009..a28487e 100644 --- a/docs_md/core_manual_python.md +++ b/docs_md/core_manual_python.md @@ -106,7 +106,7 @@ The logger has the functions: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the [main manual](manual.html#logging). diff --git a/docs_md/core_manual_ruby.md b/docs_md/core_manual_ruby.md index 0703a37..b7ff1f2 100644 --- a/docs_md/core_manual_ruby.md +++ b/docs_md/core_manual_ruby.md @@ -98,7 +98,7 @@ The logger has the functions: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the [main manual](manual.html#logging). diff --git a/docs_md/core_manual_scala.md b/docs_md/core_manual_scala.md index 38e7ee4..0ff6cad 100644 --- a/docs_md/core_manual_scala.md +++ b/docs_md/core_manual_scala.md @@ -163,7 +163,7 @@ The logger is an instance of the class `org.vertx.scala.core.logging.Logger` and Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the [main manual](manual.html#logging). diff --git a/docs_md/install.md b/docs_md/install.md index c2d81a0..c39d859 100644 --- a/docs_md/install.md +++ b/docs_md/install.md @@ -8,8 +8,8 @@ a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, Calif The easiest way to get hold of a distribution is to [download a binary distro](downloads.html). -Alternatively you can build from source. To do that clone the [github repository](https://github.com/vert-x/vert.x) -and read the file [`BUILD_README.md`](https://github.com/vert-x/vert.x/blob/master/BUILD_README.md). +Alternatively you can build from source. To do that clone the [github repository](https://github.com/eclipse/vert.x) +and read the file [`BUILD_README.md`](https://github.com/eclipse/vert.x/blob/master/BUILD_README.md). # Pre-requisites diff --git a/docs_md/manual.md b/docs_md/manual.md index 00eb492..6758159 100644 --- a/docs_md/manual.md +++ b/docs_md/manual.md @@ -447,7 +447,7 @@ Quora can also be used in conjunction with ha groups. Each verticle instance gets its own logger which can be retrieved from inside the verticle. For information on how to get the logger please see the API reference guide for the language you are using. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. By default [JUL](http://docs.oracle.com/javase/7/docs/technotes/guides/logging/overview.html) logging is used. This can be configured using the file `$VERTX_HOME\conf\logging.properties`. Where `VERTX_HOME` is the directory in which you installed Vert.x. diff --git a/docs_templ.html b/docs_templ.html index dd85922..18f8d7b 100644 --- a/docs_templ.html +++ b/docs_templ.html @@ -89,7 +89,7 @@

    Documentation Library

    Some other Vert.x resources

    Documentation for older Vert.x versions:

    diff --git a/downloads.html b/downloads.html index c051d2a..247df65 100644 --- a/downloads.html +++ b/downloads.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/embedding_manual.html b/embedding_manual.html index 4ada123..ccab510 100644 --- a/embedding_manual.html +++ b/embedding_manual.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/examples.html b/examples.html index 179661c..fefce6c 100644 --- a/examples.html +++ b/examples.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/gradle_dev.html b/gradle_dev.html index 392814b..732e1db 100644 --- a/gradle_dev.html +++ b/gradle_dev.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • diff --git a/index.html b/index.html index ae6bd2f..d6e7cba 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -73,7 +73,7 @@ +
    @@ -140,7 +140,7 @@

    Key Features


    @@ -255,7 +255,7 @@

    Here's an example web-server*

    vertx run server.js

    - +

    Save the following in Server.java

    @@ -352,7 +352,7 @@

    Here's an example web-server*

    (-> req (http/server-response) (http/send-file (str "webroot/" (if (= "/" uri) "index.html" uri))))))) - (http/listen 8080)) + (http/listen 8080))

    Run it:

    @@ -360,8 +360,8 @@

    Here's an example web-server*

    vertx run server.clj

    - - + +
    diff --git a/index.html_backup b/index.html_backup index b1378dd..d961d25 100644 --- a/index.html_backup +++ b/index.html_backup @@ -51,7 +51,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/install.html b/install.html index 99c5a3a..ba7c3eb 100644 --- a/install.html +++ b/install.html @@ -47,7 +47,7 @@
  • Documentation
  • Examples
  • Project Info
  • -
  • Github
  • +
  • Github
  • Module Registry
  • Google Group
  • Blog
  • @@ -75,8 +75,8 @@

    Installation Guide

    Getting a distro


    The easiest way to get hold of a distribution is to download a binary distro.

    -

    Alternatively you can build from source. To do that clone the github repository -and read the file BUILD_README.md.

    +

    Alternatively you can build from source. To do that clone the github repository +and read the file BUILD_README.md.

    Pre-requisites


    Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the getEnv() method on the container object.

    diff --git a/vertx1x_docs/core_manual_groovy_templ.html b/vertx1x_docs/core_manual_groovy_templ.html index b194e7e..9286e20 100644 --- a/vertx1x_docs/core_manual_groovy_templ.html +++ b/vertx1x_docs/core_manual_groovy_templ.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/core_manual_java.html b/vertx1x_docs/core_manual_java.html index 101ed6a..b865190 100644 --- a/vertx1x_docs/core_manual_java.html +++ b/vertx1x_docs/core_manual_java.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • @@ -347,7 +347,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the getEnv() method on the container object.

    diff --git a/vertx1x_docs/core_manual_java_templ.html b/vertx1x_docs/core_manual_java_templ.html index 81c2789..e740126 100644 --- a/vertx1x_docs/core_manual_java_templ.html +++ b/vertx1x_docs/core_manual_java_templ.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/core_manual_js.html b/vertx1x_docs/core_manual_js.html index c10c3b1..bd6c3d1 100644 --- a/vertx1x_docs/core_manual_js.html +++ b/vertx1x_docs/core_manual_js.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • @@ -342,7 +342,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access environment variables from a Verticle with the variable vertx.env.

    diff --git a/vertx1x_docs/core_manual_js_templ.html b/vertx1x_docs/core_manual_js_templ.html index 8a33c61..92f5cef 100644 --- a/vertx1x_docs/core_manual_js_templ.html +++ b/vertx1x_docs/core_manual_js_templ.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/core_manual_python.html b/vertx1x_docs/core_manual_python.html index a0dc74a..90271c8 100644 --- a/vertx1x_docs/core_manual_python.html +++ b/vertx1x_docs/core_manual_python.html @@ -341,7 +341,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Deploying and Undeploying Verticles Programmatically


    You can deploy and undeploy verticles programmatically from inside another verticle. Any verticles deployed programmatically inherit the path of the parent verticle.

    diff --git a/vertx1x_docs/core_manual_ruby.html b/vertx1x_docs/core_manual_ruby.html index 1cdbee8..a1d4779 100644 --- a/vertx1x_docs/core_manual_ruby.html +++ b/vertx1x_docs/core_manual_ruby.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • @@ -342,7 +342,7 @@

    Logging from a Verticle


  • fatal
  • Which have the normal meanings you would expect.

    -

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is \tmp.

    +

    The log files by default go in a file called vertx.log in the system temp directory. On my Linux box this is /tmp.

    For more information on configuring logging, please see the main manual.

    Accessing environment variables from a Verticle


    You can access environment variables from a Verticle with the method Vertx.env.

    diff --git a/vertx1x_docs/core_manual_ruby_templ.html b/vertx1x_docs/core_manual_ruby_templ.html index 21194fb..e22be9f 100644 --- a/vertx1x_docs/core_manual_ruby_templ.html +++ b/vertx1x_docs/core_manual_ruby_templ.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/docs.html b/vertx1x_docs/docs.html index f8e28c1..bad5796 100644 --- a/vertx1x_docs/docs.html +++ b/vertx1x_docs/docs.html @@ -45,7 +45,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/docs_md/core_manual_groovy.md b/vertx1x_docs/docs_md/core_manual_groovy.md index d0afba2..e2b6efd 100644 --- a/vertx1x_docs/docs_md/core_manual_groovy.md +++ b/vertx1x_docs/docs_md/core_manual_groovy.md @@ -64,7 +64,7 @@ The logger is an instance of the class `org.vertx.core.logging.Logger` and has t Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/vertx1x_docs/docs_md/core_manual_java.md b/vertx1x_docs/docs_md/core_manual_java.md index b7c0aaf..3820c64 100644 --- a/vertx1x_docs/docs_md/core_manual_java.md +++ b/vertx1x_docs/docs_md/core_manual_java.md @@ -83,7 +83,7 @@ The logger is an instance of the class `org.vertx.core.logging.Logger` and has t Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/vertx1x_docs/docs_md/core_manual_js.md b/vertx1x_docs/docs_md/core_manual_js.md index cc014a5..1d87559 100644 --- a/vertx1x_docs/docs_md/core_manual_js.md +++ b/vertx1x_docs/docs_md/core_manual_js.md @@ -77,7 +77,7 @@ The logger has the functions: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/vertx1x_docs/docs_md/core_manual_python.md b/vertx1x_docs/docs_md/core_manual_python.md index 6930d62..51d2927 100644 --- a/vertx1x_docs/docs_md/core_manual_python.md +++ b/vertx1x_docs/docs_md/core_manual_python.md @@ -84,7 +84,7 @@ The logger has the functions: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/vertx1x_docs/docs_md/core_manual_ruby.md b/vertx1x_docs/docs_md/core_manual_ruby.md index 621e3bb..4367666 100644 --- a/vertx1x_docs/docs_md/core_manual_ruby.md +++ b/vertx1x_docs/docs_md/core_manual_ruby.md @@ -78,7 +78,7 @@ The logger has the functions: Which have the normal meanings you would expect. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. For more information on configuring logging, please see the main manual. diff --git a/vertx1x_docs/docs_md/groovy_web_tutorial.md b/vertx1x_docs/docs_md/groovy_web_tutorial.md index 6c424ad..a8b04f2 100644 --- a/vertx1x_docs/docs_md/groovy_web_tutorial.md +++ b/vertx1x_docs/docs_md/groovy_web_tutorial.md @@ -22,7 +22,7 @@ If you'd rather just run the complete code, the working example is present in th There's also a version of the tutorial using AngularJS in the `angularjs` directory of the distribution. -You can also see the code in [github](https://github.com/vert-x/vert.x/tree/master/vertx-examples/src/main/groovy/webapp). +You can also see the code in [github](https://github.com/eclipse/vert.x/tree/master/vertx-examples/src/main/groovy/webapp). ## Step 1. Install vert.x diff --git a/vertx1x_docs/docs_md/install.md b/vertx1x_docs/docs_md/install.md index b137919..b4db02b 100644 --- a/vertx1x_docs/docs_md/install.md +++ b/vertx1x_docs/docs_md/install.md @@ -9,7 +9,7 @@ Before you can do anything with vert.x you need to install it, so let's describe # Getting a distro The easiest way to get hold of a distribution is to [download a binary distro](downloads.html). -Alternatively you can build from source. To do that see the instructions on the [github wiki](https://github.com/vert-x/vert.x/wiki). +Alternatively you can build from source. To do that see the instructions on the [github wiki](https://github.com/eclipse/vert.x/wiki). # Pre-requisites diff --git a/vertx1x_docs/docs_md/js_web_tutorial.md b/vertx1x_docs/docs_md/js_web_tutorial.md index ed04155..c435d4a 100644 --- a/vertx1x_docs/docs_md/js_web_tutorial.md +++ b/vertx1x_docs/docs_md/js_web_tutorial.md @@ -22,7 +22,7 @@ If you'd rather just run the complete code, the working example is present in th There's also a version of the tutorial using AngularJS in the `angularjs` directory of the distribution. -You can also see the code in [github](https://github.com/vert-x/vert.x/tree/master/vertx-examples/src/main/javascript/webapp). +You can also see the code in [github](https://github.com/eclipse/vert.x/tree/master/vertx-examples/src/main/javascript/webapp). ## Step 1. Install vert.x diff --git a/vertx1x_docs/docs_md/manual.md b/vertx1x_docs/docs_md/manual.md index 89641e4..9c4b12a 100644 --- a/vertx1x_docs/docs_md/manual.md +++ b/vertx1x_docs/docs_md/manual.md @@ -310,7 +310,7 @@ Run the module `vertx.mongo-persistor-v1.0` Each verticle gets its own logger which can be retrieved from inside the verticle. For information on how to get the logger please see the core guide for the language you are using. -The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`. +The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`. By default [JUL](http://docs.oracle.com/javase/7/docs/technotes/guides/logging/overview.html) logging is used. This can be configured using the file `$VERTX_HOME\conf\logging.properties`. Where `VERTX_HOME` is the directory in which you installed vert.x. diff --git a/vertx1x_docs/docs_md/ruby_web_tutorial.md b/vertx1x_docs/docs_md/ruby_web_tutorial.md index 2279555..cf32ca7 100644 --- a/vertx1x_docs/docs_md/ruby_web_tutorial.md +++ b/vertx1x_docs/docs_md/ruby_web_tutorial.md @@ -22,7 +22,7 @@ If you'd rather just run the complete code, the working example is present in th There's also a version of the tutorial using AngularJS in the `angularjs` directory of the distribution. -You can also see the code in [github](https://github.com/vert-x/vert.x/tree/master/vertx-examples/src/main/ruby/webapp). +You can also see the code in [github](https://github.com/eclipse/vert.x/tree/master/vertx-examples/src/main/ruby/webapp). ## Step 1. Install vert.x diff --git a/vertx1x_docs/groovy_web_tutorial.html b/vertx1x_docs/groovy_web_tutorial.html index 2ed26b5..e41fd09 100644 --- a/vertx1x_docs/groovy_web_tutorial.html +++ b/vertx1x_docs/groovy_web_tutorial.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • @@ -79,7 +79,7 @@

    Groovy Web Application Tutorial

    In this version of this tutorial we've written the script in Groovy. If you'd prefer to write it in Ruby or JavaScript, please see the Ruby or JavaScript version of this tutorial.

    If you'd rather just run the complete code, the working example is present in the webapp directory of the examples in the distribution. Read the README there for instructions on how to run it.

    There's also a version of the tutorial using AngularJS in the angularjs directory of the distribution.

    -

    You can also see the code in github.

    +

    You can also see the code in github.

    Step 1. Install vert.x


    If you haven't yet installed vert.x, do that now.

    The rest of the tutorial will assume you have installed vert.x in directory VERTX_HOME.

    diff --git a/vertx1x_docs/groovy_web_tutorial_templ.html b/vertx1x_docs/groovy_web_tutorial_templ.html index 1f99d7b..8385c61 100644 --- a/vertx1x_docs/groovy_web_tutorial_templ.html +++ b/vertx1x_docs/groovy_web_tutorial_templ.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • diff --git a/vertx1x_docs/install.html b/vertx1x_docs/install.html index 885adfc..5569477 100644 --- a/vertx1x_docs/install.html +++ b/vertx1x_docs/install.html @@ -44,7 +44,7 @@
  • Tutorials
  • Examples
  • Documentation
  • -
  • Source
  • +
  • Source
  • Google Group
  • Community
  • Blog
  • @@ -73,7 +73,7 @@

    Installation Guide

    Before you can do anything with vert.x you need to install it, so let's describe how to do that.

    Getting a distro


    The easiest way to get hold of a distribution is to download a binary distro. -Alternatively you can build from source. To do that see the instructions on the github wiki.

    +Alternatively you can build from source. To do that see the instructions on the github wiki.

    Pre-requisites