« Return to Thread: deploy an application

Re: deploy an application

by vetalok :: Rate this Message:

Reply to Author | View in Thread

Hi
You need just add dependency tag (e.g. in product-exo-ecm.xml):
<dependency>
        <groupId>geo</groupId>
        <artifactId>web</artifactId>
        <version>1.7</version>
        <scope>compile</scope>
    </dependency>
(or smth like that)
after that it will work (I hope :))

2007/5/30, jeremie garcia <jeremie.garcia@...>:
Hi community,

working with exoplatform v2.x , I am currently trying to make a
product-exo-ecm-geo.xml that
would deploy the standard product-exo-ecm.xml and a other web application.

I tryied different ways to deploy it without success.
I would like the war file of this application to be copied in the
webapps directory of my tomcat with all the exoplatform war files.

I tryed to add a dependency , but I don't really understood how it works..

does someone can help me?

here is the structure of my src...

\eXo
    \projects
        \v2.x
             .....
            \geo\web\target
                                     \classes
                                    \geo
                                    \geo.war
             .....


thanks



--
You receive this message as a subscriber of the exoplatform@... mailing list.
To unsubscribe: mailto: exoplatform-unsubscribe@...
For general help: mailto:sympa@...?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws




--
Best regards,
Vitaliy

--
You receive this message as a subscriber of the exoplatform@... mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@...
For general help: mailto:sympa@...?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

 « Return to Thread: deploy an application