金碟中间件-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. 通过管理应用列表可以查看到部署的应用以及应用的信息和状态等。
相关推荐
__zRainy__5 小时前
Node系列 · Express:cors 中间件
中间件·express
StevenSurpass5 小时前
智能工厂场景:FastPrintAgent 分布式打印中间件落地应用方案
分布式·mqtt·http·中间件·打印·fastreport
程序员小八7772 天前
Go Web 工程化:日志、配置与错误处理中间件,让服务「能上线」
前端·中间件·golang
tqs_123452 天前
SaaS 多租户 Agent 平台实战:自研 Agent 中间件 SDK,Nacos 配置驱动实现开箱即用
中间件
未若君雅裁2 天前
自定义中间件:Node-style 与 Wrap-style 钩子全解析
python·中间件·langchain
__zRainy__4 天前
Node系列 · Express:常用的中间件
中间件·node.js·express
2601_962181964 天前
【ROS2 中间件RMW】基于FastDDS共享内存实现ROS2跨进程零拷贝通讯
中间件
未若君雅裁4 天前
上下文压缩双刃剑-Summarization与ContextEditing中间件实战
python·中间件·langchain
烂蜻蜓4 天前
Flask入门教程(十六):中间件与扩展——增强应用功能的两种机制
python·中间件·flask
__zRainy__5 天前
Node系列 · Express:中间件
中间件·node.js·express