Problem: In Flex development, if someone else builds a framework, and someone else's server name is often a project name with their meaning, in this case, we need to standardize our server name based on our project name so that the URL provided during future release will be of practical significance. For example, if the URL before modification is http: // localhost: 8080/rainmon, we need to change it to our http: // localhost: 8080/tocc. The specific method is as follows:
1. Open the flex project and find the. Setting folder. Modify the org. Eclipse. WST. Common. component file, for example:
2. Click "project", right-click "properties", and configure project parameters:
3. After the above files are configured, We must delete both Tomcat and server, re-create and add for startup. Otherwise, it will fail. I have not deleted the iron lessons that I learned at the cost of blood for a whole afternoon, and I hope you will pay attention to it.
Finally, I wish you a successful learning and use of the Flex development project!