cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deployment takes long time

Former Member
0 Likes
767

Hi All,

I have a WDJ app, where i have called a java method to execute a system commant "cmd /c nbtstat -a ipadd" . It takes 10 mins to get deployed on the server.PLease advice how the response time can be reduced.

Regards

Ishita

View Entire Topic
srinivas_sistu
Active Contributor
0 Likes

Hi,

While deploying you code , server dont run the code what you wrote inside you program, what it will do is it just builds your code and checks for any build time errors. So when you say deploying is taking time means

there might be 2 causes.

1. May be you have a very huge amount of UI or java code is there to build you application and deploy.

2. If you are deploying through SDM, please ask you basis guy to remove the unwanted .ear temp files in the server.

This delay in deployment happened with me also. In my case my webdynpro project had 10 applications with around 40 views. So it used to take 3 to 10 mins.

Regards,

SrinivaS