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 realtime excercises in C++?
Have you ever used threads?
what is code for call by value and call by reference?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Where is pseudocode used?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
can you explain how to use JavaBean in Project
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
Give two or more real cenario of virtual function and vertual object
Write a program to demonstrate the use of 'Composition' in C++