PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Deploy a project to the Webdev application server on Linux (ubuntu or suse)
Deploy a project to the Webdev application server on Linux (ubuntu or suse)
Débuté par Roy, 27 jan. 2014 21:08 - 15 réponses
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 27 janvier 2014 - 21:08
Hi.
Is there anyone who has a Webdev applicationserver on Ubuntu, Suse or an other Linux server, and who can deploy his webdev project remotely to the site. I spend one week of time with 2 Linux professionals and we can't get it working.
FTP works fine, all rigths are ok,, all the directories are made, but the Webdev application report always the same error:

27/01/2014 20:30:45 WDInstalle.exe HF files will be opened in: /usr/local/WebDev/18.0/WDAdminWeb/
27/01/2014 20:30:45 WDInstalle.exe HF files successfully opened:)
27/01/2014 20:30:45 WDInstalle.exe Function = PASSINST
27/01/2014 20:30:45 WDInstalle.exe INFValidating the password for WebDev account BEKIJKSHOP with TEM84EF.tmp file

27/01/2014 20:30:45 WDInstalle.exe Validating the password of the WebDev account:BEKIJKSHOP
27/01/2014 20:30:45 WDInstalle.exe Validation File:TEM84EF.tmp
27/01/2014 20:30:45 WDInstalle.exe FTP directory used:/var/www/bekijkshop/ftp/ftp_webdev/
27/01/2014 20:30:45 WDInstalle.exe Failure opening the file/var/www/bekijkshop/ftp/ftp_webdev/TEM84EF.tmp
Unable to open </var/www/bekijkshop/ftp/ftp_webdev/TEM84EF.tmp> file.
System Error Details: No such file or directory
ERRFTP

27/01/2014 20:30:45 WDInstalle.exe FINCGI

Who can help me.

--
Roy van der Lee
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 27 janvier 2014 - 23:17
I found the solution for my problem.
Thanks

--
Roy van der Lee
Posté le 27 mai 2014 - 15:16
Pouvez vous partager votre solution ??
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 02 juin 2014 - 09:58
What problems do you have?
1. Install application server
2. Deploy your site

--
Roy van der Lee
Posté le 31 juillet 2014 - 15:05
Hello,

I have the same problem like you.
How have you resolved the problem ?

Best Regards

Richard Dubin
Membre enregistré
39 messages
Posté le 04 août 2014 - 21:18
Roger could you kindly share your knowledge to the group ?

I spent more than a week trying to get it working but I am still banging my head to the wall

TIA

--
Diego Sanchez
Tecnoinformática S.A.
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 06 août 2014 - 14:08
Part 1:

Login as WEBDEV administrator: your_linux_servername/WDAdminWeb180/
1. Select “Configuration”
2. “Create” an account
Login: SITENAME (choose a name for your site)
Password: pw123 (Choose a pasword for your sitename)
Confirm the password: pw123 (Retype your password)
Click “Create” button
3. Maximum number of connections for all sites of this account: 500
Maximum number of sites for this account: 0
Maximum number of webservices for tkhis account: 0
4. Directory for FTP transfer:
Change the name in: /home/your_name/ (Don’t forget the slash at the end)
This is your personal homedirectory on your Linux system.
5. Home directory of the site:
/var/www/ (Don’t forget the slash at the end and check of these folder exist on your Linux system)
6. Homedirectory of the webservices:
/var/www/ (Don’t forget the slash at the end)
7. Homedirectory of the data files:
8. /var/www/ (Don’t forget the slash at the end)
9. Click on “Apply”

Deploy the site

In Webdev choose Deploy the site remotely

