Java-based portal management System--jeecms source version of the building steps

Source: Internet
Author: User
Tags open source cms

The relationship between the work found jeecms This site management system, the CMS System provides a more comprehensive function. For commercial activities such as business sites using JEECMS, commercial authorization is required, and personal building stations are completely free, and friends who need them can try. Here's how this system is built with the source version. The official website provides the CMS, the forum and so on various products, here only introduces the CMS.

1 Introduction


    JEECMS (http://www.jeecms.com/) Content management system is the domestic Java Open source CMS industry the highest visibility, the largest number of users of the station group management system. This system has the following features:
    springmvc3+spring3+hibernate3+freemarker+ HTML5 technology Architecture.
    Based on Java technology, inherits its strong, stable, safe, efficient, cross-platform and other advantages, support MySQL, Oracle, Databases such as SQL Server.
    Understand HTML can build a station, provide the most convenient, reasonable use way.
    easy to build PC-side, mobile-based large web site, through mobile phone users have exceeded 500 million, quickly use the JEECMS to establish mobile internet sites.
    Powerful, flexible labels that users customize to display content and display.
    in the design of its own pre-made search engine optimization, enhance the friendliness of search engines.
    fully generates full static page, can customize the path structure, improve page access speed.
    easy to build large-scale website, sub-site can be established through sub-domains, sub-station Management Authority separation, the entire station to achieve single sign-on.

2Download and RingEnvironment Preparation


Source: http://bbs.jeecms.com/fabu/30173.jhtml
Image and video resources: http://bbs.jeecms.com/fabu/22233.jhtml
System Operating Instructions: http://bbs.jeecms.com/xtjc/30172.jhtml
To reduce the size of the package, jeecms separates the resources, such as pictures and videos, from the installation package, or the source package, all of which need to be downloaded separately.
Also need to download:
Jdk
Tomcat
Mysql
The installation process does not repeat.

3 Creating a project
Create a project in the development tool. The author uses myeclipse-8.6.1, set up a Web project, the source package decompression after the SRC, webcontent related content into the source SRC and the Project Webroot folder. In addition, the image and video resources extracted directly into the webroot.

4 Configuring the data source
JEECMS is using MySQL database, library script in:
< source package >/db/jeecms-db-v6.sql
So now to configure the MySQL data source, open the file:
<project>/webroot/web-inf/config/jdbc.properties
The main need to modify three places:
Jdbc.url, connection string
Jdbc.username, user name
Jdbc.password, password

5 building libraries and importing data
After installing MySQL, create a library named Jeecms and execute:
SOURCE D:\jeecms-db-v6.sql
Where Jeecms-db-v6.sql is the system's database script. Note that MySQL encoding needs to be changed to UTF8, otherwise the Chinese in some tables will not display properly.


6 starting the project
To start the project in MyEclipse, enter it in the Address bar:
http://localhost:8080/Project Name
Should be able to see the system homepage.
Background landing page in:
http://localhost:8080/Project Name/jeeadmin/jeecms/login.do
The landing page is:



7 Configuring the deployment path
for convenience, the author configures the project path directly in Tomcat and does not have to enter the project name each time it is started. Just start the project will find a lot of pictures can not be found, the page display is very messy, this is not set the global domain name for the sake of. Login Background page, enter the login user name admin, password password, this is the default login username and password, click the login button, note that the password error 3 times after the prompt to enter a verification code. After landing page:


To configure the deployment path :


Click Submit. Refresh Homepage:


You can see the homepage is normal. The system is now complete.


Java-based portal management System--jeecms source version of the building steps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.