Windows 独立启动方式安装 Archiva

简介: 在 Windows 中以独立启动方式安装。你可以将安装文件拷贝到任何你希望运行的目录中,下面的步骤中。我们没有将 Archiva 安装成服务,所以你需要通过控制台的方式来进行启动。Windows 独立启动安装步骤在 Windows 环境下请参考下面的步骤进行安装下载安装程序进入 Archiva 的项目的下载页面中,请单击链接:https://archiva.apache.org/download.cgi 来下载你需要的版本。

在 Windows 中以独立启动方式安装。

你可以将安装文件拷贝到任何你希望运行的目录中,下面的步骤中。我们没有将 Archiva 安装成服务,所以你需要通过控制台的方式来进行启动。

Windows 独立启动安装步骤

在 Windows 环境下请参考下面的步骤进行安装

下载安装程序

进入 Archiva 的项目的下载页面中,请单击链接:https://archiva.apache.org/download.cgi 来下载你需要的版本。

针对 Windows 的环境,我们选择使用 zip 版本。

解压缩

你可以将下载的压缩文件解压缩到任何文件夹下面。

因为启动的时候是不需要检查路径的,但是你需要安装 JDK,根据我们的经验,针对最新版本的,你需要安装 JDK 1.8, 否则你可能会遇到启动错误。

因为安装程序使用的是 zip,你可以使用任何解压缩工具来进行解压缩。

这里我们解压缩到文件夹:C:\Users\yhu\Dkits\2.23 中。

启动 Archiva

在 cmd 命令行中,进入你 Archiva 的文件夹中,然后进入这个文件夹的 bin 目录中。

然后运行 ./archiva console 命令,如果你能够看到下面的输出,则表示 Archiva 已经启动成功了。

PS C:\Users\yhu\Dkits\ 2.23 \bin> ./archiva console
wrapper  | --> Wrapper Started as Console
wrapper  | Launching a JVM...
jvm  1     | Wrapper (Version  3.2 . 3 ) http: //wrapper.tanukisoftware.org
jvm  1     |   Copyright  1999 - 2006  Tanuki Software, Inc.  All Rights Reserved.
jvm  1     |
jvm  1     2019 - 04 - 17  09 : 26 : 07.027 :WARN:oejd.ContextDeployer:ContextDeployer is deprecated. Use ContextProvider
jvm  1     2019 - 04 - 17  09 : 26 : 07.032 :WARN:oejd.WebAppDeployer:WebAppDeployer is deprecated. Use WebAppProvider
jvm  1     2019 - 04 - 17  09 : 26 : 07.095 :INFO:oejs.Server:jetty- 8.1 . 14 .v20131031
jvm  1     2019 - 04 - 17  09 : 26 : 07.112 :INFO:oejs.NCSARequestLog:Opened C:\Users\yhu\Dkits\ 2.23 \logs\request- 20190417 .log
jvm  1     2019 - 04 - 17  09 : 26 : 07.145 :INFO:oejd.ContextDeployer:Deploy C:\Users\yhu\Dkits\ 2.23 \contexts\archiva.xml -> o.e.j.w.WebAppContext{/, null },C:\Users\yhu\Dkits\ 2.23 /apps/archiva
jvm  1     2019 - 04 - 17  09 : 26 : 10.127 :INFO:oejpw.PlusConfiguration:No Transaction manager found -  if  your webapp requires one, please configure one.
jvm  1     2019 - 04 - 17  09 : 26 : 10.280 :INFO:oejw.StandardDescriptorProcessor:NO JSP Support  for  /, did not find org.apache.jasper.servlet.JspServlet
jvm  1     2019 - 04 - 17  09 : 26 : 11.142 :INFO:/:Initializing Spring root WebApplicationContext
jvm  1     | Apr  17 2019  9 : 26 : 19  AM org.apache.tomcat.jdbc.pool.ConnectionPool init
jvm  1     | WARNING: maxIdle is larger than maxActive, setting maxIdle to:  20
jvm  1     2019 - 04 - 17  09 : 26 : 31.111 :INFO:oejs.AbstractConnector:Started SelectChannelConnector @0 .0. 0.0 : 8080
jvm  1     | [INFO] Unable to read properties file, will force index regeneration
jvm  1     | [INFO] Unable to read properties file, will force index regeneration

在默认的情况下,启动使用的端口是 8080

确定安装成功

如果你能够通过给定的 UI 和端口看到管理员的 Web 界面的话,那么就表示你的安装已经成功了。

第一次通过 Web UI 界面进行访问的时候,将会提示你创建 admin 用户的密码。

你可以通过单击页面的右上角开始创建管理员的用户和密码。

请注意,你只能对管理员用户的密码进行修改,你不能修改管理员用户的用户名。

当你完成创建后,你就可以 Archiva 进行访问了。

 

https://www.cwiki.us/display/ArchivaZH/Windows+Installing+Standalone

目录
相关文章
|
2月前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
24天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
24天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
25天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
36 0
Windows 平台安装 MongoDB
|
29天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
30 4
|
1月前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
52 2
|
1月前
|
JavaScript Windows
windows安装vue
windows安装vue
|
1月前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
84 3
|
15天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
20 0
|
24天前
|
Windows
安装Windows XP系统
安装Windows XP系统