Take a look at the echo example in webapps and DEV_Deploy, it also uses remote classes.
Thijs On Jun 21, 2007, at 4:48 PM, Sales Department wrote: > Thanks. I've got the connection working now. > > I have another problem. I feel like an idiot, but I have not found > anything in the lists to help. Here's what I'm getting now: > > [WARN] 16293 btpool1-13: > ( org.red5.server.service.ServiceInvoker.invoke > ) Service not found: com.interalab.somefolder.SomeClass > > So, I have a connection, but Red5 doesn't recognize it. The class > is in > the right place on the app scope I'm in. When I added the servlet > definition to the web.xml like you do with OpenAMF, Red5 complains > that > my class isn't a servlet - which it isn't of course. > > Is there an example somewhere of how you register a class for use in > remoting - if that's what is missing? > > Thanks, > Bill > > > Tomohiro Otsuka wrote: >> Hi Bill, >> >> AMFGatewayServlet had a bug. >> http://jira.red5.org/browse/APPSERVER-146 >> It has been fixed, so try the newest version of Red5. >> >> >> >>> The Flash IDE output says: >>> >>> Error opening URL "http://address:5080/gateway" >>> >>> The server says: >>> >>> [ERROR] 28123 btpool1-2:( AMFGatewayServlet.serviceAMF ) Error >>> handling >>> remoting call >>> java.lang.NullPointerException >>> at >>> org.red5.server.net.servlet.AMFGatewayServlet.decodeRequest >>> (AMFGatewayServlet.java:141) >>> >> >> >> >> > > _______________________________________________ > 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
