Guest User

Untitled

a guest
Jan 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. localhost:8080/webapp1
  2. localhost:8081/webapp2
  3.  
  4. <port>${jetty.port}</port>
  5.  
  6. mvn jetty:run -Djetty.port=8081
  7.  
  8. <properties>
  9. <jetty.port>8080</jetty.port>
  10. </properties>
  11.  
  12. mvn jetty:run-war -Pprofile1 &
  13. mvn jetty:run-war -Pprofile2
Add Comment
Please, Sign In to add comment