diff options
author | olivier lamy <olamy@apache.org> | 2017-06-17 09:36:31 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2017-06-17 09:36:31 +1000 |
commit | 41f6912814506bf2f44f900023af498bd8fa0ae7 (patch) | |
tree | be00e5503fd719064e69f50a4bfc4a118edf21dd /README.md | |
parent | 014313320f16943a5be10248b101e01090b1d25e (diff) | |
download | archiva-41f6912814506bf2f44f900023af498bd8fa0ae7.tar.gz archiva-41f6912814506bf2f44f900023af498bd8fa0ae7.zip |
get rid of tomcat plugin
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ Running from Source Code ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) (debug with sh ./t7-debug.sh port 8000) +mvn jetty:run -pl :archiva-webapp -am (to save fingers :-) use sh ./jetty.sh ) (debug with sh ./jetty-debug.sh debug port 8000) hit your browser: http://localhost:9091/archiva/index.html @@ -49,7 +49,7 @@ This file must contains: Using with cassandra as metadata storage ======================== You can run the application using cassandra as storage. -sh ./t7.sh -Pcassandra +sh ./jetty.sh -Pcassandra Default cassandra host is localhost and port 9160 |