Look in the global-web-application.xml for:

<orion-web-app
        jsp-cache-directory="./persistence"
        servlet-webdir="/servlet"
        development="true"
>

If you set development=true Orion will not only pickup the change in the
java source file but it will even recompile if for you.  This really aids
in development time in that it saves you a step within your editor.

Otherwise I believe that Orion will always pick up a modified servlet.
This may not be true for supporting classes.  Somebody else mentioned
touching a particular file to make the servlet engine pull the classes in
again....

Cory

At 09:33 AM 10/20/00 -0400, [EMAIL PROTECTED] wrote:
>To whom this may concern:
>
>What do I need to set in Orion to allow it to realize when a servlet has
>been modified that it should use that new version of the servlet.
>
>Thanks,
>Andy
>
>
>

Reply via email to