当前位置:网站首页>Simple process and problem handling of cmdbuilding
Simple process and problem handling of cmdbuilding
2022-06-09 05:06:00 【It's me】
Cmdbuilding Set up a simple process and solve problems
Material preparation
Download of relevant installation materials
(1) apache-tomcat-8.5.54.tar.gz
(2)cmdbuild.war
(3)postgresql-9.4.26.tar.gz
(4)postgresql-9.4.1207.jar
(5)jdk1.8
The installation process
- install JDK
- install Tomcat decompression
- apache-tomcat-8.5.54.tar.gz
- modify server.xml. Modify the corresponding port . Avoid multiple tomcat conflict .
- Access validation install postgresql, decompression postgresql-9.4.26.tar.gz Compilation and installation ( Enter the corresponding directory )
- install cmdbuilding
- start-up
install Pgsql
./configure --prefix=/usr/local/postgresql --without-readline
make && make install
initdb -D /var/postgresql/data
The first command is to configure the installation path , The second command compiles and installs , The third command is to initialize the database , And configure data route .
- Modify the default port ( Get into pgsql Of data Catalog , modify postgresql.conf

- Modify connection IP Limit

- start-up pgsql( Get into pgsql Of bin Catalog )
./pg_ctl -D /cbss/yingyong/tianyan_cmdb/postgresql_cmdb/data/ stop -m fast
./pg_ctl -D /cbss/yingyong/tianyan_cmdb/postgresql_cmdb/data/ status
./pg_ctl -D /cbss/yingyong/tianyan_cmdb/postgresql_cmdb/data/ start
- Change the default user password
./psql postgres -p 25432
alter role postgres with password 'yourpassword'
select rolname,rolpassword from pg_authid;
install cmdbuilding
- download cmdbuild-2.4.3.zip, After unpacking, the “cmdbuild-2.4.3/extras/tomcat-libs/6.0\ or\ higher/postgresql-9.4.1207.jar” Copied to the tomcat In the catalog lib/ Catalog
- install cmdbuild: take cmdbuild-2.4.3/cmdbuild-2.4.3.war Copied to the tomcat Of webapps Under the table of contents , And rename to cmdbuild.war
start-up TOMCAT
- Get into tomcat The directory bin, start-up startup.sh, see logs/cmdbuild.log Is the log normal , verification http://xxxx:8090/cmdbuild Can you access
- Follow the prompts to initialize the configuration .
边栏推荐
- App website applet vulnerability search test service
- Where will the money go in the SaaS industry in 2022?
- ^26 browser kernel
- Simulated 100 questions and answers of high voltage electrician examination in 2022
- Finding JS in the two-dimensional array of sword fingers (clear version)
- Myql error expression 1 of select list is not in group by claim and contains nonaggregated column
- [C language] all the experts are double cultivators. At the grammatical level, they are almost plain and plain. They never show off their skills. They show off their ideas!
- Troubleshooting: MySQL containers in alicloud lightweight application servers stop automatically
- Question bank and answers of G3 boiler water treatment examination in 2022
- Requests segmented downloading of files and multi-threaded downloading
猜你喜欢

ps如何给图像加边框

wps ppt图片如何一张一张出来

Pull down the new project code and make it red

力扣今日题-1037. 有效的回旋镖

How to set up FAQ documents? Just four steps

LRU cache

Camtasia studio2022 free key serial number installation trial detailed graphic tutorial

故障排查:阿里云轻量应用服务器中的MySQL容器自行停止

Nacos1.1.4 local source code startup

Requests segmented downloading of files and multi-threaded downloading
随机推荐
Practice and some ideas on the transformation of sonarlint code specification
Why do I need a thread pool? What is pooling technology?
三方账号授权登录系统设计思路
爬取html入mysql插入失败
Marathon环境下fastdfs和vsftpd和miniIo文件服务器搭建的方式
Typescript learning [6] interface type
渗透测试路径字典、爆破字典
pytest_allure优先级、fixture-scope参数介绍
2022 "Cyberspace Security" event module B of Jiangxi secondary vocational group - SQL injection test
Mysql database locking mechanism
P1743 Audiophobia
2022-06-清华管理学-清华大学-宁向东
Question bank and answers of G3 boiler water treatment examination in 2022
Hengyuan cloud (gpushare)_ Beyond the model of pre training NLP
Requests segmented downloading of files and multi-threaded downloading
Faster RCNN
2022 R2 mobile pressure vessel filling test simulation 100 questions and simulation test
[sword finger offer II 001. integer division] the same as leedcode 29 Divide two numbers
Just now, we received a letter of thanks from the Beijing Organizing Committee for the Winter Olympics
TypeScript学习【6】 接口类型