FreenetWiki : FreenetJsite

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

jSite


jSite is a graphical application that you can use to create, insert and manage your own Freenet sites. It was written in Java by Bombe. It comes packaged with the Freenet installer, so it should be in your main Freenet directory.

Using jSite


First and foremost, jSite requires Java 1.5 or better.

Run the application by typing this at the command line:

java -jar jSite.jar


You should see a window titled Select a Project.





The next window is called Project Files.




If everything is fine, you should see the Project Insert window.






Check you can visit your site by putting this address into a web browser.

If it works, congratulations! You've just added your freesite to Freenet.

Troubleshooting

If something goes wrong, jSite often displays a very generic error message:
"Insert failed. The insert of the project failed. Some files could not be inserted"

The best way to troubleshoot jSite is to run it with --debug option, as follows:
$ java -jar jSite.jar --debug


Debug message often describe the exact error that happened.

Command line options

jSite has a few command line options that can be seen by using --help option:
$ java -jar jSite.jar --help
--help  shows this cruft
--debug enables some debug output


The important in practice is debug option.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0610 seconds