Wiki source code of Requea On Windows Server
Hide last authors
1.1 | 1 | = Introduction = | |
2 | |||
3 | The REQUEA Platform is based on Java, and therefore is extremely portable on a variety of environments. | ||
4 | It also uses standard protocols that make the integration into various systems easier. | ||
5 | |||
6 | In addition, the platform also takes advantage of the specificities of the Windows Stack, and in particular of the following Windows components: | ||
7 | |||
8 | * Run as a service on a Windows Server | ||
9 | * Use IIS as the front end HTTP server | ||
10 | * Use Microsoft Exchange as the EMail Server | ||
11 | * Authenticate users against Active Directory | ||
12 | * Take advantage of Single Sign on between Internet Explorer and IIS | ||
13 | * Use Microsoft SQL Server as the Database | ||
14 | * integrate with .NET and Windows Web Services using WSDL and SOAP | ||
15 | |||
16 | |||
17 | = How To = | ||
18 | |||
19 | ; **[[Run Tomcat as a Windows Service>>WindowsService]]** | ||
20 | : Setup Tomcat on your Windows Server | ||
21 | \\ | ||
22 | ; **[[Use IIS as a Front End WebServer>>ISSWebServer]]** | ||
23 | : If you want to use IIS as the primary Web Server | ||
24 | \\ | ||
25 | ; **[[Use Microsoft Exchange as the EMail server>>MSExchange]]** | ||
26 | : How to setup REQUEA to send emails through Exchange | ||
27 | \\ | ||
28 | ; **[[Active Directory Synchronization>>ADSync]]** | ||
29 | : To synchronize users from your AD into REQUEA | ||
30 | \\ | ||
31 | ; **[[Active Directory Authentication>>ADAuth]]** | ||
32 | : Configure authentication to check password and logins against the AD | ||
33 | \\ | ||
34 | ; **[[Single Sign On>>IISSSO]]** | ||
35 | : Use IIS and integrated security to authenticate the users using Single Sign On | ||
36 | \\ | ||
37 | ; **[[SQL Server>>MSSQL]]** | ||
38 | : Use Microsoft SQL Server as the database | ||
39 | \\ | ||
40 | ; **[[.NET Web Services>>WebService]]** | ||
41 | : Use the integrated Web Service SOAP / WSDL engine and call them from .NET | ||
42 | \\ |