Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hel-developer-guide
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
hel-developer-guide
Commits
c0494f7d
Commit
c0494f7d
authored
Jul 30, 2017
by
zihao21
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates 后端开发/deployment.md
Auto commit by GitBook Editor
parent
2a3ee468
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
deployment.md
后端开发/deployment.md
+2
-1
No files found.
后端开发/deployment.md
View file @
c0494f7d
...
...
@@ -61,6 +61,7 @@ db.jndiName=hap_dev
### 2. 新增 weblogic.xml
在 WEB-INF 目录下新增 weblogic.xml
```
bash
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<weblogic-web-app>
<container-descriptor>
...
...
@@ -76,5 +77,5 @@ db.jndiName=hap_dev
<show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>
</weblogic-web-app>
```
上述 3 点在部署的时候请留意。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment