Author: olamy
Date: Mon Mar 3 22:21:58 2014
New Revision: 1573783
URL: http://svn.apache.org/r1573783
Log:
works too with tomcat 7.0.x
Modified:
archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt?rev=1573783&r1=1573782&r2=1573783&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/webapp.apt Mon Mar 3
22:21:58 2014
@@ -28,14 +28,14 @@ Installing Apache Archiva as a Web Appli
~~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
<<Note>>: 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.