Okie Guys,
I have got this going now.
Jboss4.0 with Axis-1.1 and steps will be same with Axis1.2Rc2 (dont expect
hassels with that).
Before staeting Jboss4.0 steps to be carried out.
1. Remove jboss-ws4ee.sar from default/deploy directory.
2. Go to default/conf/jboss-service.xml
and hide/comment the mbean area with web service.
<!--mbean code="org.jboss.web.WebService"
| name="jboss:service=WebService">
| <attribute name="Port">8083</attribute>
| <attribute name="DownloadServerClasses">true</attribute>
| <attribute name="Host">${jboss.bind.address}</attribute>
| <attribute name="BindAddress">${jboss.bind.address}</attribute>
| </mbean-->
| <!-- Should resources and non-EJB classes be downloadable -->
|
This will stop MBean for Jboss Web service not to be loaded /registerd in JMX.
3. Go to default/deploy/ejb-deployer.xml and hide/comment thi s
line which depnds on WebService Mbeans as it wil not be loaded in JMX now.
<!--depends
optional-attribute-name="WebServiceName">jboss:service=WebService</depends-->
|
This is at the bottom of this file.
4. Go to webbapss directory which comes with axis bundle. Under webapps
there is axis directory. Rename it to axis.war. (As this will make
deployment
scanner to think it its as a .war file :-)
5. Now copy the webapps diretory under default/deploy.
6. Copy jaxrpc.jar and saaj.jar from webapps/axis.war/WEB-INF/lib/ directory
to default/deploy/jbossweb-tomcat50.sar/.
Once copied u can actually remove these jars from axis.war/WEB-INF/lib area
(no need of duplication as it will consume more memory) also u can
remove log4j.jar as jboss has already got it.
7. Now the final trick....
export this variable ---
export JBOSS_CLASSPATH=$JBOSS_HOME/server/default/lib/javax.servlet.jar
8. And now run yr Jboss.
If u see this message in the logs while starting Jboss - dont worry about
it ;-)
(This is not windows !!!)
10:51:12,135 ERROR [EngineConfigurationFactoryServlet] Unable to find
config file. Creating new servlet engine config file:
/WEB-INF/server-config.wsdd
This is done on Fedora Core -3 and using /usr/java/j2sdk1.4.2_05/.
Note : One draw back of this approach is that we will be using web service
which will be compliant with J2ee-1.3 standards even though as JBoss 4.0 is
J2EE-1.4 compliant and implements web services using JSR-109.
I hope people can now get this going and help them with this.
Cheers....
Vishal
http://www.tusc.com.au/tuorial/html/index.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866172#3866172
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866172
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user