Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created September 13, 2014 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipolevoy/b50352c3148d60e8af35 to your computer and use it in GitHub Desktop.
Save ipolevoy/b50352c3148d60e8af35 to your computer and use it in GitHub Desktop.
igor@igor-linux:17:04:52:~/projects/javalite/activeweb-bootstrap$ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
igor@igor-linux:17:04:54:~/projects/javalite/activeweb-bootstrap$ mvn jetty:run
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.javalite:activeweb-bootstrap:war:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 31, column 21
[WARNING] 'build.plugins.plugin.version' for org.javalite:activejdbc-instrumentation is missing. @ line 61, column 20
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveWeb Example using Bootstrap 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:9.2.3.v20140905:run (default-cli) @ activeweb-bootstrap >>>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activeweb-bootstrap ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/igor/projects/javalite/activeweb-bootstrap/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ activeweb-bootstrap ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] >>> activejdbc-instrumentation:1.4.9:instrument (default) @ activeweb-bootstrap >>>
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activeweb-bootstrap ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/igor/projects/javalite/activeweb-bootstrap/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ activeweb-bootstrap ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< activejdbc-instrumentation:1.4.9:instrument (default) @ activeweb-bootstrap <<<
[INFO]
[INFO] --- activejdbc-instrumentation:1.4.9:instrument (default) @ activeweb-bootstrap ---
**************************** START INSTRUMENTATION ****************************
Directory: /home/igor/projects/javalite/activeweb-bootstrap/target/classes
**************************** END INSTRUMENTATION ****************************
**************************** START INSTRUMENTATION ****************************
Directory: /home/igor/projects/javalite/activeweb-bootstrap/target/test-classes
**************************** END INSTRUMENTATION ****************************
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activeweb-bootstrap ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/igor/projects/javalite/activeweb-bootstrap/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ activeweb-bootstrap ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< jetty-maven-plugin:9.2.3.v20140905:run (default-cli) @ activeweb-bootstrap <<<
[INFO]
[INFO] --- jetty-maven-plugin:9.2.3.v20140905:run (default-cli) @ activeweb-bootstrap ---
2014-09-13 17:04:57.775:INFO::main: Logging initialized @2400ms
[INFO] Configuring Jetty for project: ActiveWeb Example using Bootstrap
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/igor/projects/javalite/activeweb-bootstrap/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/igor/projects/javalite/activeweb-bootstrap/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = file:/home/igor/projects/javalite/activeweb-bootstrap/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/igor/projects/javalite/activeweb-bootstrap/src/main/webapp
2014-09-13 17:04:57.852:INFO:oejs.Server:main: jetty-9.2.3.v20140905
61 [main] INFO org.javalite.activeweb.RequestDispatcher - ActiveWeb: starting the app in environment: development
2014-09-13 17:04:58.944:INFO:oejsh.ContextHandler:main: Started o.e.j.m.p.JettyWebAppContext@7199d0ff{/,file:/home/igor/projects/javalite/activeweb-bootstrap/src/main/webapp/,AVAILABLE}{file:/home/igor/projects/javalite/activeweb-bootstrap/src/main/webapp/}
2014-09-13 17:04:58.945:WARN:oejsh.RequestLogHandler:main: !RequestLog
2014-09-13 17:04:58.959:INFO:oejs.ServerConnector:main: Started ServerConnector@149e79fc{HTTP/1.1}{0.0.0.0:8080}
2014-09-13 17:04:58.960:INFO:oejs.Server:main: Started @3588ms
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 10000 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment