[jcifs] IntegraTUM WebDisk 0.14

Thomas Bley thomas.bley at simple-groupware.de
Sat Sep 17 21:46:03 GMT 2005


Hi,

I've set up a new release for the IntegraTUM WebDisk (0.14).

Fixed double displaying current directory if share is longer than 8 (the 
correct limit is 12). Fixed wrong redirect to project directory 
(replaced action with task). Don't display project quick navigation if 
projectdir is empty in web.xml. Don't redirect to home directory after 
login if homedir is empty in web.xml. Disable upload if uploaddir is 
empty in web.xml. Added debug statement for ntlm authentication (seems 
very frequently to me).

I recommend using the saveOnRestart=false (see installation 
instructions) setting to avoid storing passwords in plaintext (together 
with the session data in SESSION.ser) on the harddisk when shutting down 
tomcat.

Download is available at:
http://prdownloads.sourceforge.net/webdisk/IntegraTUM_WebDisk__0.14.zip?download 


Installation:
1) Extract the .zip-file to /usr/share/tomcat/server/webapps/ba.
2) Using Tomcat 5.0.x, create a new web application and point it to the 
webapps directory.
Example with ba as application name:
<Context path="/ba" docBase="/usr/share/tomcat/server/webapps/ba/webapp" 
debug="0"
reloadable="false">
<Manager className="org.apache.catalina.session.PersistentManager" 
saveOnRestart="false" />
</Context>

Rename webapp/WEB-INF/web_default.xml to webapp/WEB-INF/web.xml
3) Change the content of web.xml: Replace YOUR_SERVER_IP with the 
IP-address of your file server supporting the cifs-protocol.
4) Create the temporary directory /tmp/webdisk and make it 
world-writeable.
5) Start the application and launch your browser with: 
http://your_webserver:8080/ba/base/

Best regards,
Thomas Bley




More information about the jcifs mailing list