When we deploy an ear in Weblogic7.0 with context root say "test", after deployment is over, the server should create a folder with name "test" in "applications" folder. After that server will dump all we application files into that folder. so that we can do any changes in JSP, then that changes will be reflected on the fly. But when I deploy an ear , am not seeing a folder with context root name in application folder. Is there any configuration or any thing else that I forgot to do. Can any one get his done. I am running my weblogic server in development mode only.