diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-03 22:21:58 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-03 22:21:58 +0000 |
commit | fa7cfcaa28b75d54d65aa88cdb7249e809384131 (patch) | |
tree | 812eafb3104e9340ca60ed05bcc77166ac308c11 /archiva-docs/src/site/apt/adminguide/webapp.apt | |
parent | cf9d918e51fc9c4a1a7604c705a3270beb09079d (diff) | |
download | archiva-fa7cfcaa28b75d54d65aa88cdb7249e809384131.tar.gz archiva-fa7cfcaa28b75d54d65aa88cdb7249e809384131.zip |
works too with tomcat 7.0.x
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1573783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/webapp.apt')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/webapp.apt | 4 |
1 files changed, 2 insertions, 2 deletions
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 <<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. |