could anyone please point me to an explanation of how to set up HOP applications? i'm working on transfering my personal antville from my antclick installation to an apache server / oracle db. so far i got the "base" app running on apache and jserv, but the other default apps (hopblog etc.) aren't working. i figure if i learn how to do that, i should be able to get antville over to the new server as well. i know i've got to mess a little with the config files, but i'm not exactly sure how. is there any documentation around?
is it normal that the other apps aren't working once base is running? another strange thing i noticed is that i see base only at localhost/hop/base, but not at localhost/, although there should be url rewriting. i added the following to my httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so RewriteEngine on RewriteRule ^/static(.*) /static$1 [L] RewriteRule ^(.*) /hop/base$1 [L,PT]this should do the job, right? but at http://localhost/ i get "The requested URL / was not found on this server."
help!
hns
Please ask on the Helma mailing list. But be warned that some of the more helpful people (Robert, Tobi) are on holyday right now.
nex
uh, thanks.
hmmm... now that fucking little comment shows up in the <% site.skin name="history" %> and it looks like i'm spamming the site because i just posted two more comments. i'd like to have a little checkbox with which i can tag unimportant comments that needn't show up with the recently modified stories, so others aren't annoyed when i come back after offlining for a week and comment ten stories.