You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by harish suvarna <hs...@gmail.com> on 2012/10/31 20:34:47 UTC

Stanbol web server config

Right now we run Stanbol as a web service. We need to add userid and passwd
based authentication so that only a few people can access the Stanbol
server for enhancements.
Which config file we have to change? Looks like tomcat has
TOMCAT_HOME/conf/tomcat_users.xml in which we can add userids/passwds. How
about Stanbol web server?
We run the server using

java -Xmx1024m -XX:MaxPermSize=256m -Xdebug
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n  -jar
launchers/full/target/org.apache.stanbol.launchers.full-0.10.0-incubating-SNAPSHOT.jar
-l DEBUG

-- 
Thanks
Harish