File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes use of weblogic.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "use of weblogic.xml" Watch "use of weblogic.xml" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: use of weblogic.xml
 
Similar Threads
WebLogic 9.2 clustering problem
Web logic server file direct download
How to read cookie-name from weblogic.xml in Servlet or JSP ?
creating custom security-role-assignment
what is the use of weblogic.xml file?Will it be created or should we have to create ?