Install and crack ArcGIS for server 10.2

Source: Internet
Author: User

1. installation:

Download ArcGIS for server 10.2

Is an ISO file, which can be decompressed and installed with Daemon tools.

Click setup one by one.

2. Cracking:

Download the authorization license file or use keygen to generate the license file. Then use Start> program> ArcGIS for Server> Software authorization to import the license file.

However, the general license file does not contain the cracking of the portal for ArcGIS. It was not found for a long time and was cracked by myself in the afternoon. The principle is to modify the Java class bytecode in the license-10.2.jar, there is a canirun function, let it directly return the success State at any time.

3. Configure webadapter

To use portal for ArcGIS, you must have a webadapter.

(1) Configure tomcat to enable SSL

See http://www.blogjava.net/naruke/archive/2007/09/19/146619.html here

There are two steps to establish SSL in Tomcat:

1). Use keytool to create a keystore file and encapsulate a digital certificate used by the server for secure connection.

Enter % atat_home % in cmd state, and execute the following command line:
Keytool-genkey-alias tomcat-keyalg RSA-keypass changeit-storepass changeit-keystore server. keystore-validity 360
If JDK or above is installed, the keytool is included)
Parameter description:-keypass and-storpass indicate that the keystore password is the same as the Tomcat master password.-keystore indicates the file name of the generated keystore, and-validity indicates the validity period: 360 days.

2) Enable the SSL ctor element in the conf/server. xml file of Tomcat

<Connector protocol = "HTTP/1.1"
Port = "443" minsparethreads = "5" maxsparethreads = "75"
Enablelookups = "true" disableuploadtimeout = "true"
Acceptcount = "100" maxthreads = "200"
Scheme = "HTTPS" secure = "true" sslenabled = "true"
Clientauth = "false" sslprotocol = "TLS"
Keystorefile = "D:/Java/tomcat5.5/server. keystore"
Keystorepass = "changeit"/>


After restarting tomcat, you can access Tomcat through https: // localhost: 8443 or http: // localhost: 8080.
Keystorefile is the path for generating keytore.

 

(2) modify the Tomcat port and change port 8080 in CONF/server. XML to port 80.

(3) Deploy the installed webadapter to Tomcat. It is easy to find the webadapter installation directory and copy the ArcGIS. War file under the Java directory to the Tomcat webapps directory.

Start Tomcat and double-click bin/startup. bat.

(4) Open http: // localhost/ArcGIS in the browser

Enter the password ("changeit" is used here.

The following page is displayed:

5. Configure the portal, Follow the prompts. Note: comment or delete the original webadaptor content in the configuration file.

Restart the portal for ArcGIS service in Windows Service Manager.

Note that it takes about a few minutes to restart the portal. After the restart, if you are prompted that all the cluster nodes have been shut down or not, wait for a while and check again.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.