当前位置:网站首页>Application virtual directory static resource configuration on tongweb
Application virtual directory static resource configuration on tongweb
2022-06-13 05:42:00 【t007321】
Configure virtual directory , The most important thing about static resources is to clarify the relative path problem , The following is an example .
The static resource directory is as follows :
In the application WEB-INF Under the directory tongweb-web.xml Format example :
<?xml version="1.0" encoding="UTF-8"?>
<tongweb-web-app>
<property name="aliases" value="/static01=/home/webappstatic01" />
</tongweb-web-app>
#static01 Is the access path
#/home/webappstatic01 Is the absolute path of static resources
边栏推荐
- MySQL performs an inner join on query. The query result is incorrect because the associated fields have different field types.
- Case - simulated landlords (primary version)
- Wampserver (MySQL) installation
- Solutions to conflicts between xampp and VMware port 443
- About Evaluation Metrics
- Parallelgateway and exclusivegateway of 14 gateways
- Anaconda configuring the mirror source
- Case - random numbers without repetition (HashSet and TreeSet)
- Celery understands
- Service architecture diagram of Nacos series
猜你喜欢
Three paradigms of MySQL
Solution to prompt "permission is required to perform this operation" (file cannot be deleted) when win10 deletes a file
Case - simulated landlords (upgraded version)
Case - traversing the directory (file class & recursive call)
Install harbor (online offline)
MongoDB 多字段聚合Group by
Case - random numbers without repetition (HashSet and TreeSet)
MySQL transactions and foreign keys
18 flowable task manualtask and receivetask
Pychart error resolution: process finished with exit code -1073741819 (0xc0000005)
随机推荐
MySQL advanced query
2020 personal annual summary
Problems encountered in the use of PgSQL
OpenGL mosaic (VIII)
19 calling subprocess (callactivity) of a flowable task
Django uploads local binaries to the database filefield field
No assessment summary
How to Algorithm Evaluation Methods
Hainan University Postgraduate Entrance Examination electronic information (085400) landing experience
16 the usertask of a flowable task includes task assignment, multi person countersignature, and dynamic forms
Basic operations of MySQL auto correlation query
Deleted the jupyter notebook in the jupyter interface by mistake
Anaconda configuring the mirror source
Etcd fast cluster building
Quartz database storage
Standard input dialog for pyqt5 qinputdialog
Agile conflicts and benefits
Mongodb Multi - field Aggregation group by
How to Algorithm Evaluation Methods
Case - the list set stores student objects and traverses them in three ways