Antville Help
Montag, 9. September 2002

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!

Sie sind nicht angemeldet