cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment takes long time

10-14-2009 1:56 PM
860 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes
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