Hello Dave, Thanks for the roller.ml example, it worked. But I still can't attach a debugger in netbeans. By the way, I've installed Netbeans 6.1. I run catalina.bat jpda start, then in netbeans I choose attach jpda debugger, connector: socket attach, transport: dt_socket. It tries to connect for some time, and then writes the following error: Attaching to localhost:8000 handshake failed - connection prematurally closed I've no idea how to fix it. I've tried everything I can think of.
One more question concerning the possibility of upgrading Roller to Spring Acegi 2.0. You said that it will be preferable, but I'm not really sure about how many changes will the whole Roller system need. If you think that upgrading to the 2.0 version will be better, then I'll have to investigate this topic. But if it's not critical, then I'll follow the plan that already exists. If you're going to have some time during this weekend, then I'll be glad to discuss this issue with you via IM. Thanks in advance, Tatyana > I'm using Tomcat 6.0.13. I put my roller.xml file in the directory > tomcat/conf/Catalina/localhost/roller.xml > Here are the contents of the file: > <?xml version="1.0" encoding="UTF-8"?> > <Context path="/roller" debug="1000" > docBase="/Users/dave/src/roller/apps/weblogger/build/webapp"> > </Context> > Hope that works for you too. > - Dave
