first off, I edited your post.  did not know if that was your real rcon password  biggrin: 
I see one problem right away
[code:5ba8f]// map rotation for the server dm/mohdm5 snowy park 
sv_maplist "obj_1 obj_2 obj_3 obj_4" 
// starting map when launched 
map obj_1 [/code:5ba8f]
Change to
[code:5ba8f]// map rotation for the server dm/mohdm5 snowy park 
sv_maplist "obj/obj_1 obj/obj_2 obj/obj_3 obj_4" 
// starting map when launched 
map obj/obj_1 [/code:5ba8f]
You need to tell MOH what dir to look in,  so you need the 
obj/ before the map name just like the dm/ before the map name in death match
If you have any more server questions, check out 
http://www.mohadmin.com  and look under guides.  I have sample dm / obj / and mixed server.cfg files up