Project

General

Profile

Actions

Support #1012

closed

Deploying WT

Added by Momo LALMI over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/04/2011
Due date:
% Done:

0%

Estimated time:

Description

Hello,

Is there an easy way to compile/link a WT application once and to deploy it everywhere at runtime ?

My WT application is sometimes deployed as a stand alone executable with the built in http server,

but in some cases it is deployed using fast-cgi and apache, for other customers it is deployed with Microsoft IIS ....

Thank you in advance for your answers and suggestions....

Actions #1

Updated by Wim Dumon over 12 years ago

It is not possible to make a single executable that works with multiple backends. For the general case, this is a problem, e.g. on Windows ISAPI will compile to a DLL and built-in httpd compiles to a EXE.

However, only the linking step determines what connector shall be used, so on Linux you could link dynamically against the connector, and when you install copy the .so file for the backend that is to be used to the installation directory.

Wim.

Actions #2

Updated by Koen Deforche about 12 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Koen Deforche about 12 years ago

  • Status changed from Resolved to Closed
  • Target version set to 3.2.1
Actions

Also available in: Atom PDF