| Back to Questions Page |
| |
| Question |
How can we deploy our project in the web server as well as
in the application server, what is the difference between
web server and application server |
Rank |
Answer Posted By |
|
Question Submitted By :: Shyamsunder2 |
| This Interview Question Asked @ Satyam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Taking a big step back, a Web server serves pages for
viewing in a Web browser, while an application server
provides methods that client applications can call. A
little more precisely, you can say that:
A Web server exclusively handles HTTP requests, whereas an
application server serves business logic to application
programs through any number of protocols  |
| Shankar |
| |
| |
| Answer | good correct answer  |
| Ali Baba |
| |
| |
| Question |
How dow you check whether Active Directory has been
installed properly or not? |
Rank |
Answer Posted By |
|
Question Submitted By :: Satish |
| This Interview Question Asked @ HP , HP, HP |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | 1.By checking SRV Records In DNS Server.
After Active Diretory is installed, DC will register SRV
records in DNS.
2. Verify SYSVOL Folder
3. Verify Database and Log files
NTDS.DIT,edb.*,Res*.log
 |
| Thatsanil |
| |
| |
|
|
| |
| Question |
In which folder are Java Applications stored in Apache? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
| This Interview Question Asked @ T3-Softwares |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | /onjava  |
| Subrata Sarkar |
| |
| |
| Question |
Name Some Application server and Webservers |
Rank |
Answer Posted By |
|
Question Submitted By :: Rajesh |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | (1) apache,IIS web server
(2) webshere,tomcat  |
| T.s.sivakumar |
| |
| |
| Question |
I'm using tomcat 5, database is MySql, project is based on
mvc architecure. My tomcat shuts down abruptly creating a
error file in Tomcat5.0 folder named as hs_err_pid1268.txt..
plz help me |
Rank |
Answer Posted By |
|
Question Submitted By :: Deepti.charolkar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | It is a memory problem encountered by JVM. Just restart the
machine and stsrt working again.  |
| Pranab Mitra |
| |
| |
| Question |
How can we change the port number of weblogic server when it
was already installed? |
Rank |
Answer Posted By |
|
Question Submitted By :: Chaitu.riims |
| This Interview Question Asked @ Tech-Mahindra |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In weblogic you will have separate domain for every project.
With in that domain you will have config folder, there you
will find config.xml.
In this config.xml file you can change the server port.
Fox ex:
<server>
<name>fc92-online-adminServer</name>
<ssl>
<enabled>true</enabled>
<listen-port>9002</listen-port>
<identity-and-trust-locations>KeyStores</identity-and-trust-locations>
</ssl>
<log>
<file-min-size>50000</file-min-size>
</log>
<instrument-stack-trace-enabled>true</instrument-stack-trace-enabled>
<listen-port>9001</listen-port>
<server-debug>
<debug-security-realm>false</debug-security-realm>
<debug-security-atn>false</debug-security-atn>
<debug-security-atz>false</debug-security-atz>
</server-debug>
<listen-address>0.0.0.0</listen-address>
<java-compiler>javac</java-compiler>
<tunneling-enabled>true</tunneling-enabled>
</server>  |
| Chaitu.riims |
| |
| |
| Answer | Each Weblogic domain has its own configuration file name
called config.xml.we can find it under the domain
directory
<listen-port>7001</listen-port>
7001 is the default listen port.we can change it as per
the user requirement with in the range of (1 to 65535).  |
| Madhu Duggireddy |
| |
| |
| Question |
what is stub? what is its use in replics-aware stubs? |
Rank |
Answer Posted By |
|
Question Submitted By :: Srinivasneeluri |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A stub is the piece of program develop by the white box
tester while merging the modules  |
| Kumar |
| |
| |
| Question |
i am confused between web-server and application |
Rank |
Answer Posted By |
|
Question Submitted By :: Srinivasneeluri |
| This Interview Question Asked @ Honeywell |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Web Server is limited to Web Technology and more over it
can't deploy the entriprise applications. So inorder to
deploy entriprise applications(EAR Files), we need
Application Server. And More Over Web server supports all
kinds of protocols not only http.It can support FTP and any,
provided the concern jar files must be placed in the lib
folder of the Web Server  |
| Chaitu.riims |
| |
| |
| Answer | Web Server completely handles HTTP request, while
application Server expose business logic to client
application . Web server mainly deals with sending HTML for
display in a web browser , an application Server provides
access to logic for use from client application.  |
| Yamini Sharma [Wi] |
| |
| |
|
| |
|
Back to Questions Page |