> jetty That's righr ! I added "org.mortbay.jetty-5.1.3rc2.jar" but I'm not sure that it's the good one...
Now, I have a new exception about "javax/servlet/RequestDispatcher" I understand that I need to add some jars but how I can search ? There is not a package, a directory a FTP with all jars indicate in http://xfire.codehaus.org/Dependency+Guide ? Thanks again ! On 3/13/07, a a <[EMAIL PROTECTED]> wrote: > > I would like to compile a server but I have this error ! > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/mortbay/http/HttpListener > at > com.thalesgroup.bench.server.Server.<init>(Server.java:41) > at > com.thalesgroup.bench.server.Server.main(Server.java:20) > > > My method to create a server... > > > public Server(String port) throws Exception { > // Create an XFire Service > ObjectServiceFactory serviceFactory = new ObjectServiceFactory(); > Service service = serviceFactory.create(BenchPortType.class); > service.setInvoker(new BeanInvoker(new BenchInterfaceImpl())); > > // Register the service in the ServiceRegistry > XFire xfire = XFireFactory.newInstance().getXFire(); > xfire.getServiceRegistry().register(service); > > // Start the HTTP server > XFireHttpServer server = new XFireHttpServer(); // Line 41 > server.setPort(7777); > server.start(); > } > > > I think that I need some jars but which one ? > > Thanks for your help > > Obé > > ________________________________ > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions > ! Profitez des connaissances, des opinions et des expériences des > internautes sur Yahoo! Questions/Réponses. -- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
