Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to deploy .war files

807599Dec 14 2006 — edited Dec 14 2006
Hi All,
I have developed a simple web application using JApplet, Servlet, JDBC etc. I am using JDK 1.5.06 and Netbeans 5.0, Apache Tomcat server 5.5.
Through Netbeans IDE, I can build my project successfully. ( NetBeans --> Build --> Build Main Project) Now what to do, to run this application through Internet Explorer?
Frankly saying, I don't know how to deploy this .war files (or others), so that from a remote/client machine my friends also can access my web application?
Please help me, I am very new to this technology.
Thanks in advance.
Wriju

Comments

800241
Hi All,
I have developed a simple web application using
JApplet, Servlet, JDBC etc. I am using JDK 1.5.06 and
Netbeans 5.0, Apache Tomcat server 5.5.
Through Netbeans IDE, I can build my project
successfully. ( NetBeans --> Build --> Build Main
Project) Now what to do, to run this application
through Internet Explorer?
rankly saying, I don't know how to deploy this .war
files (or others), so that from a remote/client
machine my friends also can access my web
application?
Please help me, I am very new to this technology.
Thanks in advance.
Wriju
To deploy a .war file you will need to be running something such as tomcat or Jboss or Sun Java System Application Server.
807599
The OP is running tomcat.

Rather than asking here look at the documentation for tomcat.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 11 2007
Added on Dec 14 2006
2 comments
156 views