- date: 2004-11-26
- Developer : Seo Seokjin ( usemod@yahoo.com )
* New Features :
: Multi-language support( Unicode UTF-8 encoding)
: RSS 1.0( rdf) support
: file/image uploading, downloading or image resizing
: multi-language file/image name support
- Test Environment :
* OS: Window XP
* Server: jakarta-Tomcat4.1.xx( testing v4.1.30, v4.1.24)
* JDK : J2SDK1.4 (testing jdk 1.4.2_06)
* Deploy package: usemodj-utf8.war ( drop to ../jakarta-Tomcat4.1.xx/webapps/usemodj-utf8.war )
* Test url: http://localhost:8080/usemodj-utf8/
UseModj : 100% pure java Wiki supporting file or image upload
1. Install Environment:
- J2SDK1.4.1
- Tomcat-1.4.24 (.war)
2. default configuration setting :
need to change " UploadDir=<TOMCAT_INSTALL_DIR>/webapps/usemodj/uploads"
==== /WEB-INF/classes/usemodj.properties ===
DataDir = /usemodjdb
AdminPass = admin
# Configuration properties for file upload
# if tomcat installed directory = C:/cafe/jakarta-tomcat-4.1.24
# 1 = allow uploads, 0 = no uploads
UseUpload = 1 ... read more
100% pure java Wiki using the same file database as the UseMod Wiki(perl)
1. Install Environment:
- J2SDK1.4.1
- Tomcat-1.4.24 (.war)
- JBoss J2EE Server-3.2.3 (.ear)
2. default configuration setting :
# /WEB-INF/classes/usemodj.properties
DataDir = /usemodjdb
AdminPass = admin
# /WEB-INF/web.xml
encoding = euc-kr
3. deploy location of usemodj.war or usemodj.ear
a. tomcat4.1.24 : TOMCAT_HOME/webapps/usemodj.war (unzip usemodj-1.0a-tomcat-4.1.24.zip )
b. jboss3.2.3 : JBOSS_HOME/server/default/deploy/usemodj.ear (unzip usemodj-1.0a-jboss-3.2.3.zip)... read more