English English Spanish EspañolKorea한국어
Straker»Company»Blog»2005» Installing Flex

Installing Flex

Have a look at: http://www.macromedia.com/support/documentation/en/flex/1_5/install.html Once you have flex.war file, create a directory right under the ear directory of your instance. For example, if you are installing flex into a default-ear directory, create a directory called flex-war under default-ear. Then modify the default-ear/META-INF/application.xml to include a node for the flex app. Follow the sample process for installing samples.
<module>
<web>
<web-uri>flex-war</web-uri>
<context-root>/flex</context-root>
</web>
</module>
<module>
<web>
<web-uri>samples-war</web-uri>
<context-root>/samples</context-root>
</web>
</module>


Comments

There are no comments for this page as yet.

Add a comment