> hello,
>
[quoted text clipped - 10 lines]
>
> Doug
With WLS in 'development' mode you can just update the JSP and it
should reflect immediately. In production, you should have a 'stage'
directory under your user_projects/domains tree where you can update
the 'live' JSP -- but that will be overwritten from the source JSP
when you next redeploy.
hvt - 22 Mar 2007 06:21 GMT
On Mar 22, 1:04 am, usenetu...@hotmail.co.uk wrote:
> > hello,
>
[quoted text clipped - 16 lines]
> the 'live' JSP -- but that will be overwritten from the source JSP
> when you next redeploy.
Also the staging (or deployable) structure of webapp is not same in
Weblogic as it is with tomcat. When you build ear or war file,
Weblogic's build command first make one yourDomain/.workshop folder,
there you can find all compile jsp classes and other compile
components of your application. But this is just build output
directory, from here while deployement it copies the build contents
into some other directory.
Regards