I made a Java ServLet using NetBeans and it's working great but the problem is that I need to run my ServLet through NetBeans using the Run button.
I no longer want to do this. I want to run it without NetBeans. I want to make a standalone ServLet. So I used to the Build option which generated a .war file of my ServLet but I do not know what to do with this file. How can I run this file and use my ServLet? I don't want to seen running the file each time via NetBeans in front of other people. It seems so unprofessional.
Please help. Thank you.