Tomcat7
Version vom 16. Januar 2012, 20:14 Uhr von Hamatoma (Diskussion | Beiträge)
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