Documentation error?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Documentation error?

PE2Dave
http://wiki.orbeon.com/forms/doc/developer-guide/admin/installing#TOC-Installing-on-your-application-server

Says

Open TOMCAT_HOME/conf/server.xml and uncomment the following
declaration: <Realm className="org.apache.catalina.realm.MemoryRealm"
/>

Tomcat 7.0.42 has no such <Realm/>

regards


--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Documentation error?

Alessandro  Vernet
Administrator
Hi Dave,

Tomcat 7's server.xml already seems to come setup out-of-the-box to get users from the tomcat-users.xml. They still have the MemoryRealm the Orbeon Forms documentation refers to, but the default config has a UserDatabaseRealm, which refers to a UserDatabase resource defined at the beginning of the server.xml to use MemoryUserDatabaseFactory with conf/tomcat-users.xml. So with Tomcat 7, it should be working out-of-the-box with no change to the default server.xml. Is it working or you?

http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html#MemoryRealm

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Documentation error?

PE2Dave
Thanks Alex.
 I'll look at the tomcat docs for details on setting up TC security.

DaveP
Reply | Threaded
Open this post in threaded view
|

Re: Documentation error?

Alessandro  Vernet
Administrator
Dave,

Sounds good. And if you get a chance, you'll let us if it works out of the box. Then we'll just mention that in the doc, so folks using Tomcat 7 don't waste their time trying to setup something that is already good.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet