November 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

Categories

November 2014
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930

JBOSS 7

[…]

IIS interview Questions

IS Interview Questions and Answers

 

IIS Interview Questions and Answers

 

Differences between IIS5.0 and IIS6.0

IIS5 comes in windows 2000 server. IIS6 comes in windows 2003 server.

IIS5 is 32bit architecture IIS6 is 32bit and 64bit architecture.

IIS5 is TCP/IP Kernal mode IIS6 is HTTP.SYS Kernal mode.

IIS5 Multiple DLL hosts work in […]

IIS TROUBLE SHOOTING

Some Useful commands in IIS MSTSC INETMGR SERVICES.MSC GPEDIT.MSC SECPOL.MSC REGEDIT REGEDT32 MMC TSADMIN ASPNET_REGIIS -I : To register aspnet ASPNET_REGIIS -U : To Uninstall aspnet iisapp.vbs : To check the list applications running on the iis. NETSTART -ANO | FIND STR <PORT> : Verify IIS listening on the port or not. PING <IP> TRACEROUTE […]

Weblogic Interview Questions

Weblogic Interview Questions

1)Tell me about yourself?

2) Differences between 8.1,9.2 and 10.2,11g?

3)what are the daily Activities?

4)What are the regularly facing issues?

5)Server down/application not responding?

6)What are daily using UNIX commands?

7)What do you mean by connection pool? differences between connection pool and multipool?

8)What do you mean by data sources? […]

HTTP Status Codes

Included in the HTTP server response data for each request is a code number indicating the result of the request. These result codes are three-digit numbers divided into categories as follows:

100-199 : Informational status

200-299 : Success status

300-399 : Redirection status

400-499 : Client errors

500-599 : Server errors

Informational 100 – Continue […]

Weblogic 9 Guide

Weblogic Server Administration

History

BEA began as a software company, founded in 1995 and headquartered in San Jose, California. It grew to have 78 offices worldwide at the time of its acquisition by Oracle. BEA Weblogic, now Oracle Weblogic Server – Java EE enterprise infrastructure platform WebLogic Server: Oracle WebLogic is a server software application […]

Clustering on Apache/Tomcat using Jakarta mod_jk

Clustering Tomcat Servlet Engines is interesting for two reasons: load balancing and failover.

Fail-over

Fail-over is probably the most important issue for web applications. If the front end load balancer detects that one of the nodes has gone down it will redirect all the traffic to the second instance and your clients, apart from any […]

Weblogic 12.C

[…]