You can create jar out of your listener and then put in ode.war\web-inf\lib or in the server class path which in your case should be CATALINA_HOME\lib
-----Original Message----- From: Benedikt Heintel [mailto:[email protected]] Sent: Friday, June 25, 2010 9:31 PM To: [email protected] Subject: Re: Deployment of my own Event Listener > Dear Community, > [...] > There are some questions remaining not answered: > 1) how do I "add (my) implementation in the server's classpath"? > Creating a .jar and copy it to tomcat's lib director (i.e. > $CATALINA_HOME/lib)? > Questions 2 and 3 I already found out by testing. But still don't know where to move my jar file. > 2) where should the ode-axis2.properties file be located? > I can only find some ode-axis2.properties in the source-code of > axis2-war (./src/test/webapp/WEB-INF/conf). > 3) Can I just create the file if it not exists in the > ./webapp/WEB-INF/conf folder? > > Thanks for help, > Benedikt >
