JIRA installation, cracking, and SQL Server database configuration

Source: Internet
Author: User

After nearly one day of work, I finally configured the installation and configuration of jira3.6.2. The following describes some problems encountered during the installation and configuration process and solutions:

Run startup. BAT to start installation.

1: How to Use the keygen. Class File

There is a keygen In the downloaded compressed file with cracked files. class file, which is the registration machine of Jira. In the configured Java Runtime Environment and JDK environment, run Java keygen in the command line. class to register and generate the required registration file. Note that you must configure the classpath environment variable. Otherwise, an error occurs.

2: When Java keygen is used, the system prompts that the corresponding class package cannot be found.

The COM. atlassian. the license package is in the atlassian-extras-0.7.20.jar, so ensure that this class package can be found when running, the simplest way is keygen. put the class in the same directory of the JAR file, decompress the jar package to the current directory, and then run it.

3: If you configure the ms SQL Server 2000 for the Jira database (from the http://bbs.51testing.com/archiver/tid-22739.html)

Because the Jira database is not stable enough, other databases need to be configured. I use SQL Server 2000. The configuration method is as follows:

1) install the MS sqlserver2000 database. Remember to install service pack4 of Ms sqlserver2000;
2) during the installation process, you need to customize the chinese_rpc sorting method. The language is simple Chinese, and the authentication mode is mixed;
3) create jiradb and jirauser. During the creation of jirauser, you must first create a login name, jirauser, and assign the public and dbower roles to jirauser.
4) edit the conf/server. xml file and modify the content in <context.../>:
<Context Path = "" docbase = "$ {Catalina. Home}/Atlassian-Jira" reloadable = "false">
<Resource Name = "JDBC/jirads" auth = "Container" type = "javax. SQL. datasource"
Username = "jirauser"
Password = "123456"
Driverclassname = "net. SourceForge. jtds. JDBC. Driver"
Url = "JDBC: jtds: sqlserver: // localhost: 1433/jiradb"/>
5) edit the Atlassian-Jira/WEB-INF/classes/entityengine. xml file and modify the attribute value of field-type-name to MSSQL (field-type-name = "MSSQL ");
6) download the JDBC driver connected to the MS sqlserver database, it is recommended to use jtds ([url] http://jtds.sourceforge.net/) [/url], the jtds-[version]. copy the JAR file to the common \ lib directory;
7) Run startup. bat in the bin directory to start Jira;

Trackback: http://tb.blog.csdn.net/TrackBack.aspx? Postid = 1288428

Related Article

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.