Tomcat7: Unterschied zwischen den Versionen
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…“) |
(→Urls) |
||
Zeile 10: | Zeile 10: | ||
==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 |
Version vom 16. Januar 2012, 20:11 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
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