Christoph,

quick question for you:

which version of axis is used to build the jboss-3.0.x versions?

I found that you can get jboss-net to work with tomcat under this version with a few changes:

1) go to server/all/deploy and rename jboss-net.sar to jboss-net-temp.sar
2) create new directory called jboss-net.sar
3) unpack contents of jboss-net-temp.sar file into jboss-net.sar directory
4) edit jboss-service.xml file under the META-INF directory and change the depends line so that it reads:
<depends>jboss.web:service=EmbeddedCatalinaSX</depends>
(it will orginally say JBossWeb I think, but you want it to say EmbeddedCatalinaSX)

Now start jboss with the -c all flag so that you use the all structure.

You'll find Jboss-net under http://localhost:8080/axis/*/services

BUT, the method calls I used from the demos produced errors suggesting that I was using the wrong method calls.


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:scharlau@;csd.abdn.ac.uk



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to