1.What is the difference between an Application Server and a Web Server?Application Servers hosts the java applications and Web Server is basically used for serving static HTML pages. 2.What is the difference between WAS v5.x and 6.x?New concepts like Profiles and SIB (System Integration Bus) are introduced in v 6.0. 3.What is Horizontal and Vertical cluster?A vertical cluster has cluster members on the same node, or a physical machine. A horizontal cluster has cluster members on multiple nodes across many machines in a cell. 4.What are the different types of clusters?Horizontal and Vertical cluster 5.What is a Cluster?Cluster is a logical name assigned to group of servers (JVMs). 6.What is a Plugin? Where is it installed?WebSphere plug-in integrates with the HTTP Server and directs requests for WebSphere resources (servlets, JSPs, etc.) to the Websphere application server. The WebSphere plug-in uses a configuration file called plugin-cfg.xml file to determine which requests are to be handled by WebSphere. As applications are deployed to the WebSphere configuration, this file must be regenerated (typically using the Administration Console) and distributed to all Web servers, so that they know which URL requests to direct to WebSphere. 7.What is the advantage of using Clusters?Clustering provides workload management and failover of URL and EJB requests. The cluster can be on the same node or on different nodes. 8.What is JDBC, JNDI?JDBC – Java Database Connectivity 9.What is the command to add a node to the deployment manager?$WAS_HOME/bin/addNode.sh NDHostName SOAPport 10.With Java2Security enabled on WebSphere Application Server, and you are performing an Enterprise Application deployment, what security file is open during deployment?was.policy 11.Java2Security is enabled at the global level, and an application is deployed to a clustered vm, with a pair of cluster members. The application encountered performance problems due to Java2Security. The application team receives a waiver to disable Java2Security. Does J2Security need to be disabled at the global level or can it be disabled at the server level, leaving Java2Security enabled for other applications?It can be disabled at the server level leaving it enabled for any other applications. 12.What directory / directories might you find the following IBM script in a Network Deployment configuration?PropFilePasswordEncoder.sh 13.Identify how you would use the PropFilePasswordEncoder.sh to encode the password for the following userid in the sas.client..props
# RMI/IIOP user identity
|