Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Web Applications with ArcGIS

You're reading from   Building Web Applications with ArcGIS Build an engaging GIS Web application from scratch using ArcGIS

Arrow left icon
Product type Paperback
Published in Nov 2014
Publisher
ISBN-13 9781783552955
Length 138 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Hussein Nasser Hussein Nasser
Author Profile Icon Hussein Nasser
Hussein Nasser
Arrow right icon
View More author details
Toc

Setting up the ArcGIS web application

As you may know, any web application can be accessed through an address and a port. This is how you uniquely define a website. For example, www.packtpub.com, which can also be written as www.packtpub.com:80, this means the website is hosting on the default HTTP port 80. Port 80 is the default HTTP port and that is why browsers ignore it.

Note

The Address consists of the IP address, hostname, or domain name of the web server where the web application is running. The examples are 192.168.1.2, ARCGISMACHINE or www.packtpub.com. You can get the IP address by using the IPConfig command in the command prompt.

The Port is an integer number assigned to a server that acts as a door to which a client can connect through. Ports can be secured and blocked with the help of a firewall to prevent malicious access by unauthorized users.

In this section, we will first write the HTML web page; for this you will need to know some basic HTML code. Then we will inject the HTML...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image