Tomcat7: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Urls) |
|||
(Eine dazwischenliegende Version desselben Benutzers wird 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 |
Aktuelle Version vom 25. Februar 2012, 06:07 Uhr
Installation[Bearbeiten]
- 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 /opt/tomcat/bin/setenv.sh
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]
- Download: http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV33.zip
- Entpackt in eclipse/dropins
- eclipse -clean
- Winddows - Preferences - Tomcat
Urls[Bearbeiten]
- 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