How to deploy web appliction in web logic ?
Answer Posted / nagababu
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 |
Post New Answer View All Answers
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is a class in oop?
Is oop better than procedural?
What is an interface in oop?
Advantage and disadvantage of routing in telecom sector
Why is destructor used?
What is the importance of oop?
What is coupling in oop?
What is oops in simple words?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why is encapsulation used?
Can main method override?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Can we create object of abstract class?