RE: Where should I put properties files

2003-09-19 Thread Michael D. Spence
(Java2WSDL.java:542) This reminded me why it was that I changed my class to not extend AxisServlet in the first place. Is there a way around this? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL

Where should I put properties files

2003-09-18 Thread Michael D. Spence
for the properties file (e.g., C:\XYZ.properties), the service can't find it. How is this issue normally handled? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Where should I put properties files (corrected, sorry)

2003-09-18 Thread Michael D. Spence
for the properties file (e.g., C:\XYZ.properties), the service can't find it. How is this issue normally handled? Michael D. Spence Mockingbird Data Systems, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Where should I put properties files

2003-09-18 Thread Michael D. Spence
be looking? -Original Message- From: Michael D. Spence [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: Where should I put properties files I have a web service (call it XYZ) which requires a .properties file. I had been putting

RE: Where should I put properties files

2003-09-18 Thread Michael D. Spence
I'm sorry, I'm still struggling with this. I've changed my service class to extend AxisServlet and can do the getResourceAsStream, but it always appears to return a null pointer. I've tried putting my properties file in the JAR, and the whole Tomcat tree is positively littered with copies (to