How to deploy Jar, War files in J2EE?
Answer / Rajnish Kumar Shriwastawa
To deploy Java Archive (Jar) and Web Archive (War) files in J2EE, follow these steps: 1. Copy the Jar or War file to the deployment directory of your application server (like tomcat's webapps directory). 2. If necessary, update the deployment descriptor (web.xml) located in the WEB-INF folder inside the deployed WAR. 3. Restart the application server for the changes to take effect.
| Is This Answer Correct ? | 0 Yes | 0 No |
I wantr to know, How many number of users logged in to website? can any one answer
Why threads will block on I/O?
What is difference RMI registry and OSAgent?
Which containers use a border layout as their default layout?
Name three subclasses of the component class?
difference of inheritance and interface
What is the difference between long.class and long.type?
What does module-relative mean?
What is a modular application?
What is a compilation unit?
Explain lazy activation?
what is the proxy pattern?