Mantis - Resin
Viewing Issue Advanced Details
4445 minor always 03-22-11 11:39 04-04-11 13:04
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.17  
0004445: resin-doc distribution mismatch
(rep by Bill Au)

Just saw that 4.0.16 is now available in the download area. I took a quick look at Resin Pro 4.0.16. It looks like the old "doc" directory is now installed at "resin-doc". From Makefile:

                mkdir -p $(resin_root)/resin-doc; \
                cp -r $(CP_U_FLAG) doc/* $(resin_root)/resin-doc; \

But resin.xml is still using "doc" as opposed to "resin-doc":

      <web-app id="/resin-admin" root-directory="${resin.root}/doc/admin">
      <web-app id="/resin-doc" root-directory="${resin.root}/doc/resin-doc"/>

Notes
(0005134)
mate   
03-23-11 01:09   
Is the fact that the admin pages in /path-to-use/admin are not updated by
  ./configure ... --without-resin-init.d --prefix=/path-to-use; make; make install
related...?
(0005146)
ferg   
04-04-11 13:04   
The /resin-admin is in resin/doc/admin and the resin docs are resin/doc/resin-doc.

If you have an older resin/admin (before we moved things around), then you'll want to update your resin.xml.