RSS

(root)/fsp/fsproxy : 31

hsn at sendmail
2009-10-30 13:00:35
Revision ID: hsn@sendmail.cz-20091030130035-wex587lrlynp1b0e
correct instructions in readme how to run fsp proxy.

collapse all collapse all

added added

removed removed

34
 
34
 
35
3. Run fsp proxy daemon
35
3. Run fsp proxy daemon
36
 
36
 
 
 
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.
 
 
40
 
37
Running:
41
Running:
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]
 
 
43
 
 
 
44
Note: Unix systems are using : instead of ; as classpath separator
39
 
45
 
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.
42
 
48
 
43
Example: java -jar fsproxy-0.8.jar 9090 /usr/local/etc/mime.types
49
Examples:
 
 
50
Unix
 
 
51
   java -cp jfsplib-1.0rc8.jar:fsproxy-0.8.jar 9090 /usr/local/etc/mime.types
44
 
52
 
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/*
47
 
56
 
48
Operation:
57
Operation:
49
 
58
 
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
               *************************
66
 
75
 
67
Radim Kolar
76
Radim Kolar
68
hsn@users.sourceforge.net
77
hsn@users.sourceforge.net

Loggerhead is a web-based interface for Bazaar branches