I am working in a project which is based on Java/J2EE (JSF, Icefaces) and SAP NetWeaver combination. Currently, we are building/deploying the application using ant, for every small change in .jspx file or some .html file, we have do re-build.
Just wanted to know, if I can browse the deployment location like other application servers (Jboss,tomcat,weblogic) and manually deploy the respective changed file. Any possibility?
Does it have hot deployment? I am using SAP J2EE engine/7.00.
Any ideas or approach to make it quickly deploy.