Is this an acceptable geronimo-jetty.xml, are all paths relative to target/repository?
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://geronimo.apache.org/xml/ns/web/jetty" configId="your/domain/name/j2eetutorialhelloservice" parentId="org/apache/geronimo/Server"> <context-root>/j2eetutorialhelloservice</context-root> <context-priority-classloader>false</context-priority-classloader> <dependency> <uri>axis/jars/activation.jar</uri> <uri>axis/jars/commons-logging.jar</uri> <uri>axis/jars/saaj.jar</uri> <uri>axis/jars/axis-ant.jar</uri> <uri>axis/jars/jaxrpc.jar</uri> <uri>axis/jars/wsdl4j.jar</uri> <uri>axis/jars/axis.jar</uri> <uri>axis/jars/log4j-1.2.8.jar</uri> <uri>axis/jars/xmlsec.jar</uri> <uri>axis/jars/commons-discovery.jar</uri> <uri>axis/jars/mail.jar</uri> </dependency> </web-app> When I do this the servlet classes are not found. Are there other ways of configuring Axis and Geronimo. Thanks for any help, Phil Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Cr�ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis gr�ce � Yahoo! Messenger !T�l�chargez Yahoo! Messenger sur http://fr.messenger.yahoo.com
