We have the same problem in Jboss 4.0.2 except we can get it to work. I am 
deploying a ear file:
 
                ear:
                    my.war
                   /META-INF
                         application.xml
                          jboss-app.xmk
                          Manifest.mf
                   jar1.jar
                   jar2.jar

Application.xml:
            
         <display-name>myapp</display-name>
        
         
         <web-uri>my.war</web-uri>
         <context-root>/myapp</context-root>
                
        
        jar1.jar
        jar2.jar
        

Manifest.mf:
         Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_05-b05 (Sun Microsystems Inc.)
Class-Path: jar1.jar jar2.jaIt finds the jars eventually but all the 
configuration files (.xml, properties ) are not found by my servlet. Servlet is 
deployed part of the war.

If I deploy my application as war only and include all the jars in the 
WEB-INF/lib then application runs fine. Problem occurs when I try to deploy 
this as EAR and move the jars out of war to ear.

Any help will be appriciated.

Thank you

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906320#3906320

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906320


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to