Hi Gavin,
First off, I know Jacques Schmidt about servlet deployment so this
may be useless information. :-)
This resource location is very dependent on paths. For a regular WO
app, if the current working directory is not the .woa directory,
resources will not be found. I expect someth
... thanks for your suggestion, Kai, however
At 3:06 PM +0300 9/26/06, Kai S. Wong wrote:
In order to be deployment safe (original or servlet), you need to
use *URL* method to access your resources.
Replace your original method inputStreamForResourceNamed to
pathURLForResourceNamed and open th
... thanks for your suggestion, Kai, however
At 3:06 PM +0300 9/26/06, Kai S. Wong wrote:
In order to be deployment safe (original or servlet), you need to
use *URL* method to access your resources.
Replace your original method inputStreamForResourceNamed to
pathURLForResourceNamed and open th
Hi Gavin,
In order to be deployment safe (original or servlet), you need to use
*URL* method to access your resources.
Replace your original method inputStreamForResourceNamed to
pathURLForResourceNamed and open the URL stream via openStream().
---
Kai
On 26-Sep-06, at 2:54 AM, Gavin E