diff --git a/archiva-docs/src/site/apt/adminguide/webapp.apt b/archiva-docs/src/site/apt/adminguide/webapp.apt index 770a4a264..e035e37d3 100644 --- a/archiva-docs/src/site/apt/adminguide/webapp.apt +++ b/archiva-docs/src/site/apt/adminguide/webapp.apt @@ -28,14 +28,14 @@ Installing Apache Archiva as a Web Application ~~TODO: link to wiki location for other application servers Archiva can be deployed as a web application into any Java EE application server. This document will show an - example of doing so with Tomcat 5.5 and Tomcat 6.0.x. + example of doing so with Apache Tomcat 5.5, 6.0.x and 7.0.x <>: When you first start Archiva, you will see an Exception that schema SA does not exist - however it doesn't cause a problem. If you use a username other than 'sa', such as 'archiva', then you seem to get the same error but Tomcat fails to start the context and you have to shutdown and restart again. -To deploy Archiva on Tomcat 5.5 and Tomcat 6.0 +To deploy Archiva on Apache Tomcat 5.5, 6.0 and 7.0.x * Create a directory in tomcat called archiva, at the same level as bin, conf, logs and the others.