In your case they would go into WEB-INF\classes\web\service as your package is web.service.
Alternatively you could build a JAR of your classes and put them in your lib directory. Apache Ant is a good method to build and deploy apps. You'll be able to find plenty of examples via google. The ant build file is names build.xml. Ian. zakaria ghandour <[EMAIL PROTECTED]> wrote: Hi i create project with structure xfire/ +-WEB-INF/ +-web.xml +-lib/ (holds dependencies) i create 2 classes in package web.service - HelloService - HelloServiceImpl where must i situate the package in my structure (classes or web-inf or ....) ? how can i create the war without maven ? thanks -- View this message in context: http://www.nabble.com/first-WebService-HelloWorld-tf3845610.html#a10890762 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
