Add external deployable files to Java EE projects on netbeans

Ever wondered how you’d deploy external CSS/JavaScript with servlets or JSPs?This article will guide you on how to add a CSS/JavaScript (.css, .js) or any file in your project so that it gets inside your .WAR file too! Here’s how to: 1) Start your netbeans: I am using 5.52) Goto Tools>Template Manager3) Select or Expand […]