cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment take too long

Former Member
0 Kudos

Hi,

I am developing a small enterprise application and it involves lot of debugging.

My problem is, everytime I change something and try to redeploy, the deployment process takes a longgg time.

For deploying my enterprise application, I rt-click on the project and click on 'Run on Server' or 'Debug on server' in NW DevStudio.

Is there anything else I can do to speedup deployments? Like, on other servers, I use ant scripts to generate+replace ear on server. Or, if I am developing a web application, simply change web.xml to force hot deployment.

Thank you,

Vijaysarathi.

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Vijayasarathi,

Cross check once by deploying other application whether taking more time. if yes

Try restarting the server and deploy it gain check taken time.

If application is small ideally it should deploy fast. other possiblities are

1. Check Size of Application

2. Due to less memory it will take more time to deploy. check your System Requirements how much free space is required how much you have for you installation.

3. Are you using VPN? check the connection also.

Regards, Suresh KB

Former Member
0 Kudos

Hi Suresh,

My Application ear file size is 40mb. Right now, all it contains is a web application.

My server has ample memory and I am not using VPN.

Is there a quicker way to deploy applications during development time?

Thank you,

Vijaysarathi.