Hi,
try to call this url:
http://localhost:8888/ejbtest/index.html
the default port of Orion is 8888
I hope this is the answer u are looking for
Bye



>From: "Alessandro" <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: Deploy Ear with war inside
>Date: Mon, 19 Nov 2001 07:51:24 +0100
>
>Hi,
>I am deploing an Ear with war inside and I Built it with Jbuilder
>In war I put index.html and test.jsp and in Ear one Ejb.
>The Application.xml inside ear is :
>
><?xml version="1.0" encoding="UTF-8"?>
><!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>EjbTest</display-name>
>   <module>
>     <ejb>EbjTest.jar</ejb>
>   </module>
>   <module>
>     <web>
>       <web-uri>EjbTest.war</web-uri>
>       <context-root>war-ic</context-root>
>     </web>
>   </module>
></application>
>
>I modified the :
>default-ewb-site.xml  with
><web-app application="ejbtest" name="war-ic" root="/ejbtest" />
>server.xml with
><application name="ejbtest" path="../applications/ejbtest.ear" />
>
>When I launch Orion in the console I see the deploy of Ear but when I use
>the url  http://localhost/ejbtest/test.jsp or
>http://localhost/ejbtest/index.html an Internal server error appears.
>
>Some ideas ??
>Thanks a lot for all suggestion
>
>
>
>Alessandro Fustini
>Team Leader Mobile Services Development
>Vitaminic Spa
>Via cervino 50, 10154 turin - italy
>phone: +39 011 23381242  fax: +39 011 23381206
>
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


Reply via email to