It appears as though the way RAD publishes dynamic web projects to WebSphere has changed between RAD 7.5 and RAD 8.
In RAD 7.5, content from the "WebContent" folder in a dynamic web project was served directly from that folder. So if changes were made outside of RAD, by another editor for example, the changes were reflected on the next browser refresh. There was no need to refresh the RAD project.
This behaviour is similar to Tomcat's "Serve modules without publishing" option.
In RAD8 content from the "WebContent" folder appears to be copied to a staging folder (namely {workspace}\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\) when a publish occurs. This means if you edit the files outside of RAD you must refresh the RAD project, so it's aware of the changes, then publish so they are reflected on the server.
Is there a way to get the "Serve modules without publishing"-like behaviour back?
I've tried "Run server with resources in the workspace" to no avail. Any suggestions would be appreciated!
Thanks!
WebSphere Application Server --> select Run Server
with Resources within the workspace.Hope this helps.