quot; ).getPath() ;
>
> No need for all the extra noise.
>
> --David
>
>
>
> David Smith wrote:
>
>
>> So where exactly is your "resources/myFile.xml"? Is it in the
>> WEB-INF/classes directory of your webapp or a jar file in
>> WEB
This
xsd is one of the files i need to be loaded properly.
the xsd is accessed as follows:
this.requestSchema = schemaFactory.newSchema(new
File(requestSchemaLocation));
where requestSchemaLocation = "resources/jibx/schema/myschema.xsd"
Thanks again
Peter Crowther wrote:
>
"resources/myFile.xml"? Is it in the
> WEB-INF/classes directory of your webapp or a jar file in WEB-INF/lib?
> Your method of access requires it be in one of those two places.
>
> --David
>
> nformosa wrote:
>
>>
>>David Smith-2 wrote:
>>
>&
David Smith-2 wrote:
>
> nformosa wrote:
>> Hi All,
>>
>> I'm having trouble when deploying my WAR application. The War file
>> contains
>> mainly the WEB.xml, and index.html file and a number of required
>> libraries,
>> incudling the com
Hi All,
I'm having trouble when deploying my WAR application. The War file contains
mainly the WEB.xml, and index.html file and a number of required libraries,
incudling the compiled src code i've written, All libraries are stored
within the WEB-INF/libs which is correct. Along the libraries i ha