i'm following the quickstart with tomcat and running it with netbeans that has tomcat included: i created a new web application called quickstart, but after i added all the libs needed to the context classpath and the global classpath i try to deploy the application and i get an error that says:
Deployment error: TomcatManager.undeploy invalid TargetModuleID passed. See the messages.log file for details.
C:\Programmi\netbeans-4.0\nb4.0\jakarta-tomcat-5.0.28\webapps\quickstart\nbproject\build-impl.xml:279: org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment$DeploymentException: Deployment error: TomcatManager.undeploy invalid TargetModuleID passed. See the messages.log file for details.
BUILD FAILED (total time: 0 seconds)
i modified the server.xml of tomcat (even if i saw on the tomcat site
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html that "it is NOT recommended to place <Context> elements directly in the server.xml file. Instead, put them in the META-INF/context.xml directory of your WAR file")
maybe i have to do something to let netbeans "see" hibernate?? just a guess