Weblogic - weblogic-application.xml

Card Puncher Data Processing

Example Weblogic.xml

<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app 
xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
  <jsp-descriptor>
    <keepgenerated>true</keepgenerated>
    <debug>true</debug>
  </jsp-descriptor>
  <context-root>/PetClinicJavaEEContextPath</context-root>
  <fast-swap>
    <enabled>true</enabled>
  </fast-swap>
</weblogic-web-app>

with:





Discover More
Java Conceptuel Diagram
J2EE - Class Redefinition (FastSwap)

Java EE 5 introduces the ability to redefine a class at runtime without: dropping its ClassLoader or abandoning existing instances. This allows containers to reload altered classes without disturbing...



Share this page:
Follow us:
Task Runner