I managed to get a working deployment of Axis2 in a preexisting web
application. It took a bizarre stack of directories to get Axis to recognize
my service though. 

Im wondering why it is when I deploy under the 'Axis2' webapp it doesn't
appear to use my 'services.xml' file whereas when I deploy in my separate
webapp I had to create:

Tomcat 6.0\webapps\JNITest2\WEB-INF\services\JNIService\META-INF

and put my 'services.xml' in there. 

my whole structure ended up being:

tomcat/webapps
     --JNITest2
         --META-INF
           context.xml
         --WEB-INF
            web.xml
            --classes
               <relevant class files>
            --lib
               <axis2 libs>
            --conf
               axis2.xml
            --modules
               <relevant modules>
            --services
                  JNITest2Service.aar
                --JNITest2Service
                    --META-INF
                       services.xml


Is all of this required?
                       
-- 
View this message in context: 
http://www.nabble.com/directory-structure-to-use-Axis2-in-my-.war-file-tf3609415.html#a10085712
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to