I am trying to deploy a servlet application that I was previously running
under Resin on my test installation of Orion. I'm someone can point me to a
step-by-step description of how to deploy it (i.e. what changes to make to
which configuration files). The war file is unpacked and the app installed
wehn I start Orion, but when I request one of the pages I get this error
message:
Error instantiating web-application
No web-app named 'mvcapp' found in application 'mvcapp' 

The application is deployed in D:\web-apps and the directory structure looks
like this:

D:\web-apps\mvcapp\META-INF\application.xml
D:\web-apps\mvcapp\mvcapp.war

I have made the following config changes:
in server.xml:
<application name="mvcapp" path="d:\web-apps\mvcapp" />

in default-web-site.xml:
<web-app application="mvcapp" name="mvcapp" root="/mvcapp" />

and my application.xml file contains the following:

<module>
      <web>
        <web-uri>/mvcapp.war</web-uri>
                <context-root>/mvcapp</context-root>
      </web>
</module>

Any pointers on what I'm doing wrong?

Thanks in advance
***********************************
Mac Ferguson,
Tech Lead,
NKaos Interactive Media (http://www.nkaos.com),
579 Richmond Street West, Suite 400
Toronto, ON
M5V 1Y6
(Phone) (416)504.8931 x316
(Fax) (416)504.8472 
***********************************


Reply via email to