- Running Two Server Instances on the Same Hostname Using Different Ports
- /documentation/pages/Guides/Application Server/Running two server instances on the same hostname.xmlIf you run two instances of the Alpha Anywhere Application Server on the same machine with the same hostname but different ports, you may encounter a problem of the sessions conflicting between the two instances. The way to fix this is to use different cookie names on the two instances.
- Alpha Five V10
- /documentation/pages/Index/Alpha Five V10.xmlImprovements from Alpha Five V10
- Running Multiple Instances of the Alpha Anywhere Application Server
- /documentation/pages/Guides/Application Server/Running Multiple Instances of the Alpha Anywhere Application Server.xmlStep by step instructions for running multiple instances of the application server:
- Configuring and Running the Classic Application Server
- /documentation/pages/Guides/Application Server/Server Settings/index.xmlOverview of configuring and running the Classic Application Server and Development Server. The Application Server settings control the server behavior, including configuring TLS/SSL, custom error pages, HTTP Publishing, and security.
- Using a Systray Caption to differentiate multiple server instances
- /documentation/pages/Guides/Application Server/Using a Systray Caption to differentiate multiple server instances.xmlThe Application Server creates an icon in the Windows Systray to access the Control Panel and indicate the server's state. Each icon is visually identical when running multiple instances of the Application Server, so it becomes difficult to associate each icon with the correct server instance.
- Updating a Web Service Xbasic Class on the Classic Server
- /documentation/pages/Guides/Services/Creating REST APIs/Updating a Web Service Xbasic Class on the Classic Server.xmlXbasic classes used to implement web services are not reloaded unless the Classic Application Server is restarted or the __AARegisterClasses.a5w page is called.
- AlphaDAO - Stored Procedures and Output Arguments on the SQL Server
- /documentation/pages/Guides/Databases/Stored Procedures/AlphaDAO - Stored Procedures and Output Arguments on the SQL Server.xmlIf you have a SQL server stored procedure that sets the value of an output argument, reading the value in the output argument, after the stored procedure has executed can be tricky. That's because you have to ensure that you first loop through all of the result sets that are returned by the stored procedure before reading the output arguments.
- Restricting Access by IP Address on the Classic Application Server
- /documentation/pages/Guides/Application Server/Restricting Access by IP Address.xml
Access can be restricted to specific IP addresses for your Alpha Anywhere web applications and web services.
- Using the "Same Condition as Previous" Setting
- /documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Introduction/Using the Same ConditionasPrevious Setting.xmlThe condition for an action can be copied to other actions that use the same conditions using the *[ui:Action is conditional and Same as Previous]* option.
- Placing a Running Count on a Report
- /documentation/pages/Guides/Report/Adding System and Calculated Fields/Placing a Running Count on a Report.xmlThis procedure explains how to place a running count of items on a report that produces something like the following. Note the sequence of numbers at the left of each Product ID.