How to deploy web appliction in web logic ?
Create a war file using command
jar cvf webapplicationname.war *;
Login to weblogic Console.
Goto WebApplicationModules and then goto Deploy New
Webapplication module. Upload ur file option and Browse ur
War file and Upload. select ur war file and choose
Targetmodule and deploy.
| Is This Answer Correct ? | 4 Yes | 3 No |
What are the advantanges of modularity
What is pure oop?
What is Hashing and how is it done? Pictorial form?
what is Class in oops with example?
What is polymorphism programming?
Have you ever interfaced with a database?
i^=j; j^=i; i^=j; value of i,j
The expansion of GNU
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is a unary operator?
What is encapsulation with example?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.