Hi,

 

Where is the domain-directory? I couldn't find it in any sub-directory under 
tut-install/javaeetutorial5/examples/web/hello1. Or is it a directory in 
NETBEANS? I am referring to the text description in J2EE Passion Basic course.

 

Dynamic Reloading
If dynamic reloading is enabled, you do not have to redeploy an application or 
module when you change its code or deployment descriptors. All you have to do 
is copy the changed JSP or class files into the deployment directory for the 
application or module. The deployment directory for a web module named 
context-root is domain-dir/applications/j2ee-modules/context-root. The server 
checks for changes periodically and redeploys the application, automatically 
and dynamically, with the changes.

This capability is useful in a development environment, because it allows code 
changes to be tested quickly. Dynamic reloading is not recommended for a 
production environment, however, because it may degrade performance. In 
addition, whenever a reload is done, the sessions at that time become invalid 
and the client must restart the session.

_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to