I want to see the changes to my static pages like html.In tomcat I can straight repalce in exploded directory, but where in weblogic , can I do this in weblogic ?
I used the Weblogic Management Console to deploy a project I have as an exploded directory. This is the descriptor it generated:
The directory "C:\Projects\SecurityTest" contains a subdirectory "build" which contains what I would deploy as a WAR file. That is to say, "build" contains root-level JSP's and the WEB-INF directory.