> Hi all, > I am a new jdbforms enthusiastic user . I ' d like to thank > everyone for this package because it is really very useful. Thanks!!!
> THe strange thing is that if I rename the page in > CENTRALISSIMA_list.jsp or any other name the response from > tomcat is ok So I don't understand what does the error > (wrong name) message above means. What do you think? The > database is oracle 8.1.7 , the jdbc driver is class12.zip and > the servlet container is tomcat 5.0.12. Dbforms is 1.1.4pr1. I use Oracle too. But you must rename class12.zip to class12.jar because tomcat do not load zip files. Another point: We never tested dbforms with tomcat 5.0 because it's just beta... Dbforms works great with tomcat 4.1... > > Another really important question.How is possible to trace > the flow of the framework when i need to debug it? The tomcat > console is very painful and not every message is put on it. > Is there a way to attach a visual debugger to dbforms to > understand better how it works? If I could trace I can > understand how to correct bugs like the above. Plese, send me > some info about this topic. No problem. I use eclipse to debug dbforms. Just create a tomcat application, delete the dbforms.jar file and copy all sources of dbforms into the WEB-INF/src path. So you can debug everything. Regards, Henner ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
