Bruce, which jboss version do you refer to. It works for me from 3.2Beta on even in an exploded fashion.
CGJ -----Urspr�ngliche Nachricht----- Von: Bruce Scharlau [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 11:31 An: [EMAIL PROTECTED] Betreff: [JBoss-dev] jboss.net and catalina Hello all, jboss.net with axis rc1 now seems to work with jboss and tomcat (catalina 4.0.4) Thanks Scott for catching the error with EmbeddedCatalinaSX! IF (and it seem only IF) you wrap the jboss-net.sar in an exploded ear file. Do this: 1. create unpacked jboss-net.ear 2. put jboss-net.sar into this 3. move jboss-net.war and jboss-net.wsr from under jboss-net.sar up a directory to be under jboss-net.ear 4. under jboss-net.ear create a META-INF directory with application.xml that contains this: <?xml version="1.0" encoding="ISO-8859-1"?> <application> <display-name>JBoss-Example WebService</display-name> <module> <java>jboss-net.sar</java> </module> <module> <web> <web-uri>jboss-net.war</web-uri> <context-root>/jboss-net</context-root> jboss-net.wsr </web> </module> </application> As soon as I get a chance I'll update the jboss-net howto page at: http://www.csd.abdn.ac.uk/%7Ebscharla/soap.html and the accompanying example pages. 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] ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
