Hi François Beauregard,
Configuration for server.xml, data-sources.xml and default-web-site.xml
looks fine. Do your servlets located in the
..\oasis\oasisWeb\WEB-INF\classes  directory?
And one more note: jsp file is compiled file  html not so when you run jsp
file Orion compiles it. Result of the compiling you can see in the
...\application-deployments\oasis directory.

Igor.
_______________________________
Igor Chirokov

[EMAIL PROTECTED]





----- Original Message -----
From: "François Beauregard" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Friday, February 08, 2002 5:16 AM
Subject: Help


> I decided to day to give a first try at Orion (1.5.3).
> I started trying to deploy an application that already runs fine under
> Tomcat / Borland AppServer.
> I have a .ear for this application
>
> I configured server.xml, data-sources.xml and default-web-site.xml
> server.xml :
> <application name="oasis" path="../applications/OASIS.ear"
auto-start="true"
> />
> default-web-site.xml :
> <web-app application="oasis" name="oasisWeb" root="/oasisWeb" />
>
> Here is my application.xml
> <?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>OASIS Application</display-name>
>   <module>
>     <ejb>OasisBaseEJBs.jar</ejb>
>   </module>
>   <module>
>     <ejb>OasisPartyEJBs.jar</ejb>
>   </module>
>   <module>
>     <web>
>       <web-uri>oasisWeb.war</web-uri>
>       <context-root>/oasisWeb</context-root>
>     </web>
>   </module>
> </application>
>
> In the web.xml in oasisWeb.war I only have servlet mappings and tld
> definitions.
>
> When I start Orion, the application deploys just fine but if I try to
invoke
> any jsp I get an internal error (500).
> http:/localhost/oasisWeb/Welcome.jsp
> If I change Welcome.jsp to Welcome.html, it displays correctly.
>
> If I invoke a servlet, it is properly invoked but whenever I try to
> servlet.getServletContext().getRequestDispatcher(res.encodeURL(url))
> For a url that is a jsp I get a null result.
>
> Any idea?
>
> Thanks
> ______________________________________________
> François Beauregard
> Pyxis Technologies
> Vice-président, recherche et développement
>
> Tel: (450) 681-9094
> Fax: (450) 681-5758
> [EMAIL PROTECTED]
>
>
>
>

Reply via email to