thanks for your answer, so my libs are in the right place, and i also added "<module ref="rampart"/>" to my service.xml it seems to deploy in org.apache.axis2.transport.http.SimpleHTTPServer but not in tomcat
;-( i did not used any client stuff yet, just wanted to deploy without error. is it possible that i have to use <module ref="rampart-642231"/> instead of "<module ref="rampart"/>" beacuse there are tomcat/webapps/axis2/WEB-INF/modules/rahas-642231.mar tomcat/webapps/axis2/WEB-INF/modules/rampart-642231.mar Stefan Joana M. F. Trindade wrote: > Hi Stefan, > > Yes, this is the right place to put the rampart .jars at the server side. > For the client application side, they should be put in the classpath of the > application. Did you put the rampart module in a "modules" folder, and > informed this path to a ConfigurationContext object in the client > application? > > Cheers, > Joana > > On Tue, May 6, 2008 at 8:54 AM, Stefan Lischke <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I have a problem with deployment. When using >> org.apache.axis2.transport.http.SimpleHTTPServer i put >> the rampart jars in the classpath and everything works fine. >> >> But when using axis2 in a real tomcat, i got the Error: >> org.apache.axis2.deployment.DeploymentException: The rampart module is not >> valid or has not been >> deployed. at >> >> it seems that the jars are not found. They are present in >> >> tomcat/webapps/axis2/WEB-INF/lib/ >> >> Is this the right position or should i put them in a lib directory under >> modules? >> >> >> thanx in advance >> >> Stefan >> > > >