I was confuse for long time, what should I do when I want to see the changes/output after modified the Java source file when web services is running?
stop tomcat, run again? clean and build project? no, the answer is –just clisk on “Deploy Project“, then netbeans will do the compiling, undeploy and redeploy job for you, that’s simple.
(NOTE: There must be a app server bundle in netbeans).
cool tips, it solves my puzzler