Tomcat7: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „==Installation== * Download: http://apache.linux-mirror.org/tomcat/tomcat-7/v7.0.23/bin/apache-tomcat-7.0.23.zip * Installiert in /opt/tomcat * Erstellung von /op…“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Kategorie:Framework]]
==Installation==
==Installation==
* Download: http://apache.linux-mirror.org/tomcat/tomcat-7/v7.0.23/bin/apache-tomcat-7.0.23.zip
* Download: http://apache.linux-mirror.org/tomcat/tomcat-7/v7.0.23/bin/apache-tomcat-7.0.23.zip
* Installiert in /opt/tomcat
* Installiert in /opt/tomcat
* Erstellung von /opt/tomcat/bin/setenv.sh
* Erstellung von /opt/tomcat/bin/setenv.sh
==Benutzer==
Beispiel für /opt/tomcat/config/tomcat-user.xml:
<pre>
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <user username="admin" password="secret" roles="manager-gui"/>
</tomcat-users>
</pre>
===Eclipse-Plugin:===
===Eclipse-Plugin:===
* Download: http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV33.zip
* Download: http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV33.zip
Zeile 10: Zeile 22:


==Urls==
==Urls==
* http://localhost:8080
* Basis: http://localhost:8080
* Statische Seiten: z.B. /opt/tomcat/webapps/ROOT/test.html: http://localhost:8080/test.html
* Verwaltung:  http://localhost:8080/manager/html

Aktuelle Version vom 25. Februar 2012, 08:07 Uhr


Installation[Bearbeiten]

Benutzer[Bearbeiten]

Beispiel für /opt/tomcat/config/tomcat-user.xml:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <user username="admin" password="secret" roles="manager-gui"/>
</tomcat-users>

Eclipse-Plugin:[Bearbeiten]

Urls[Bearbeiten]