State some of the features present in web sphere ?
State some of the features present in web sphere ? 1.Suports the Servlet/JSP container functionality which runs on top of HTTP. 2.Supports HTTP servers such as IBM HTTP server, MS IIS and Netscape...
View ArticleWhat is Web sphere MQ JMS Provider?
What is Web sphere MQ JMS Provider ? IBM WebSphere MQ classes for Java Message Service are a set of Java classes that enables the JMS applications to access WebSphere MQ systems. Both the...
View ArticleWhat type of files are required to deploy an application into Websphere. How...
What type of files are required to deploy an application into Websphere. How can they be installed? WAR or EAR files.
View ArticleHow would use ensure WebSphere server logs are created on a different drive...
How would use ensure WebSphere server logs are created on a different drive than the installation root? Change the WebSphere server’s server variables using the Administrative Console or use scripts.
View ArticleHow many ways can you deploy applications in websphere?
How many ways can you deploy applications in websphere? Directly copy files to deployedapplication folder in websphere- hot deployment. use websphere specific ant tasks and building automated scripts...
View ArticleIs there any difference between weblogic and websphere?
Is there any difference between weblogic and websphere? Webpshere tends to focus more on integration, connectivity and web services. it has rich implementation of J2EE, better performance, more...
View ArticleWhat are the different application servers and Web Servers supporting J2EE...
What are the different application servers and Web Servers supporting J2EE technologies? JBoss Is an Application Server that supports J2EE IBM Websphere and BEA WebLogic servers are a combination of...
View ArticleWhat is the difference between web server and application server?
What is the difference between web server and application server? ApplicationServer: takes care of Security, Transaction, Multithreading, Resource pooling, load balancing, clustering, performence,...
View ArticleWhat are deployment descriptors ?
What are deployment descriptors ? Deployment descriptor is an XML file that describes how to deploy a module or application by specifying configuration and container options. For example, an EJB...
View ArticleHow to implement JDBC-ODBC bridge driver (Type 1) in Websphere?
How to implement JDBC-ODBC bridge driver (Type 1) in Websphere? If you use JDBC type (I) driver you dont need to add any driver in websphere. you simply created DSN and use it locally, same we use java...
View Article