Commit c0494f7d authored by zihao21's avatar zihao21

Updates 后端开发/deployment.md

Auto commit by GitBook Editor
parent 2a3ee468
...@@ -61,6 +61,7 @@ db.jndiName=hap_dev ...@@ -61,6 +61,7 @@ db.jndiName=hap_dev
### 2. 新增 weblogic.xml ### 2. 新增 weblogic.xml
在 WEB-INF 目录下新增 weblogic.xml 在 WEB-INF 目录下新增 weblogic.xml
```bash
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app> <weblogic-web-app>
<container-descriptor> <container-descriptor>
...@@ -76,5 +77,5 @@ db.jndiName=hap_dev ...@@ -76,5 +77,5 @@ db.jndiName=hap_dev
<show-archived-real-path-enabled>true</show-archived-real-path-enabled> <show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor> </container-descriptor>
</weblogic-web-app> </weblogic-web-app>
```
上述 3 点在部署的时候请留意。 上述 3 点在部署的时候请留意。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment