金碟中间件-AAS-V10.0安装

金蝶中间件AAS-V10.0

AAS-V10.0安装

1.解压AAS-v10.0安装包

复制代码
unzip AAS-V10.zip

2.更新license.xml

复制代码
cd /root/ApusicAS/aas

# 这里要将license复制到该路径
[root@vdb1 aas]# ls
bin     docs     jmods                     lib          modules  templates
config  domains  KBCLIC-240828-000330.lic    osgi

# 更改license文件名称



mv KBCLIC-240828-000330.lic license.xml

3.执行asadmin start-domain 命令启动默认域mydomain

复制代码
cd /root/ApusicAS/bin
./asadmin  start-domain

# 输出
Waiting for mydomain to start .......
Successfully started the domain : mydomain
domain  Location: /root/ApusicAS/aas/domains/mydomain
Log File: /root/ApusicAS/aas/domains/mydomain/logs/server.log
Admin Port: 6848
Command start-domain executed successfully. 

4.登录(http://localhost:6848

远程访问

在管控上手动开启安全管理

在服务器->一般信息->安全管理界面点击【启用安全管理】

管控上部署与取消部署

  1. 访问并登陆管控,在应用程序界面进行应用的部署,压缩文件和文件夹的形式部署。
  1. 通过管理应用列表可以查看到部署的应用以及应用的信息和状态等。
相关推荐
db_murphy4 小时前
知识篇 | 中间件会话保持和会话共享有啥区别?
中间件
拷贝码农卡卡东10 小时前
宿主机与容器通过 rmw_cyclonedds_cpp中间件进行ros2结点之间的通讯的相关注意事项
中间件
墨鸦_Cormorant2 天前
MQTT(轻量级消息中间件)基本使用指南
mqtt·中间件·消息中间件
Python私教4 天前
从“Hello World”到“高并发中间件”:Go 语言 2025 系统学习路线图
学习·中间件·golang
UrSpecial4 天前
进程间通信:消息队列
中间件
EndingCoder7 天前
Next.js 中间件:自定义请求处理
开发语言·前端·javascript·react.js·中间件·全栈·next.js
十五年专注C++开发7 天前
通信中间件 Fast DDS(一) :编译、安装和测试
linux·c++·windows·中间件·cmake·vcpkg
在未来等你9 天前
RabbitMQ面试精讲 Day 17:消费者调优与并发消费
中间件·面试·消息队列·rabbitmq
茶茶只知道学习10 天前
Express中间件和路由及响应方法
中间件·express
汪随安10 天前
Dokcer创建中间件环境
中间件