Book Image

Developing Mobile Web ArcGIS Applications

Book Image

Developing Mobile Web ArcGIS Applications

Overview of this book

Table of Contents (14 chapters)
Developing Mobile Web ArcGIS Applications
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Web server setup


We've spoken about IDEs and development environments. Although it is your choice, we suggest that you install a web server locally. This way you can develop and test your application in a real environment. Apache is one of the most popular web servers. It's also free. Another good option for Windows machines is Internet Information Server (IIS).

Note

You can download the Apache web server from http://httpd.apache.org. On Windows, at least, we have found that the MSI Installer package, which usually resides in the binaries directory, is the simplest way to install the server.

Once you have downloaded the Apache installer, double-clicking on the package will begin the installation process. You will be walked through a series of steps by the installer. Some steps will require you to make a choice. For a basic installation, the default is usually the best option.

Tip

The default folder under which Apache is installed can be found by navigating to c:|\\192.168.0.200\ProgramProgram...