Reputation: 799
For testing the webui of adempiere, I need to build the code and deploy it every time with all change. Its much time consuming. The remote debugging is quite useful. But the build, setup and server running time remains the same. Can we run the JBoss server through eclipse ? Hence can we write the code and test it on debug mode?
Upvotes: 3
Views: 1527
Reputation: 507
You Can run the jboss server in eclipse and deploy adempiere projects in jboss also
New
---->Server
Next
(no need to change the ports)---> Finish
Add And Remove Project
Open
Publishing
:- Select Never select auotmatically
Time Out
:- Set start time
as 5000
Open launch configuration
classpath
tab, And select the User Entries
and add the following mentioned jars by clicking on the Add Jars
button at right side
Add external jars
)Arguments
tabAdd And Remove
Select available installers and add to right side tab, and click on Finish.Hope your server will start properly .....
Upvotes: 4