go here and follow details about jboss-net according to which version of jboss you are using:
http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-netGuide.shtml
You can also find two simple tutorials off of the links at the top of the page.
One is POJO and the other is an EJB-JSP one.
At 13:54 26/02/2003 -0500, you wrote:
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!
cheers,
Bruce
Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]
