I tried to set this up as a debug profile and i got source not found

org.red5.server.Standalone conf/red5-edge.xml

Also is there a way to start the terracotta server in eclipse aswell ?

On 08/09/2007, at 8:18 PM, Steven Gong wrote:

Sorry that I have only run the servers inside Eclipse and haven't updated the scripts yet. The Edge can be started by passing red- edge.xml as parameter, the "conf/" prefix is not needed.

To start the Edge on Terracotta, you can follow the tutorials from terracotta site www.terracotta.org. Basically
On linux:
${JAVA_HOME}/bin/java -Dtc.install-root=${TC_HOME} -Xbootclasspath/ p:<dso-boot-jar-path> -Dtc.config=<tc-config-path> <startup-classname>
And on windows:
"%JAVA_HOME%\bin\java" -Dtc.install-root=${TC_HOME} -Xbootclasspath/ p:<dso-boot-jar-path> -Dtc.config=<tc-config-path> <startup-classname>

On 9/8/07, Daniel Rossi <[EMAIL PROTECTED] > wrote:

On 08/09/2007, at 7:44 PM, Steven Gong wrote:

>
> To run the servers, the only difference from the version without
> Terracotta is that you need to start the Edge on Terracotta with
> the configuration file tc-config-edge.xml in the root dir of the
> clustering branch.
> Feel free to report issues during your experiment. Thanks!
>

This doesnt make sense, is these rc scripts correct ?

#edge
exec $JAVA -Djava.security.manager -Djava.security.policy=conf/
red5.policy -cp red5.jar:conf:$CLASSPATH org.red5.server.Standalone
conf/red5-edge.xml

#origin
exec $JAVA -Djava.security.manager -Djava.security.policy=conf/
red5.policy -cp red5.jar:conf:$CLASSPATH org.red5.server.Standalone



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org



--
Best Regards
Steven Gong

InfraRed5 Red5 Consultant: http://www.infrared5.com, [EMAIL PROTECTED]

Red5 Developer: http://osflash.org/red5, http://jira.red5.org/ confluence/display/~steven/Home

Modesty is an overrated quality in men of no great accomplishment. -- Ricky Jay
_______________________________________________
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

Reply via email to