Hi Paul, > I tried to debug with JRun Studio without success. Below is the > error that I receive from JRun Studio. > > ----- snip ----- An error occurred contacting RDS server (loclahost > Hostname:localhost): (-1) JPDA classes are not available, debugger > is disabled. > > javax.servlet.ServletException: JPDA classes are not available, > debugger is disabled ----- snip ----- > > > I follow the process described in JRunStudio pdf doc to enable the > debug process. What I'm doing wrong?
Perhaps this article might help you? http://www.macromedia.com/v1/handlers/index.cfm?ID=18336&Method=Full But there is another problem with the JRun Studio debug session: It works only _SOMETIMES_ I've never found out why it works sometimes and sometimes not. I stopped testing this feature, because of its absolute erratic behavior. That's the reason why we choosed JBuilder (it was not the only one - do you have ever used a full Java enabled CodeInsight feature?) and it' s close integration of the Tomcat servlet engine for debugging purposes. We use JRun on production servers and trust in god, that our servlets and jsps behave in the same way as on the Tomcat engine. ;-) Greetings Jessica ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
