Hello Aaron!

FA>         config.setContextDirectory( getServletContext().getRealPath("/") );
maybe

    URL contextRoot = servletContext.getResource( "/" );
    config.setContextRootURL( contextRoot );

this will help for webapp running from a war or
for containers that do relocate all files
uncoditionally and make access to all go via "context:/".

I beleive IBM WebSphere has been reported to act this
way.

--------------------

I'm also attaching my flavour of doing a similar thing.
See the readme.txt file in root of zip (if zip gets though
the mail list)

-Anton

Attachment: typo.zip
Description: Zip compressed data

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

Reply via email to