Alexander Farber wrote:
> Sorry, a clarification to my orig. mail: I've moved
> all config files from the conf dir under /etc/red5, not just one
> 
> $ ll /etc/red5
> 16 -rw-r--r--  1 root  wheel   6445 Aug 14 13:50 jetty.xml
>  4 -rw-r--r--  1 root  wheel   1426 Aug 14 13:50 keystore
>  4 -rw-r--r--  1 root  wheel   1817 Aug 14 13:50 log4j.properties
>  4 -rw-r--r--  1 root  wheel    436 Aug 14 13:50 realm.properties
>  8 -rw-r--r--  1 root  wheel   2823 Aug 14 13:50 red5-common.xml
>  8 -rw-r--r--  1 root  wheel   3763 Aug 14 13:50 red5-core.xml
> 20 -rw-r--r--  1 root  wheel   9565 Aug 14 13:50 red5-rtmpt.xml
>  4 -rw-r--r--  1 root  wheel     55 Aug 14 13:50 red5.globals
>  4 -rw-r--r--  1 root  wheel    713 Aug 14 13:50 red5.policy
>  4 -rw-r--r--  1 root  wheel    209 Aug 14 13:50 red5.properties
>  8 -rw-r--r--  1 root  wheel   2054 Aug 14 13:50 red5.xml
> 40 -rw-r--r--  1 root  wheel  20424 Aug 14 13:50 web-default.xml

Here's the bean that can't be instantiated

<bean id="red5.common"
         
class="org.springframework.context.support.FileSystemXmlApplicationContext">
 
<constructor-arg><list><value>classpath:/red5-common.xml</value></list></constructor-arg>
</bean>

As you can see it's a bean factory that takes classpath as parameter. I 
think we have to move this preference out to Prop file.

-- 
Michael "Antares" Klishin,

novemberain.com | osflash.org/red5 | rubyonrails.ru | flex.org

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

Reply via email to