Posts

Showing posts from March 22, 2015

Websphere Application Server Basic Stuffs Outlined

Today we will be discussing on one of the heavily used Application Server that accepts not only HTTP/HTTPS request but also dynamic request like server programming and various calls like IIOP,RMI,Socket Server communication etc.                      Websphere Application Server an IBM Product WebSphere Virtual Enterprise has the ability to prioritize requests based on administrator-defined rules to adjust to server response times according to Service Level Agreements and application priority. WebSphere’s administration console is really good, easy to maintain one's application and for security setting.There are many “automatic” things that are done in “autopilot” mode by WVE that greatly simplify administration and improve qualities of services.Websphere is a nice choice if your needs fit a high end architecture products such as you are building an Telecommunication Softwares etc. It is one of finest and Expensive product but it is best in performance,Scalibility,Automatic

Oracle Weblogic Application Server Basic Stuffs Outlined

Lets us discuss some of the Great ApplicationServer that is being used by Great players of World like Amdocs,Vodafone,Microsoft,Oracle,Adobe,Google,Yahoo etc in Service Management Industries.                                             Weblogic: Weblogic is an Oracle Application Server platform that is basically used to deployed your .Ear ,.war application in an meaning full and cost Effective manner. IT is  commercial(proprietary) J2EE   Application Servers. Websphere is far better than Weblogic in terms of Performance. Request prioritization and routing are not provided by Oracle WebLogic Server. Weblogic has the best integration with other Oracle products such as Fusion Middleware, Oracle database and Oracle applications. Basic Daily Task To know for Weblogic: 1.Oracle Weblogic JDBC connection on single and muliplte Connection: http://onlineappsdba.com/index.php/2008/11/06/weblogic-server-jdbc-for-database-connection-step-by-step/ 2. Start/Stop of weblogic Server: http