GitBlit: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:ServerApplikation == Installation == * Kopieren von *.war nach /opt/tomcat/webapps /opt/tomcat/bin/catalina.sh: <pre> CATALINA_OPTS="$CATALINA_OPTS…“) |
|||
Zeile 2: | Zeile 2: | ||
== Installation == | == Installation == | ||
* Kopieren von *.war nach /opt/tomcat/webapps | * Kopieren von *.war nach /opt/tomcat/webapps hat nicht geklappt. Manager-GUI von tomcat benutzen. | ||
/ | |||
<pre> | WEB-INF/web.xml: | ||
<pre> <context-param> | |||
<param-name>realm.userService</param-name> | |||
<param-value>/home/gitblit/users.conf</param-value> | |||
</context-param> | |||
</pre> | </pre> | ||
* | Hinweise: | ||
* Link auf web.xml funktioniert nicht! | |||
* statt users.conf ist auch users.properties möglich |
Version vom 7. März 2012, 23:01 Uhr
Installation
- Kopieren von *.war nach /opt/tomcat/webapps hat nicht geklappt. Manager-GUI von tomcat benutzen.
WEB-INF/web.xml:
<context-param> <param-name>realm.userService</param-name> <param-value>/home/gitblit/users.conf</param-value> </context-param>
Hinweise:
- Link auf web.xml funktioniert nicht!
- statt users.conf ist auch users.properties möglich