Hi Adam, In the event that you need to obtain access to the Administration menu in an anonymous Explorer, you will need to change these 2 files.
*workspace/server.topbraidlive.org/dynamic/config.ttl <http://server.topbraidlive.org/dynamic/config.ttl>* comment this line # cfg:allow*Anonymous* "true"^^xsd:boolean ; *workspace/server.topbraidlive.org/dynamic/config.ttl <http://server.topbraidlive.org/dynamic/config.ttl>* change auth-method from NONE to FORM/BASIC and fulfill appropriate roles to match (in accordance with tomcat-users.xml or JNDI realm) Restart Tomcat Once you are done administering, you can switch allowAnonymous back on from Admin > Server Configuration and revert only your web.xml to NONE. Hope this helps On Wed, Sep 7, 2016 at 3:29 PM, Adam Kimball <[email protected]> wrote: > Hi all, > > I'm hoping to utilize our Explorer instance as a web service provider for > downstream applications. I expect the number of Explorer users to be > relatively low and I'd prefer to not impact our EVN users by having the > services hit the production EVN instance. I've been under the impression > this is a common scenario and can work well for read-only endpoints. > > I've done some simple tests and this strategy looks promising, but I'm > struggling with how to handle the management of Explorer without access to > the Administration menus to remove projects, check base URIs and other such > utilities. Clearly offering the administration menu to anonymous users is > not smart, but how can I access it via a proper administration user if it > is needed? > > Thanks, > Adam > > > -- > You received this message because you are subscribed to the Google Group > "TopBraid Suite Users", the topics of which include the TopBraid Suite > family of products and its base technologies such as SPARQLMotion, SPARQL > Web Pages and SPIN. > To post to this group, send email to [email protected] > --- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Nick Abston, Systems Administrator TopQuadrant, Inc., www.topquadrant.com @TopQuadrant http://twitter.com/topquadrant Office/Cell: [USA] (919)-809-9827 -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include the TopBraid Suite family of products and its base technologies such as SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
