AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Administrador WEBDEV / Administrador de WEBDEV Application Server / 02. Primera implementación
  • Where are the files of WEBDEV site located after setup?
  • For a WEBDEV site (in Session or AWP mode)
  • Case of SOAP Webservice
  • For a REST Webservice
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Where are the files of WEBDEV site located after setup?

For a WEBDEV site (in Session or AWP mode)

After setup, the different site elements are found in the following directories:
  • Site directory: subdirectory of site directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (project name by default).
    This directory contains all the elements contained in the "Exe" directory on the development computer except for the HFSQL Classic data files. The most common files are: the site libraries (WDL and AWL files).
  • _WEB directory: subdirectory of site directory. This directory is named like project (in uppercase) followed by _WEB. This directory is declared as an alias in the Web server. Its content is directly accessible from Internet.
    This directory contains all the elements found in the directory of same name on the development computer. The most common files are: the HTML pages (HTM files), the dynamic Active WEBDEV Pages (AWP files), the images, the CSS style sheets and the JavaScript files.
  • Data directory: subdirectory of data directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (by default, this name corresponds to the site deployment name).
    This directory contains the HFSQL Classic data files. These files have the following extensions: FIC, NDX, MMO, FTX.

Case of SOAP Webservice

After setup, the different elements of a SOAP Webservice are found in the following directories:
  • Site directory: subdirectory of site directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (project name by default).
    This directory contains some of the elements found in the "Exe" directory on the development computer. The most common files are: the description file of Webservice (WSDL file).
  • _WEB directory: subdirectory of site directory. This directory is named like project (in uppercase) followed by _WEB. This directory is declared as an alias in the Web server. Its content is directly accessible from Internet.
    This directory contains some of the elements found in the "Exe" directory on the development computer. The most common files are: the file of SOAP Webservice file (AWWS file) and the HTML test pages.
  • Data directory: subdirectory of data directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (by default, this name corresponds to the site deployment name).
    This directory contains the HFSQL Classic data files.

For a REST Webservice

After setup, the different elements of a REST Webservice are found in the following directories:
  • Site directory: subdirectory of site directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (project name by default).
    This directory contains some of the elements found in the "Exe" directory on the development computer.
  • Data directory: subdirectory of data directory of WEBDEV account used for deployment. This directory has the name chosen when deploying the site (by default, this name corresponds to the site deployment name).
    This directory contains the HFSQL Classic data files.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2023

Señalar un error o enviar una sugerencia | Ayuda local