Re: Place .ini conf file inside the war package.

2010-12-07 Thread srd.pl
Thank's guys. I am now loading the properties file, but in order to provide changes in the file i need to restart the webservice on tomcat. I'll at the appach commons closer for that. -- View this message in context: http://old.nabble.com/Place-.ini-conf-file-inside-the-war-package.-tp30366628p

Place .ini conf file inside the war package.

2010-12-04 Thread srd.pl
Hello, I have a quick question considering my rest webservice. I would like to place an .ini file with configuration parameters inside an war file, so that I can change them wile the app is deployed on tomcat without recompiling. Can any give an advice on how to do this? And how to open this file

Re: Tomcat Maven and Axis 1.5.1 problem

2010-11-02 Thread srd.pl
ent versions of Axis - > maybe 1.5.1 kernel does not have this class anymore. Winzip will easily > confirm this.. > > Regards > > Ron > > - Original Message - > From: "srd.pl" > To: > Sent: Friday, October 29, 2010 8:25 PM > Subject:

Re: Tomcat Maven and Axis 1.5.1 problem

2010-10-29 Thread srd.pl
/1 legacy glassfish-repository Java.net Repository for Glassfish http://download.java.net/maven/glassfish Pid * wrote: > > On 28/10/2010 13:43, srd.pl wrote: >> Caused by: java.lan

Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread srd.pl
Hello, I am trying to deploy a webservice on tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives an error in the line when I create an instance of auto-generated ServiceStub. The funny thing is that I am using Maven for building the project. And when ma

Tomcat Maven and Axis 1.5.1 problem

2010-10-28 Thread srd.pl
Hello, I am trying to deploy a webservice on tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives an error in the line when I create an instance of auto-generated ServiceStub. The funny thing is that I am using Maven for building the project. And when ma