Thanks Vijay, I am looking for how jobs are processed in cloudstack, let say for e.g. if I want to create a new VM, how this job is handled.
Thanks, Faisal On May 7, 2013, at 10:54 AM, Vijayendra Bhamidipati <[email protected]> wrote: > Hi Faisal, > > Are you referring to the API dispatcher in cloudstack? If so, there are two > starting points - one for servlet requests received over 8080, and the other > for the integration port (8096 by default). The former starts with handle() > in ApiServer.java. The latter starts with doGet() and doPost() routines in > ApiServlet.java. > > Regards, > Vijay > ________________________________________ > From: Faisal Azizullah [[email protected]] > Sent: Tuesday, May 07, 2013 8:26 AM > To: [email protected] > Subject: Dispatcher > > Hi, > > Can some one point me to the documentation/source code of Dispatcher in cloud > stack . > > Thanks, > > Faisal
