w.bloggar settings
Hi there,
I'd like to use w.bloggar support on my own antville installation. I unpacked api.zip and relaunched antville. Helma listens on port 8080 (http), antville itself is connected to apache wie mod_jk, too.
so i have host.name:8080 and host.name
can you tell which settings i need for w.bloggar to edit lets say host.name ? ( i most times get "param is missing")
thanks in advance
robert
first, you don't need to unpack api.zip (helma can handle application code in zip files).
w.bloggar tries to connect to helma using xmlrpc, so you will have to make sure that helma's xmlrpc server is active and listening for requests. depending on your operating system check in hop.sh or hop.bat if the line containing XMLRPC_PORT is uncommented. so in hop.bat it must look like this:
set XMLRPC_PORT=8081
while in hop.sh it looks like this:
XMLRPC_PORT=8081
the number 8081 is the default port of helma's xmlrpc server which you can change as you like. if you had to change this setting restart helma.
then start w.bloggar and use the following settings:
host: [hostname of your machine]
page: /antville
port: 8081 (or whatever you used as XMLRPC_PORT)
in the custom account properties of w.bloggar you can then use either the blogger api or the metaweblog api (the latter supports categories)