How do you deploy a Java web app to Tomcat server, on another computer on network(or internet) , through an IDE like Netbeans for development/testing & production purposes ?
Any feature in Netbeans that makes this simpler ?
|
How do you deploy a Java web app to Tomcat server, on another computer on network(or internet) , through an IDE like Netbeans for development/testing & production purposes ? Any feature in Netbeans that makes this simpler ? |
|||
|
|
|
You can do this by modifying your build.xml. You'll need
Note that in Tomcat 7 the user will need to have the manager-script role set in tomcat-users.xml. |
|||
|
|
|
Use the tomcat-maven-plugin. An in-IDE support is intended for localhost dev purposes only. |
|||
|
|