On Sun, 2006-10-22 at 13:29 +1000, Dan Rossi wrote:
  
> Im not a 100% java developer, I do many things so please be patient.

I'm sorry man, never meant to be rude ;)

> ive only just implemented red5 as our FMS alternative, im not a red5 or 
> java developer as such, in fact there seems to be many here who are just 
> AS2 programmers so have to be easy on us :)

I see. That is both good (Java is a great school of coding) and bad
(Java is an ocean and it takes a lifetime to swim it over) for Red5
newcomers.

> Interesting thats great. The thing is id have no idea how to try our 
> configuring red5's configs to try any of them, what would be nice is 
> example configs in the future to implement any of them, ie jetty, 
> tomcat, jboss etc.

What configs do you mean? There are actual Jetty configs mixed with
Spring context files (which are not configs of any kind at all, they are
object containers actually... although they might contain configurers
and object processors).

If you mean deployment configuration, then it's a good idea to include
it in the documentation or at least provide links to Tomcat/JBoss
references.

> Atm you have to be a guru to do any config tweaking which i leave as 
> default. Im a guru at tweaking apache server configs , mysql configs and 
> php configs for optimization thats about it ;)

I'd like to be guru at anything... but I'm just a "guru wannabe". ;)

> Im not a windows admin guy, but how is it possible to start the red5 
> service in the console on startup or whatever in the background ?, id 
> like to be able to see the actvity in the console for a while until 
> everything is stablised then try to find a program to view live logs 
> from a log file.

Try to change java call in Red5 bat launcher to javaw. javaw is the same
as java, it launches Java application by execution main method from the
class in the classpath, but it gives you no console view.

About live logs from the log file... I'm not sure how good admin console
is now but the quite easy way I see is to develop a Flex application
that recieves messages from Red5.

We'll investigate this (c)

> I currently have to always run "ant server" and its always in my RDC 
> login and not in the background,  so if i logout so does red5 :)

This is a quite misleading way that had been show in the documentation
back to March or earlier...

When you run ant server you actually run server target (I mean build
target called "server"). It recompiles the server itself and then runs
it. You see that it's an overhead, no need to recompile Red5 everytime
you change a bit in your own application. Just compile it, package as
JAR, copy that JAR into appropriate location
(your-killer-app/WEB-INF/lib) and restart Red5.

This is easily done with Ant build script. You can find out more about
Ant @ apache.org.

And again... we end up with a huge need for Red5 IDE on top of Eclipse
JDT ;)
-- 
Michael,

puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } 


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

Reply via email to