Yong,

I didn't try with jetty, but perhaps my experience with Tomcat/Jboss can
help you (not too much).

First I included all jars in war file, it gave me near 5 MB of war, so
I decided to put all xfire jars in Tomcat shared class-loader (for all
applications) so it is not needed in my wars. (I'm going to use
between 10 and 20 wars in my application)

I tried to select only the necessary jars, but I ended up putting all
jars in lib directory of xfire distribution.

I was lucky there was no clash between xfire jars, and those used in
Tomcat, so it run without problems.

Then I need to include jboss-client jars, also in shared class-loader,
now I found some problem with jbossws (and old version of jws which
clashed with xfire libs) and log4j, so I just deleted them, and all
works well.

Hope it helps you in some way
tonio


On Wed, 2007-03-07 at 09:36 -0800, yong fu wrote:
> I am trying to get the xfire examples to run under Jetty, for example the
> book service example. 
> There is not a lot of document around, it will be great if some one can
> point me to those links.
> 
> Simply drop in the mvn build war file is not enough.  I have added
> xfire-all.1.2.4.jar, moved a little bit further but looks like other jars
> are still needed.  
> 
> Any one can contribute their experience and instructions?
> 
> thanks, 
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to