Chris,

jboss.net has its own deployment mechanisms/descriptors.  If you already know wsdd, 
it's a no-brainer.  Please see the JBoss website, documentation, and *user groups* for 
detailed assistance.

from the document referenced by the link below:

"Since January 2002, the AxisService is able to register itself as a .wsr deployer at 
the org.jboss.system.MainDeployer, hence simply putting a .wsr file (or a .wsr file 
embedded into some other hierarchically structured deployment package, such as an 
.ear) into your deploy directory is enough"

"In the JBoss.net testsuite, we have assembled some samples and tests that can serve 
as an inspiration and source of insight. You can build/run the testsuite as follows 

cd build
build -Dmodules=plugins/jboss.net/testsuite tests

In the output directory, there will be some deployable Web Services 
(output/lib/addr.wsr is the JBoss-compatible package containing the Axis Address 
example, output/lib/hello.ear is a J2EE application consisting of the hello ejb module 
from the JBoss main testsuite and an additional web service layer on top of the 
HelloBean)." 

  - Matt

-----Original Message-----
From: Chris Forbis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 2:32 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Deloy WebService in Jboss.net verison of axis


That is what I am using and having some issues with.


-----Original Message-----
From: Matt Munz [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 26, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: RE: Deloy WebService in Jboss.net verison of axis

Chris,
 
  You might want to take a look at the JBoss.net module.
 
http://www.jboss.org/developers/projects/jboss/dotnet.jsp
 
  - Matt

-----Original Message-----
From: Chris Forbis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 1:55 PM
To: '[EMAIL PROTECTED]'
Subject: Deloy WebService in Jboss.net verison of axis


I have the following in an ant build.xml


<target name="axis.deploy">
<java classname="org.apache.axis.client.AdminClient" fork="yes">
<arg line="-lhttp://localhost:8080/jboss-net/services/AdminService
${server.conf.deploy}"/> 
<arg line="-lhttp://localhost:8080/axis/services/AdminService
${server.conf.deploy}"/>
<classpath refid="server.lib.classpath"/>
</java>
</target> 

It works fine for a tomcat deploy of axis (changing jboss-net to axis)

The issue I am having that is I get a 404 because:
HTTP ERROR: 404 /axis/services/AdminService Not Found

Seems like JBoss.Net wants web services to be deployed in another way?
Anyone know a good how to on this?

Thanks!

Reply via email to