Quoting Jack Wang <[EMAIL PROTECTED]>: > Thanks to Dasarath Weeratunge and Thilina Gunarathne. Now I have two > questions. > Question 1) I will do a test to use the stub. Inexample InitiatorApp, > http://localhost:8081/axis/services/activationCoordinator should be deployed, > but I can not find the wsdd file , should I use the wsdd to deploy this > service? I think I should use the url > http://localhost:8080/services/activationCoordinator, for port 8080 is set in > tomcat's server.conf.
To deploy Kandula_1 services (all of them) and the two sample applications use the server-config.wsdd in %kandula_install%/src/conf. If you only deploy the interopIBM sample comment out the "service" element corresponding to test- suite1 when you copy it to WEB-INF of axis. You also need to copy the client- config.wsdd file to WEB-INF/classes. Further make sure that you change the handler settings depending on the sample that you are testing as explained in README.1st You do not need to change any of the ports in URLs in kandula_1. Just make sure you forward port 8081 to 8080 using tcp monitor. This is done for debugging. No need to change any tomcat settings either. > Question 2) In the guide of > "D:\miscsoft\kandula\webservices\kandula\branches\Kandula_1\xdocs\user- guide.html", > it seems to have a directory to save the whole contents of KANDULA_HOME, > which contains *.java,*.xml,*.properties,*.html etc. But I only get the > source by rapidSVN in Source Repository > http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/ the directory to which you checked-out kandula_1 (the above URL) is what is referred to as kandula_home, kandula_install etc. Also, until you do a maven build you will not find the source for stubs. \ , so > I can not find directory %KANDULA_HOME%/, and file conf/jta.conf. > .../Kandula_1/src/conf has only three files, no jta.conf. Please ask where is > %KANDULA_HOME% ? Thanks. there is no jta.conf file nor an endpoints.conf file in the new code. However, there is a kandula.properties file in %kandula_install%/src/conf with the property kandula.context. If you deploy axis under URI http://localhost:8080/axis/services/ you do not need to change this property. However, you MUST change it BEFORE you build kandula_1 otherwise. thanks, --dasarath > > > Wang Jun > > --------------------------------- > ¿ìÀ´ÑÅ»¢ÓÊÏä·¢ºØ¿¨£¬°Ý´óÄêÀ²£¡ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
