adam bien's blog

Netbeans 6.5 Quicktip: Changing The Archive (EJB-JAR) Name, Deploying RARs 📎

  1. Go to: [PROJECT_NAME]/nbproject/project.properties (using CTRL+2)
  2. The property: jar.name specifies the archive name which is going to be deployed to the server and copied into: [PROJECT_NAME]/dist as well.
Tip: if you change the ending from .jar to .rar you can misuse an EJB project to develop, debug and redeploy JCA connectors to Glassfish v2 - its really convenient.