| Author |
use of weblogic.xml
|
rajareddy annavaarm
Ranch Hand
Joined: Mar 15, 2007
Posts: 96
|
|
what is the use of weblogic.xml.We have weblogic-ejb.xml and ejb.jar.we can use those for developing ejbs.that I know.But why do we need weblogic.xml. in which situation we can go for weblogic.xml.
|
 |
arulk pillai
Author
Ranch Hand
Joined: May 31, 2007
Posts: 3190
|
|
|
the weblogic.xml file is needed only if you have attributes to set. It allows you to map security names to a security realm and to map resources to JNDI. It also allows you to define JSP, session, container, and character set parameters
|
Java Interview Questions and Answers Blog | Amazon.com profile | Java Interview Books
|
 |
Naresh Narayana
Greenhorn
Joined: Aug 17, 2006
Posts: 5
|
|
weblogic.xml can be used to configure the following: 1. HttpClusterServlet - Load balancer in a cluster. 2. WAR file to be deployed in a cluster for session replication.
|
 |
 |
|
|
subject: use of weblogic.xml
|
|
|