Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. root@197-114-84-93:/code/ativa# sbt -d -v start -Dhttp.port=7777
  2. [residual] arg = 'start'
  3. [addJava] arg = '-Dhttp.port=7777'
  4. [residual] arg = 'start'
  5. [process_args] java_version = '1.8.0_101'
  6. # Executing command line:
  7. java
  8. -Xms1024m
  9. -Xmx1024m
  10. -XX:ReservedCodeCacheSize=128m
  11. -XX:MaxMetaspaceSize=256m
  12. -Dhttp.port=7777
  13. -jar
  14. /usr/share/sbt-launcher-packaging/bin/sbt-launch.jar
  15. start
  16.  
  17. [info] Loading project definition from /code/ativa/project
  18. [info] Set current project to ativa (in build file:/code/ativa/)
  19. [warn] The start command is deprecated, and will be removed in a future version of Play.
  20. [warn] To run Play in production mode, run 'stage' instead, and then execute the generated start script in target/universal/stage/bin.
  21. [warn] To test your application using production mode, run 'testProd' instead.
  22. [info] Wrote /code/ativa/target/scala-2.11/ativa_2.11-1.0.pom
  23. [info] Main Scala API documentation to /code/ativa/target/scala-2.11/api...
  24. [warn] there were three feature warnings; re-run with -feature for details
  25. model contains 84 documentable templates
  26. [warn] one warning found
  27. [info] Main Scala API documentation successful.
  28. [info] Packaging /code/ativa/target/scala-2.11/ativa_2.11-1.0-javadoc.jar ...
  29. [info] Done packaging.
  30.  
  31. (Starting server. Type Ctrl+D to exit logs, the server will remain in background)
  32.  
  33. [warn] application - Logger configuration in conf files is deprecated and has no effect. Use a logback configuration file instead.
  34. [warn] application - application.conf @ file:/code/ativa/target/universal/stage/conf/application.conf: 13: user is deprecated, use username instead
  35. [info] application - Creating Pool for datasource 'default'
  36. [info] p.a.d.DefaultDBApi - Database [default] connected at jdbc:postgresql://93.84.114.197:5432/abaha
  37. [info] p.a.l.c.ActorSystemProvider - Starting application default Akka system: application
  38. [info] play.api.Play - Application started (Prod)
  39. [info] p.c.s.NettyServer - Listening for HTTP on /0:0:0:0:0:0:0:0:7777
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement