0

Possible Duplicate:
How to deploy a Java Web Application (.war) on tomcat?

I have built a web application with Netbeans and Java Server Faces into a *.war file and now I want to deploy it on a different computer, but I don't know how to do that.

Can you help me?

1
  • 3
    Did you even try to google for this? Also look through SO before asking such a basic question, for example: stackoverflow.com/questions/2119678/… Commented Dec 22, 2012 at 5:16

1 Answer 1

0

In your different computer there should be a Web Server that can be Apache Tomcat. Just copy your .war file and go to webapps folder of that Apache Tomcat Installation Folder and paste it. Now, you can browse it through web browser.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.