This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes coordination between jboss 6 and netbeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: 5540

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://aspose.com/file-tools
 
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