Am Samstag, den 25.06.2011, 12:57 +0200 schrieb Miguel Bonilla:
> Referenced Libraries is a folder in the eclipse webproyect. I added external
> JARs (in build path, libraries) to include CXF JARs, and eclipse puts the
> files into Referenced Libraries. I can't paste this files into WEB-INF/lib.
> But the bug with cxf/frontend is that this folder does not exist in apache
> CXF...
I downloaded the apache-cxf package apache-cxf-2.4.1.tar.gz and
extracted it. Inside apache-cxf-2.4.1/lib/cxf-2.4.1.jar I can find
org/apache/cxf/frontend/ClientProxy.class.

I don't know which package you've downloaded, since you haven't told us.

And if you want to run the webapp inside tomcat and outside of eclipse,
you will have to copy the cxf-libs into WEB-INF/lib, or tomcat can't
find them.

Felix
> 
> 2011/6/25 Felix Schumacher <felix.schumac...@internetallee.de>
> 
> > Am Samstag, den 25.06.2011, 11:52 +0200 schrieb Miguel Bonilla:
> > > Yes, I have the cxf-libraries in References Libraries. But the 'frontend'
> > Is this 'References Libraries' an eclipse thing? If so, are the
> > libraries in your WEB-INF/lib dir - inside your webapplication inside
> > tomcat - too?
> >
> > Felix
> > > folder do not exist in cxf package.
> > >
> > > 2011/6/25 Felix Schumacher <felix.schumac...@internetallee.de>
> > >
> > > > Am Samstag, den 25.06.2011, 11:23 +0200 schrieb Miguel Bonilla:
> > > > > I am trying to integrate a Java Application into a J2EE proyect using
> > a
> > > > JSP
> > > > > and
> > > > > a Servlet.
> > > > > I run the proyect as Java Application (in Eclipse J2EE) and works
> > > > perfectly,
> > > > > but I run the JSP in server and fails.
> > > > >
> > > > > This is the bug report:
> > > > >
> > > > > java.lang.NoClassDefFoundError: org/apache/cxf/frontend/ClientProxy
> > > > Do you have the cxf-libraries (jar-files) in a place accessible for
> > your
> > > > jsp, eg. WEB-INF/lib?
> > > >
> > > > Bye
> > > >  Felix
> > > > >
> > > > >
> > > >



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to