Hi Sebastian, Sebastian Wagner wrote: > hmm i tried it but it doesn't work to set up a new webapp. > Are you really sure that: > " > <bean id="web.handler" > class="the.path.to.my.Application" > singleton="true" /> > " > is the only place where i have to specify the directory/classpath of my > application. In the server debug-log there are messages like "Class not > found" : > > From the server Log: > > "org.springframework.beans.factory.BeanDefinitionStoreException : Error > registering bean with name 'web.handler' defined in ServletContext > resource [/WEB-INF/red5-web.xml]: Bean class > [org.red5.server.laszloApp.Application] not found; nested exception is > java.lang.ClassNotFoundException : org.red5.server.laszloApp.Application > " > But I'm quite sure that the class-File is definitly at the right position.
Well, the error message reports that it is not stored in your classpath :) By default the red5.sh / red5.bat scripts set the "red5.jar" and the "conf" directory, so you might need to set your CLASSPATH environment variable. You can also start Red5 using "ant server", then the "bin" directory containing the compiled files will be used as well. Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
