Got it fixed.
Vic

Vic Cekvenich wrote:

> I created an aplication tomcat 4, and try to move it to Orion.
>
> I get unable to find assembly info. (There are not EJB)
>
> config/server.xml
>         <application name ="vicWebPim" 
> path="../applications/vicWebPim" />
>
> In  config/default-web-stite.xml:
> <web-site host="[ALL]" port="80" display-name="Default Orion WebSite">
>    <!-- The default web-app for this site, bound to the root -->
>    <default-web-app application="default" name="defaultWebApp" />
>    <web-app application="PIM" name="vicWebPim" root="/pim" />
>    <!-- <web-app application="news" name="news-web" root="/news" /> -->
>
>
> vicWebPim\META-INFapplication.xml:
> <?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>PIM</display-name>
>   <module>
>    <web>
>     <web-uri>vicWebPim</web-uri>
>     <context-root>/</context-root>
>    </web>
> </module>
> </application>
>
> What should I look at next?
>
> Vic
>
>
>
>



Reply via email to