- It's main function is file upload to server for web
- structs2
- javascript ES5
- css2
- ant
- YUI compressor
https://github.com/jarry/fileadmin
- jdk1.5~jdk14.x
- tomcat 5.x ~ tomcat 9.x
- structs 2.x
<Context docBase="<path>/fileadmin" path="/fileadmin" reloadable="true" source="<path>/fileadmin"/>
<Connector connectionTimeout="20000" port="8088" URIEncoding="ISO-8859-1" protocol="HTTP/1.1" redirectPort="8443"/>
this project has covert ISO-8859-1 to UTF-8
/fieladmin/WEB-INF/classes/fileadmin.properties
tomcat launcher need read&write the directory
- build
- css-src
- js-src
- readme
- src
- tools
- work
- WEB-INF/src/
these folders need not to publish.
+ css
+ error
+ help
+ img
+ js
+ swf
+ WEB-INF
these folders will be run in container.
- the project is Web System of File Upload and Management
- the original version from google code since 2010
- please visit: http://code.google.com/p/fileadmin/
- move the project to github since 2019
- This project is no longer maintained
pls see ./readme directory.