Although the price is high, it is undeniable! It is the most mature in similar products!
System environment: Flex1.5 Tomcat5.5.6 windows2000pro
1 JDK 1.5.0 download address: http://java.sun.com/J2se/1.5.0/download.jsp After entering Download JDK, then click Accept> Continue, then select Windows Offline Installation, Multi-Language. JDK-1_5_0_01-Windows-i586-P.exe, 49.78 MB) Download.
2 Tomcat 5.5.6 download address: http://apache.towardex.com/jakarta/tomcat-5/v5.5.6/bin/jakarta-tomcat-5.5.6.exe
3 Flex 1.5 download address: http://www.macromedia.com/cfusion/tdrc/index.cfm? Product = flex
4 Flex Builder 1.5 download address: http://www.macromedia.com/cfusion/tdrc/index.cfm? Product = FlexBuilder
1, install JDK1.5.0
1 After downloading, double-click the installation, I am installing D: /JDK1.5.0_01, automatically install JRE5.0 when installing, can be installed to other paths.
2 Then set an environment variable, right-click "My Computer"> Properties> Advanced> Environment Variables> System Variables> New (as shown below):
Variable Name: Java_Home Variable: C: /JDK1.5.0_01
2, install Tomcat5.5.6
1 After downloading, double-click the installation, remember the "Service" (as shown below) during the installation process, so Tomcat can be started in the form of a Windows service. I will install Tomcat in the C: / Tomcat 5.5 / directory here.
2 The HTTP port number and management password are then configured, and the port will be 8080.
3 The directory of the JRE will be required during the installation process, which will automatically detect and press the default. If you don't detect, please enter your JRE installation directory manually.
4 Tomcat installation is completed, generate a small icon in the status bar, if it is a green small triangle indicates that the Tomcat server has started successfully, you can double-click this icon to enter the Tomcat service console, start and stop the service with Start and STOP.
5 Enter "http: // localhost: 8080" in the browser, if there is a page of the Apache Tomcat / 5.5.6 below, Tomcat is successful (in fact, you can already act as a JSP server, oh).
Then it is the focus!
3, install Flex 1.5
1 The first step is to decompress, double-click the downloaded Flex-15-win.exe, and select a decompressed directory, such as "Desktop".
2 Open the folder after decompressing on the desktop, name, "I1103705281", enter the Windows directory inside, double-click Flex.exe for installation.
3 Machine Click Next. The serial number is required during the process, and if the blackening is a 60-day trial version. (Nothing to go online to find ^ _ ^) I will install Flex in C: / PROGRAM FILES / MACROMEDIA / FLEX.
4 The most important link begins below, that is, install Flex into Tomcat. Entering the WebApps directory under Tomcat (I am C: / Tomcat 5.5 / WebApps), create new directories, one is flex, one is Samples (remember, the Tomcat server is case sensitive!). 5 Using WinRAR to extract Flex.War under the Flex program directory (I here is C: / Program files / macromedia / flex / app) into the Flex directory established by the previous step. Similarly, unzip Samples.War into the Samples directory established by the previous step. At this point, Flex1.5 is installed.
6 Open "http: // localhost: 8080 / samples /" in the browser, click on the "Flex Explorer" on the left navigation bar, if you see the following picture, congratulations, your Flex server has been installed!