Couldnt read web-site config file: ../applications/mywebapp

...What causes the above message? I have a simple web app where mywebapp 
basically is organized like...

- orion
    - applications
       - mywebapp
          - META-INF
             - application.xml
          - webstuff
             index.jsp
             - WEB-INF
                - web.xml

application.xml looks like...

<?xml version="1.0"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE 
Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd";>

<application>
        <display-name>blah</display-name>
        <module>
                <web>
                        <web-uri>webstuff</web-uri>
                        <context-root>/</context-root>
                </web>
        </module>
</application>

... the rest doesn't matter since application.xml never gets read. 
Please help. The docs seem to show that I'm doing this right....  :-|

Thanks,
boz


Reply via email to