remove the slash (/) from the web-uri tag in application.xml
OR, copy the war-ic to the root dir (/) ..... just kidding
it looks like this (in application.xml):
<web-uri>/mvcapp-web.war</web-uri>
should be:
<web-uri>mvcapp-web.war</web-uri>
-----Original Message-----
From: Malcolm Ferguson [mailto:[EMAIL PROTECTED]]
Sent: Viernes, 15 de Diciembre de 2000 17:13
To: Orion-Interest
Subject: Deployment problems (web-app not found in application)
I am having problems deploying an application on orion. I have deployed the
attached .ear file (which contains a web-app with a couple of .jsps and a
servlet) to e:\applications and made the following config file changes, in
server.xml:
<application name="mvcapp" path="e:\applications\mvcapp.ear" />
and in default-web-site.xml:
<web-app application="mvcapp" name="mvcapp-web" root="/mvcapp" />
when I request one of the pages (i.e.
http://development/mvcapp/register.jsp) I get the following error message:
Error instantiating web-application
No web-app named 'mvcapp-web' found in application 'mvcapp'
I have attached the .ear file, any help would much appreciated.
<<mvcapp.ear>>
***********************************
Mac Ferguson,
Senior Developer,
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
***********************************