I created a Java web application using Netbeans, I only got a .war file after clicking on build and I don’t know whats the next step, how can I become a server and allow my friends to use this .war file or app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need an application server like Apache Tomcat, Jetty, or Glassfish to deploy your application. Each one has its advantages and disadvantages and also different configuration options.
Some application servers can be embedded in your application, or can be used standalone and just drop your .war in them.