5

Is it possible to deploy a service on a remote tomcat server from within local netbeans IDE?

I am using tomcat 6.0.35 on remote windows 2003 server and Netbeans IDE 7.0.1

orak
  • 2,399
  • 7
  • 29
  • 55
  • 1
    You can find about it [here][1]: [1]: http://stackoverflow.com/questions/2781057/how-to-deploy-to-tomcat-from-netbeans – user1214083 Mar 09 '12 at 10:47
  • No, that link doesn't help much, user1214083. The UI still doesn't let you define remote servers. – foo Jan 10 '13 at 20:10

1 Answers1

5

You could modify your build script (Solutions for Maven and Ant can be found here at SO)

Community
  • 1
  • 1
Joachim Rohde
  • 5,915
  • 2
  • 29
  • 46