Antville Project

update to apache, helma, mod_jk

this how-to document is outdated. here is what i did (on mac os x).

  1. get precompiled mod_jk from here. the latest version is 1.2.2. make sure you download the one for your appache version and configuration
  2. points 1., 2., 3. and 4. as in said document. if necessary change the access rights for mod_jk.so
  3. additionally add a line AddModule mod_jk.c further down in the httpd.conf
  4. change to mountpoint for antville in apps.properties to match the one specified in mod_jk.conf. i.e. if you use tobi's setting then it is antville.mountpoint = /helma
  5. uncomment the line AJP13_PORT=8009 in your hop.sh. you may or may not want (un)comment the other ports
  6. restart apache. if you messed something up you will get an error
  7. start helma and try localhost with "/" at the end and you should see your antville main page

comment    

 
hns, April 3, 2003 at 10:06:07 PM CEST

merci

link  


... comment
 
kris, April 5, 2003 at 4:38:57 PM CEST

addition

"further down" in point 3. means: the line AddModule mod_jk.c belongs to the other "AddModule" commands, in particular behind the line with ClearModuleList.

btw, you can check your apache configuration with apachectl configtest. make sure you get no warning or errors.

link  


... comment
 
hns, April 30, 2003 at 1:35:51 PM CEST

problem

what about the /static directory? I got everything working, but I can't seem to be able to get to the static files...

Didn't you have to make an extra mapping for /static, or is the problem just with my setup?

link  

 
kris, April 30, 2003 at 2:38:13 PM CEST

you need to set the apache root to the static directory

or you define the file/image directories accordingly. that's it.

if you want to get rid of the "helma" in the path you need additional rewrite. these are mine:

# rewrite searchbot-requests for robots.txt to correct destination RewriteRule ^/robots.txt(.*) /robots.txt [L]

rewrite static-urls to correct destination on disk

RewriteRule ^/static/(.*) /$1 [L]

everything else goes to helma

RewriteRule ^/(.*) /helma/$1 [L,PT]

this assumes that antville is mounted at the path "/helma".

link  

 
kris, April 30, 2003 at 2:43:12 PM CEST

addition: load rewrite modul after mod_jk.

link  


... comment


The Antville Server Fund has been a great success. Thanks to everybody who contributed!
online for 8335 Days
last updated: 1/4/11, 10:22 AM
status
Youre not logged in ... Login
menu
April 2024
SunMonTueWedThuFriSat
123456
78910111213
14151617181920
21222324252627
282930
July
recent
zfuture's house here is zfuture's
house
by zfuture (7/31/03, 2:59 AM)
i understand your concerns however,
i hardly can think of a solution. certainly, if the...
by tobi (7/29/03, 9:47 AM)
Found several more similar sites
listed This is getting to be quite a concern to...
by cobalt123 (7/27/03, 7:56 PM)
Second Post Alert on Referrer
bug livecatz I put this into "help" and now here:...
by cobalt123 (7/26/03, 7:14 PM)
well it's not easy to
find from here, anyway. think we should include a link,...
by tobi (7/24/03, 11:25 AM)
So finally I found
the helma Bugzilla - stupid me.
by mdornseif (7/24/03, 10:28 AM)
clock not that it's particularly
earthshattering but the antclock is running slow by about 15...
by kohlehydrat (7/23/03, 8:25 PM)
but blogosphere.us isn't can't really
be rated as spam can it?
by kohlehydrat (7/23/03, 8:08 PM)
More referrer spam www.webfrost.com
by Irene (7/23/03, 7:55 PM)
How to log skin names
I accessed to console?? Hi, I would like to know...
by winson (7/23/03, 4:12 PM)

Click here to get an XML version of this weblog.

Made with Antville
powered by
Helma Object Publisher