1. Follow the wizzard until "Selecting the setup model".
2. Select “Deploy the Webdev site on a remote Webdev Application Server".
3. Make a new profile
4 In the General tab:
Adres of Application Server: “The name of your Linux system”
WebDev Account: Under –username- : SITENAME (The same name as under part 1, point 2)
Under –Password- : pw123 (The same name as under part 1, point 2
FTP Account: Under - Username- : your_name (Your username of your account in Linux) (Part 1, point 4)
Deployment name of the site: sitename (See part 1 point 2 not in capitals)
Enter the name of the directory containing the HyperFileSQL Classic data files: sitename/data
(Here the sitename following a slash and a foldername for the datafiles. I choose “data” as the foldername for my datafiles)
Name of the deployment profile: Give this profile a name.

5. In the Advanced tab:

Serveradress: s (Select “sftp” from the pulldownmenu)
Port: 22
Transfermode: Select “Active ftp”
Advanced http/HTTPS parameters: Select “Use authenticated requests”

Now you can click on “Test the parameters” button.
When a problem occurs, check your parameters.

6. Folow the Setup wizard.

The Setup Wizard now will create on your Linux server a folder “sitename” in the folder:/var/www/
In the folder “sitename” the Setup Wizard will create the folders: “SITENAME_WEB”, “data”
and “log”

On your Linux server you find in the folder “/home/ your_name” a folder with the name: “ftp_webdev”. This is the folder that the setup wizard uses for installation.
The .tmp files are located in this folder.

This all works on a UBUNTU server 12.04.4

If you still have problems, post a list off the errors.

Succes
Roy

--
Roy van der Lee
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 06 août 2014 - 14:09
Part 1:

Login as WEBDEV administrator: your_linux_servername/WDAdminWeb180/
1. Select “Configuration”
2. “Create” an account
Login: SITENAME (choose a name for your site)
Password: pw123 (Choose a pasword for your sitename)
Confirm the password: pw123 (Retype your password)
Click “Create” button
3. Maximum number of connections for all sites of this account: 500
Maximum number of sites for this account: 0
Maximum number of webservices for tkhis account: 0
4. Directory for FTP transfer:
Change the name in: /home/your_name/ (Don’t forget the slash at the end)
This is your personal homedirectory on your Linux system.
5. Home directory of the site:
/var/www/ (Don’t forget the slash at the end and check of these folder exist on your Linux system)
6. Homedirectory of the webservices:
/var/www/ (Don’t forget the slash at the end)
7. Homedirectory of the data files:
8. /var/www/ (Don’t forget the slash at the end)
9. Click on “Apply”

Deploy the site

In Webdev choose Deploy the site remotely

1. Follow the wizzard until "Selecting the setup model".
2. Select “Deploy the Webdev site on a remote Webdev Application Server".
3. Make a new profile
4 In the General tab:
Adres of Application Server: “The name of your Linux system”
WebDev Account: Under –username- : SITENAME (The same name as under part 1, point 2)
Under –Password- : pw123 (The same name as under part 1, point 2
FTP Account: Under - Username- : your_name (Your username of your account in Linux) (Part 1, point 4)
Deployment name of the site: sitename (See part 1 point 2 not in capitals)
Enter the name of the directory containing the HyperFileSQL Classic data files: sitename/data
(Here the sitename following a slash and a foldername for the datafiles. I choose “data” as the foldername for my datafiles)
Name of the deployment profile: Give this profile a name.

5. In the Advanced tab:

Serveradress: s (Select “sftp” from the pulldownmenu)
Port: 22
Transfermode: Select “Active ftp”
Advanced http/HTTPS parameters: Select “Use authenticated requests”

Now you can click on “Test the parameters” button.
When a problem occurs, check your parameters.

6. Folow the Setup wizard.

The Setup Wizard now will create on your Linux server a folder “sitename” in the folder:/var/www/
In the folder “sitename” the Setup Wizard will create the folders: “SITENAME_WEB”, “data”
and “log”

On your Linux server you find in the folder “/home/ your_name” a folder with the name: “ftp_webdev”. This is the folder that the setup wizard uses for installation.
The .tmp files are located in this folder.

This all works on a UBUNTU server 12.04.4

If you still have problems, post a list off the errors.

Succes
Roy

--
Roy van der Lee
Posté le 07 août 2014 - 15:02
Thanks a lot Roy, I will give it a try :merci:
Membre enregistré
3 messages
Popularité : +1 (1 vote)
Posté le 04 décembre 2014 - 16:34
Good afternoon, a question on linux you are using which database ?, and which programs needed to be installed, I am having difficulties with Centos 6 64-bit.

Agostinho
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 05 décembre 2014 - 15:51
Hello Agostinho
I have a LINUX UBUNTU 64-bit server.
I use HFSQL and also Postgresql in different applications (standard installation)

--
Roy van der Lee
Membre enregistré
3 messages
Popularité : +1 (1 vote)
Posté le 09 décembre 2014 - 16:29
I bought the application server for linux, I tried to install, the installation it is all right, access it normal, but the application itself does not, the error 92 and will not, to put the application on the server directly by webdev using vsftp and he not of me no mistake, the programs are on the server, not just access. you had any similar problem?
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 15 décembre 2014 - 21:22
Hi Agostinho,

Can you login as WEBDEV administrator on your webdev server?
If yes, do you can give me the information you write in the fields.

--
Roy van der Lee
Posté le 19 décembre 2014 - 18:50
hello ,
with webdev+linux is possible to develop dynamic or just awp sites?

when I try to make the project implementation in linux it always generates awp , even the design is dynamic .

regards

Paulo Viana
Posté le 14 mars 2016 - 11:39
Hi Roy,
I'm running the test of the remote administrator on a browser, it takes time to display an output afn gives an error that says "Gateway Timeout: The gateway did not receive a timely response from the upstream server or application" and it does not display admin login page.
Membre enregistré
47 messages
Popularité : +2 (2 votes)
Posté le 21 mars 2016 - 09:35
Hello Yonela,
Do you see the inlog screen of the webdev administrator?
what url do you use.
Can yoy post the conf file for your webserver (Apache?)

--
Roy van der Lee