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:

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

Re: Tomcat Maven and Axis 1.5.1 problem

2010-11-02 Thread srd.pl
suspect that your set of Axis jars are from different 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 srolek2...@yahoo.com To: users@tomcat.apache.org Sent: Friday, October 29

Re: Tomcat Maven and Axis 1.5.1 problem

2010-10-29 Thread srd.pl
/repository /repositories /project Pid * wrote: On 28/10/2010 13:43, srd.pl wrote: Caused by: java.lang.ClassNotFoundException: org.apache.axis2.transport.local.LocalTransportSender at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1438

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

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