understand ur problem now.

not sure what the video instructions were as there is nothing on the link
u sent.

sorry i dont use the standalone red5. But from what i have seen it run a
jetty instance to execute red5.

the traditional debugging straetgy is to run the application outside of
the ide with the jvm in debug mode and attach to it from the ide. very
simple.

try this

add the following to the java command
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000

then attach the eclipse debugger using debug->remote application. usee
port 5000.

good luck


> I am using Eclipse IDE.
>
> So to launch the built server I used the steps defined in one of the
> videos
> here:
> http://www.newviewnetworks.com/nvnhome/blog/client/media/
>
> When set up , I can launch the server using "Run->external
> tools->server_configuration"
> I see it launch correctly and bind itself to the right ports.
>
>
> But, this didnt allow me to place break points or step into the code.
> So I also set up a debug profile using "run->debug". I used "java
> application->standalone" option.
> I had to supply command line arg to point to red5.xml
>
>
> When I launch this I get the exception I mentioned.
>
> Thanks,
> Hammad.
>
>
>>>* When I run the server as an external tool, the server starts up fine.
> *>
>>what do u mean? are u running as red5 standalone or war?
>>
>>>* But when I try to debug the project as a standalone java app, I get
>>> the
> *>>* following exception at startup.
> *>
>>are u debugging with and IDE?
>>what IDE are u debuging with and how are u running it?
>
>>-lp
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>


---------------------------------
Lucio Piccoli
Director

Asterisk-i Pty Ltd
Software Design-Develop-Deploy
www.asteriski.com





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

Reply via email to