Hi Xue-Feng, On Wed, Feb 16, 2011 at 11:43 PM, Xue-Feng Yang <[email protected]> wrote:
> I knew that for any single standalone server in one computer. What I would > like to know is if those servers are in the different computers. > In order to deploy your Carbon Archive (CAR) in a remote machine, you just need to specify the IP address of that computer and replace it with the localhost IP address. For example, if your local machines' IP is, 192.168.1.2, in order to access your Carbon Server console, so far you have used https://192.168.1.2:9443/carbon/. If your Carbon Server now running in the computer with IP address 192.168.1.3, you can use https://192.168.1.3:9443/carbon/ and access the Carbon Server console of that machine. From there you can follow the procedure what Saminda has explained. Thanks and Regards, Harshana Thanks, > > Xue-Feng > > ------------------------------ > *From:* Saminda Wijeratne <[email protected]> > > *To:* [email protected] > *Sent:* Thu, February 17, 2011 1:32:15 AM > > *Subject:* Re: [Carbon-dev] Workflow in ShoppingCart Sample in Carbon > Studio > > Not through CS yet. But you can export to a CAR file & deploy it to remote > servers through the web console. Once you log in to the web console Under > "Manage" category in the left hand side menu items, there is a section > called "Applications". Click on the "Add" link there and upload the CAR > file. > > Saminda > > On Wed, Feb 16, 2011 at 6:33 PM, Xue-Feng Yang <[email protected]>wrote: > >> Is there any doc for remote deployment? >> >> Thanks, >> >> Xue-Feng >> >> ------------------------------ >> *From:* Chathuri Wimalasena <[email protected]> >> *To:* [email protected] >> *Sent:* Wed, February 16, 2011 11:10:56 AM >> >> *Subject:* Re: [Carbon-dev] Workflow in ShoppingCart Sample in Carbon >> Studio >> >> Hi Xue-Feng, >> >> With the current release, you can't point to remote servers when you are >> adding servers. >> >> Regards, >> Chathuri >> >> >> On Wed, Feb 16, 2011 at 8:15 AM, Xue-Feng Yang <[email protected]>wrote: >> >>> >>> Hi Chathuri, >>> >>> Is there any way I can configure those servers on remote machines with >>> Carbon Studio? Seem to me, they only work on localhost. >>> >>> Thanks, >>> >>> Xue-Feng >>> >>> >>> ------------------------------ >>> *From:* Chathuri Wimalasena <[email protected]> >>> *To:* [email protected] >>> *Sent:* Wed, February 16, 2011 10:14:04 AM >>> >>> *Subject:* Re: [Carbon-dev] Workflow in ShoppingCart Sample in Carbon >>> Studio >>> >>> Hi Xue-Feng, >>> >>> Yes you are correct. ESB related artifacts (sequences, proxy services, >>> endpoints) should be deployed to WSO2 ESB Server. If you want to deploy them >>> in the data services server, you need to install ESB related features to >>> data services server beforehand. >>> >>> Here are the default servers which is supported by each artifact. >>> >>> *Artifact* >>> >>> *Supporting Default Server* >>> >>> Sequence, Endpoints, Proxy Services, Local Entries, Custom mediators >>> >>> WSO2 ESB Server >>> >>> Axis2 Service, Web Applications >>> >>> WSO2 Application Server >>> >>> BPEL artifacts >>> >>> WSO2 Business Process Server >>> >>> Registry Resources, Registry Handlers >>> >>> WSO2 Governance Registry >>> >>> Gadget Artifacts >>> >>> WSO2 Gadget Server >>> >>> Data Service artifacts >>> >>> WSO2 Data Services Server >>> >>> Carbon UI component >>> >>> Any WSO2 Carbon Server >>> >>> >>> Regards, >>> Chathuri >>> >>> On Wed, Feb 16, 2011 at 1:23 AM, Xue-Feng Yang <[email protected]>wrote: >>> >>>> Hi *Chathuri, >>>> >>>> I have to add a new **WSO2 ESB 3.0.1, but not the one I added before >>>> for dataservce. Am I right? >>>> >>>> Thanks, >>>> >>>> Xue-Feng >>>> ** >>>> >>>> * >>>> >>>> ------------------------------ >>>> *From:* Chathuri Wimalasena <[email protected]> >>>> *To:* [email protected] >>>> *Sent:* Wed, February 16, 2011 1:11:46 AM >>>> >>>> *Subject:* Re: [Carbon-dev] Workflow in ShoppingCart Sample in Carbon >>>> Studio >>>> >>>> Hi Xue-Feng, >>>> >>>> *To Deploy AcmeShoppingServices in to ESB server, you have to follow >>>> the same steps as you did to deploy data services artifact to WSO2 DSS. You >>>> have to add WSO2 ESB 3.0.1 server. To do that, right click on Servers view, >>>> and select New -> Server and point WSO2 ESB 3.0.1 distribution. Add >>>> AcmeShoppingServices and start the server. * >>>> * >>>> * >>>> *Or you can create the Carbon Archive (CAR) file by right click on >>>> the **AcmeShoppingServices and select "Carbon Application Archive" >>>> from "Export" menu and deploy it to running ESB server by pointing the >>>> created CAR file in the Application -> Add of the management console. * >>>> * >>>> * >>>> *Regards, * >>>> *Chathuri* >>>> >>>> >>>> On Tue, Feb 15, 2011 at 10:13 PM, Xue-Feng Yang <[email protected]>wrote: >>>> >>>>> Hi Chathuri, >>>>> >>>>> I have another question. At the end of *the configuration for >>>>> AcmeShoppingServices, the document doesn't show how* to deploy the >>>>> services to WSO2 ESB. Could you please tell me this howto? >>>>> >>>>> Thanks, >>>>> >>>>> Xue-Feng >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------ >>>>> *From:* Chathuri Wimalasena <[email protected]> >>>>> *To:* [email protected] >>>>> *Sent:* Wed, February 16, 2011 12:08:18 AM >>>>> *Subject:* Re: [Carbon-dev] Workflow in ShoppingCart Sample in Carbon >>>>> Studio >>>>> >>>>> Hi Xue-Feng, >>>>> >>>>> FinanceConnectorService and SupplierOrderService are created in the >>>>> 8th step >>>>> [1<http://wso2.org/project/carbon-studio/1.0.3/docs/shopping-cart-sample.html#ShoppingCartAxis2Service>] >>>>> (immediate next step). It is not that important, in which project you >>>>> create >>>>> these artifacts. You can create the *ReorderProcess (*bpel artifact)* >>>>> *in a separate C-App project and deploy it to WSO2 BPS server. In the >>>>> sample, we are creating those C-App projects just to separate artifacts >>>>> according their functionality. What matters is creating those artifacts >>>>> and >>>>> deploy them to correct server. As you have pointed out, there is a mistake >>>>> in the image that we have attached. We will update the images. Thanks for >>>>> pointing out. >>>>> >>>>> Thanks and Regards, >>>>> Chathuri >>>>> >>>>> [1] >>>>> http://wso2.org/project/carbon-studio/1.0.3/docs/shopping-cart-sample.html#ShoppingCartAxis2Service >>>>> >>>>> >>>>> On Tue, Feb 15, 2011 at 8:49 PM, Xue-Feng Yang <[email protected]>wrote: >>>>> >>>>>> I am learning ShoppingCart Sample in Carbon Studio step by step to >>>>>> workflow *ReorderProcess*. >>>>>> >>>>>> I found AcmeBackendService containing 4 artifacts, but before this >>>>>> point, it only contained 1 artifact, ShoppingCartDS. In addition to >>>>>> ReorderProcess, where are the other two from? FinanceConnectorService and >>>>>> SupplierOrderService are not in the document >>>>>> >>>>>> wso2-carbon-studio-1.0.3-docs/shopping-cart-sample.html >>>>>> >>>>>> before this point. >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Xue-Feng >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Carbon-dev mailing list >>>>>> [email protected] >>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>>> >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Carbon-dev mailing list >>>>> [email protected] >>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>>> >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> >> > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Harshana Martin Software Engineer WSO2 Inc. Web:http://wso2.com http://wso2.org Mobile: +94 716062650 Blog: http://harshana05.blogspot.com Profile: https://www.google.com/profiles/harshana05 Twitter: http://twitter.com/harshana05
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
