35
3. Run fsp proxy daemon
35
3. Run fsp proxy daemon
37
distributed fsproxy.jar is autostartable, but there seems to be problem
38
that java launcher (tested on 1.6.0_16) is unable to merge classpath with
39
autostartable jar content.
38
Usage: java -jar fsproxy-X.Y.jar [portnumber] [mime type table]
42
Usage: java -cp fsproxy-0.X.jar;jfsplib-1.0rc8.jar fspproxy [portnumber] [mime type table]
44
Note: Unix systems are using : instead of ; as classpath separator
40
FSP proxy can load mime.types style file for mapping file extensions
46
FSP proxy can load mime.types style file for mapping file extensions
41
to mime types. You can get this file from apache httpd distribution.
47
to mime types. You can get this file from apache httpd distribution.
43
Example: java -jar fsproxy-0.8.jar 9090 /usr/local/etc/mime.types
49
Examples:
51
java -cp jfsplib-1.0rc8.jar:fsproxy-0.8.jar 9090 /usr/local/etc/mime.types
45
~/sf/fsproxy% java -jar fsproxy-0.8.jar
53
Windows
46
Sat Oct 30 12:29:23 CEST 2009 FSP Proxy 0.8 ready on 9090/*
54
C:\target>java -cp jfsplib-1.0rc8.jar;fsproxy-0.8.jar fspproxy
55
Fri Oct 30 13:48:08 CET 2009 FSP Proxy 0.8 ready on 9090/*
48
Operation:
57
Operation:
62
**********************************************
71
**********************************************
63
This is a free software. Be creative.
72
This is a free software. Be creative.
64
Let me know of any bugs and suggestions.
73
Let me know of any bugs and suggestions.
65
*************************
74
*************************
67
Radim Kolar
76
Radim Kolar
68
hsn@users.sourceforge.net
77
hsn@users.sourceforge.net