Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. application-port=8081
  2. application-host=0.0.0.0
  3. runtime=${basedir}/runtime
  4. apps=${runtime}/apps
  5. nexus-work=${basedir}/../sonatype-work/nexus
  6. webapp=${runtime}/apps/nexus/webapp
  7. webapp-context-path=/
  8. security-xml-file=${nexus-work}/conf/security.xml
  9. application-conf=${nexus-work}/conf
  10.  
  11. # If this file is present, it will be used to configure Jetty.
  12. jetty.xml=${basedir}/conf/jetty.xml
  13.  
  14. # Uncomment this to use the debug js files
  15. #index.template.file=templates/index-debug.vm
  16.  
  17. # Support for nexus-p2.
  18. # Do not edit unless you know what you are doing!
  19. equinox-runtimeLocation=${basedir}/p2
Add Comment
Please, Sign In to add comment