# 平台目录结构说明

## commons

公共目录,存放通用资源文件,jar文件以及公共脚本

## config

配置文件目录,默认情况下为空,全部使用默认配置.

## configSample

config目录配置样例.

## custom

自定义程序部署目录.

## jvm

Java虚拟机目录.

## local

本节点目录.

## localSample

local目录配置样例.

## logs

日志目录.

## servers

服务器运行目录.

## store

程序存放目录.

## console.jar

启动jar包.

## console\_windows.bat

windows环境下控制台进入

## index.html

启动页面

## serivce\_windows.bat

windows环境下系统服务注册脚本.

## src.zip

源代码.

## stop\_windows.bat

windows环境下服务器停止脚本.

## start\_windows.bat

windows环境下服务器启动脚本.

## version.o2

版本标识文件.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://o2oa.gitbook.io/course/ping-tai-shi-shi/fu-wu-qi-mu-lu-jie-gou.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
