Test-Driven J2EE at XP 2006... corrected
I have uploaded an improved version of the Test-Driven J2EE project in response to a defect I released. (Shame on me!) If you receive this error message when you deploy:
18:25:30,078 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.0.4/server/all/deploy/coffee.war<br>org.jboss.ws.WSException: java.lang.ClassNotFoundException: org.apache.cactus.server.ServletTestRedirector
this means that I left some configuration behind related to Cactus. Since I don’t include Cactus in the project, it cannot deploy properly. You can either change the file conf/coffee.war/web.xml to remove the references to Cactus or download the project archive again (by clicking the title of this entry).
I apologize for the confusion. See you at 9 AM!