Hi Achim

It's me again I'm afraid, but with a different and hopefully simpler question.
My WAR seems to be fine now except for the following.

I have code like this in a JSP which opens a directory:

  String fileBase = application.getRealPath("/WEB-INF/lib/home/en-GB");

  File directory = new File(fileBase);

This works fine with Tomcat. However with Pax Web I get null for fileBase. Is
there a workaround for this?

I see someone else has reported something similar at:

  http://www.mail-archive.com/[email protected]/msg00114.html

Thanks, Ken



-- 
The Sunday Times Scottish University of the Year 2009/2010
The University of Stirling is a charity registered in Scotland, 
 number SC 011159.


_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to