I just checked the docs directory for the Howto that I thought I wrote...
Since its not there, Ill write one. :)
Paul
On 4/26/07, Travis McCauley <[EMAIL PROTECTED]> wrote:
One more thing,
If you want to exclude the demos, you can comment out the sections of
the build file that build them. These are mainly in compile_demos
target. Search the build file for oflaDemo and you'll find them all. But
you also need to prevent the context files from conf/war being copied
in.
Here's one way to do that. In the webwar target, modify the task that
copies the conf files over to look like this:
<copy todir="${classes.dir}/WEB-INF">
<fileset dir="conf/war">
<!-- <include name="*.xml"/>
<include name="*.properties"/>
<exclude name="web.xml"/> -->
<include name="applicationContext.xml"/>
<include name="log4j.properties"/>
<include name="red5-common.xml"/>
<include name="red5-core.xml"/>
<include name="red5.properties"/>
<include name="web.xml"/>
</fileset>
</copy>
-Travis
----
travis mccauley | web developer - information architect
canadian music centre | 416.961.6601 (x307)
www.musiccentre.ca | www.centremusic.ca
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dan Rossi
Sent: Thursday, April 26, 2007 3:52 AM
To: Red5 public list
Subject: [Red5] building wars for custom apps
Hi, this is probably a silly question, but how do I manage to build war
packages for our own custom apps. Im not sure how this all works, id
like to basically package all our webapps up and then upload and it
installs the updates in place. I noticed some configs for war are in the
conf directory but im not really sure what they are for. Id only want to
upload some of the base red5 configs aswell as we make some changes to
the main properties and log files.
Let me know if that explains enough, an example build file would be
enough :)
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
The early bird may get the worm, but the second mouse gets the cheese.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org