----- Original Message ----- From: "Interalab Sales" <[EMAIL PROTECTED]> > Can't you include your required jars in your project? WEB-INF/lib > folder in your application jar?
Great. This works! To be more precise for those who are interested: I made a jar file consisting of: org\red5\server\webapp\myapp\*.* WEB-INF\lib\*.* (containing necessary jar files) put that in the lib folder of red 5 and it runs fine. BUT, I made a small Userinterface to control some things, but running red5 as a service this Userinterfcae does not appear. I presume that is per default the case for a service. Is there a way to get this interface back, but NOT the java console output? So to start it as a normal standalone application? Thank you! Marcel __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
