Hi All,

I have some trouble with auto-re-compilation of JSPs if the expanded webapp directory structure sits outside the tomcat directory strucutre. What is wrong with that?

Under conf/engine/localhost I have configured a myapp-context.xml with the following content:

<Context docBase="c:/whereever/war"
        privileged="true"
        override="true"
        reloadable="true"
        antiResourceLocking="true"
        antiJARLocking="true"
        path="whatever"
        workDir="c:/whereever/war">
</context>

When I start tomcat it creates a directory called temp/0-whatever under the tomcat directory structure with an exact copy of C:/whereever/war directory.

So far so good. The app is deployed and serves requests. But when I modify some JSPs in the c:/wherever/war directory they won't get compiled. But that is what I need.

If I modify some JSPs in the temp/0-whatever directory they will be compiled the next request.

How can I change this behaviour? Any ideas or pointers?

Thanky a lot
Marc






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to