Linking the database#1 - just once before you first start the program
- Start button in Windows environment
- Settings
- Control Pannel
- ODBC
- System DSN Window
- Add
- Microsoft Access Driver
- Finish
- In the field Data Source Name put URLbase
- Select
- select the database url.mdb in the trojerucica directory
- Advanced
- in the fields for username and password type mladen and java
- OK, OK, OK...
for the database#2 all the same, accept:
9. In the field Data Source Name put TURLbase
11. select the database turl.mdb in the trojerucica directory
13. in the fields for username and password type dragana and java
starting the program
In JDK 1.1.4 Package:
java trojerucica -dProxySet=true -dProxyHost=
proksi -dProxyPort=port
proksi is IP address of proxy server you are using
port port number of this proxy server
I suggest you put this line in trojerucica.bat file and then just type trojerucica each time.
Example of the command line is:
java trojerucica
-dProxySet=true -dProxyHost=147.91.8.62 -dProxyPort=8080
Input parameters
- Input Set - field for input set of URLs. It is necessarry that you enter either a set of URLs or a name of the file containing URLs or both.
- Input file - field for the name of the file with URLs (each in the new line)
- Number of outputs - field for the required number of output documents. Default number is 10.
- Database mutation - list for desired number of mutated documents per iteration. Default number is 0.
- Spatial mutation - list for desired number of spatial mutated documents per iteration. Default number is 0.
- Temporal mutation - list for desired number of temporal mutated documents per iteration. Default number is 0.
- Topic - list for choosing one or more topics covered by mutation.
- Comments - comments on/off field.
Output window
- Program Flow - some program messages that keep you informed about program execution.
- Result Set - result set of URLs.
- Medium Jaccard's Score - medium Jaccard's Score for the result set.
Result of the program work can also be found in the file izlaz.html in the Trojerucica directory and can be viewed during program execution.
Good luck!
Author