vishugs 0 Newbie Poster

Hi, iam new to webservices.I have to develop JAX-WS Webservices on JBoss 4.2.3GA AServer JBossWS -native 3.x.I have downloaded net beans and JBoss 4.x Aserver.I want to clarify ..
1. Do i need to configure or do something with JBossWS-native 3.x,bcoz in netbeans i selected the path for JBoss server and developed sample web services which i tested looks working fine..
2.In my webservices package i have .properties file which will then modified by the client.When i deploy my package it is included in the war file,and the client cant go into that package and change.so how can i resolve this.Like in Tomcat Axis we used to place that in classes folder inside the axis folder which has its default .properties file,but i cant see such file in JBoss.In my code i gave the path as "\XYZ.properties file".