hi,
i am making a standalone hessian service exporter using a jetty. With eclipse it works perfectly fine but when i try to run the jar file following exception occurs.
Code:Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStore Exception: IOException parsing XML document from class path resource [WebContent /WEB-INF/jetty.xml]; nested exception is java.io.FileNotFoundException: class pa th resource [WebContent/WEB-INF/jetty.xml] cannot be opened because it does not exist


Reply With Quote