1. mathews rutto
  2. PowerBuilder
  3. Monday, 15 November 2021 13:06 PM UTC

Hi,

Have successfully manage to host Web API C# on Linux server using Apache. (Happy).

i need help on how to go about the client side application. Have read https://docs.appeon.com/ps2021/Packaging_and_installing_the_client_app.html but still am not able to figure it out.

i need to access page.

Accepted Answer
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Thursday, 18 November 2021 17:25 PM UTC
  2. PowerBuilder
  3. # Permalink
Create a new cloud app launcher in PB IDE using the “ Default_Both_WithServiceSingle ” profile and replace the one on your Web server. https://docs.appeon.com/ps2021/Upload_the_cloud_app_launcher_and_the_runtime_files2.html
Comment
  1. mathews rutto
  2. Thursday, 18 November 2021 17:26 PM UTC
This has worked. Thank you
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Thursday, 18 November 2021 17:45 PM UTC
You’re very welcome!
  1. Helpful
There are no comments made yet.
Daryl Foster Accepted Answer Pending Moderation
  1. Tuesday, 16 November 2021 00:37 AM UTC
  2. PowerBuilder
  3. # 1

Hi Mathews, a couple of questions:

 

1. Have you created the PowerClient application in Powerbuilder already?  (Created using File - New - Project - PowerClient)

2. Do you have access to the web server and web root directory on Linux?

 

If you have done both of those things I think you just need to Package the PowerClient as a Zipped file as it shows on the link you provided.  Copy the zipped file to the web root directory on Linux and then unzip it.  It should create two new directories under the web root, one called CloudAppPublisher which will have the cloud app launcher and PB runtimes and the second directory will be named after the App name from your PowerClient setup.

E.g. If you have an App Name MyApplication you would package the application as a zip file and unzip it to the web root of your Linux server (e.g. /var/www/html).  After you unzip it, you should have two new directories on the Linux Server (/var/www/html/CloudAppPublisher and /var/www/html/MyApplication).   If your Linux server is called www.myserver.com then you would access the PowerClient application by browsing to www.myserver.com/MyApplication in a web browser. It should show you the Welcome page you've shown above.

Obviously you'll need to substitute your App Name, web root and server name in the above for it to work for you.

Comment
There are no comments made yet.
mathews rutto Accepted Answer Pending Moderation
  1. Tuesday, 16 November 2021 11:29 AM UTC
  2. PowerBuilder
  3. # 2

Hi @Daryl Foster

Thank you for that information.

After following above steps, and copy two files to server www.myserver.com/MyApplication

I get bellow error.

Comment
  1. mathews rutto
  2. Thursday, 18 November 2021 17:25 PM UTC
Thank you this as worked.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.