readme.txt
来自「采用java实现的arcgis server程序」· 文本 代码 · 共 11 行
TXT
11 行
Create a default ArcGIS web application project using the ArcGIS Eclipse plugin.
Copy the Java class files under the src directory into the Java source directory of your project.
Copy the tasks.jsp in the WebContent directory into the webapp directory of your project.
Copy the faces-config.xml in the WebContent/WEB-INF directory into the WEB-INF folder of your webapp.
In the faces-config.xml change the "serverObjectName" and "hosts" property of the "world" managed bean to the appropriate values accessible to your application.
In the faces-config.xml change the user credentials in the "agsuser" managed bean to a user in the agsusers group of your ArcGIS Server machine.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?