You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Igor Dayen <ig...@ix.netcom.com> on 2007/04/15 21:07:59 UTC

DEPLOYMENT QUESTIONS

DEPLOYMENT QUESTIONS
=======================

QUESTIONS 
1. Can one  mix archived and exploded format within axis2  repository?
2. Can one have multiple exploded services within axis2 repository?

Below is a sample application tree I would be like to deploy.

Thank you.

webapps
  
 <web-app>
 classes
 lib
 web.xml (specifies <<axis2.xml.path>> / <<axis2.repository.path>>)
 
 <<axis2.xml.path=axis2-conf>>
 axis2-conf
  axis2.xml

 <<axis2.repository.path=axis2-repo>>
 axis2-repo
  lib
  modules
   lib
   modules.list
   ...mar

  services
   lib

   <<archived format>>
   services.list
   .....aar

   <<exploded format>>

    <service name>
     META-INF
      services.xml
     <service classes>

    <service name>
     META-INF
      services.xml
     <service classes>