hai friends,
i am new to webservice. now i am trying to do simple sample application using axis2 in eclipse.
i want deploy my service in tomcat7 server with out using any tools and .aar files ( as like we are doing for jsp and servlet.. just copy files as per the deployment structure).
i have tried in google to get the deployment folder structure for webserivces.. but nothing is use full..
kindly tell me the deployment folder structure for webserivces? thanks in advance..........
Selva Prakash wrote:hai friends,
i am new to webservice. now i am trying to do simple sample application using axis2 in eclipse.
i want deploy my service in tomcat7 server with out using any tools and .aar files ( as like we are doing for jsp and servlet.. just copy files as per the deployment structure).
i have tried in google to get the deployment folder structure for webserivces.. but nothing is use full..
kindly tell me the deployment folder structure for webserivces? thanks in advance..........
Probably not, as that uses the JAX-WS RI, not Axis2.
does axis2 contain its own ws implementation ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
9
posted
0
Yes, Axis2 is not based on the JAX-WS RI.
Selva Prakash
Ranch Hand
Joined: Sep 03, 2009
Posts: 41
posted
0
i want to know the detailed folder structure .. thats it.. if we need to use .aar file.. what it should contains. and any other files should be placed in WEB-INF?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
9
posted
0
Check out the version.aar file of your Axis2 installation - it is the simplest possible case, just the class file(s) and a META-INF/services.xml file
.aar files can be created and inspected using the jar tool.