my guess is that you have downloaded the binary distribution of JBoss 4.0.4RC1 
and then as the wiki says: 

anonymous wrote : 
  | With the binary distribution, you will find the JBossWS service archives in
  | 
  |    ${jboss.home}/docs/examples/jbossws
  | 

You can install it manually, this is also described in the wiki

If you want to do this manually, these are the steps
  | 
  |     <!-- delete jboss-ws4ee implementation -->
  |     <delete dir="${jboss.home}/server/${server}/deploy/jboss-ws4ee.sar/"/>
  |     <delete file="${jboss.home}/client/jboss-ws4ee-client.jar"/>
  |     <delete file="${jboss.home}/client/axis-ws4ee.jar"/>
  | 
  |     <!-- install jbossws implementation -->
  |     <copy todir="${jboss.home}/client" 
file="${jboss.jbossws.lib}/jbossws-client.jar"/>
  |     <mkdir dir="${jboss.home}/server/${server}/deploy/jbossws.sar"/>
  |     <unjar dest="${jboss.home}/server/${server}/deploy/jbossws.sar" 
src="${jboss.jbossws.lib}/jbossws.sar"/>
  | 


If you don't understand these instructions, here's an explanation

1. delete the following files/directory (if present):
  ${jboss.home}/server/<server_config>/deploy/jboss-ws4ee.sar
  ${jboss.home}/client/jboss-ws4ee-client.jar
  ${jboss.home}/client/axis-ws4ee.jar
2. Create a new directory called jbossws.sar at this location 
${jboss.home}/server/<server_config>/deploy/
3. Extract the contents of the file 
${jboss.home}/docs/examples/jbossws/jbossws.sar into the directory you just 
created
4. Copy the file ${jboss.home}/docs/examples/jbossws/jbossws-client.jar to 
${jboss.home}/client


Hope this helps




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930913#3930913

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930913


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to