Tomcat7: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Urls) |
|||
Zeile 3: | Zeile 3: | ||
* 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 |
Version vom 16. Januar 2012, 20:14 Uhr
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 /opt/tomcat/bin/setenv.sh
Benutzer
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:
- Download: http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV33.zip
- Entpackt in eclipse/dropins
- eclipse -clean
- Winddows - Preferences - Tomcat
Urls
- 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