Re: Tomcat / WAR File; Classpath not recognised for properties file

2007-06-18 Thread nformosa
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

RE: Tomcat / WAR File; Classpath not recognised for properties file

2007-06-18 Thread nformosa
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: >

Re: Tomcat / WAR File; Classpath not recognised for properties file

2007-06-18 Thread nformosa
"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: >> >&

Re: Tomcat / WAR File; Classpath not recognised for properties file

2007-06-18 Thread nformosa
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

Tomcat / WAR File; Classpath not recognised for properties file

2007-06-18 Thread nformosa
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