In a Web application,when I want to update a JavaScript file(or JSP,HTML):
dev order of Tomcat:
1.modify the file content.
2.save it.
3.refresh in browser.
dev order of GlassFish (when directory deploy is supported):
1.modify the file content.
2.save it.
3a.(In Eclipse WTP auto) deploy from the project directory to
domains\domain1\applications\j2ee-modules.
3.refresh in browser.
Can I skip the step 3a ?
--
View this message in context: http://www.nabble.com/directory-deployment-vs-Tomcat%27s-instant-refresh-tf4827177.html#a13811006
Sent from the java.net - glassfish users mailing list archive at Nabble.com.