jQuery in Action, 2nd edition
The moose likes JBoss and the fly likes coordination between jboss 6 and netbeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "coordination between jboss 6 and netbeans " Watch "coordination between jboss 6 and netbeans " New topic
Author

coordination between jboss 6 and netbeans

chain singh
Ranch Hand

Joined: Feb 28, 2012
Posts: 116
Hello

I am making a project and deployed in jboss in extended directory form.
All changes are made in netbeans

So i wanted when i make a change in project through netbeans and save than that change directly reflect in jboss server
so i am not wanted to copy and paste file which i make a change

Thanks in Advance
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

I think that your best bet is to declare JBoss AS as a server in NetBeans (Tools | Servers, then click on Add Server and follow the directions). Then associate your web app project with JBoss AS (project Properties, in the Run category). The NetBeans will automatically deploy the app when you run or debug it in NetBeans.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: coordination between jboss 6 and netbeans
 
Similar Threads
JBoss doesn't automaticaly detecting source code changes
JBoss in Netbeans
I am getting an error called PermGe..
Integrating jBoss 4.0.4 with Netbeans 6
How to install Jboss 4.0 in windows Operating Systems