(Post) install and crack Jira. Take a look.

Source: Internet
Author: User
Tags mysql command line

JIRA is a software for Bug Tracking, problem tracking, and project management.
The following describes how to crack and install the latest version of Jira.
(Note: any version of Jira can be cracked using this method)
1. First download Jira
2. Create data
3. Set environment variables and modify the configuration file
4. Update Tomcat Libraries
5. Crack Jira
6. Start tomcat to install Jira
1. Download Jira
: Http://www.atlassian.com/software/jira/JIRADownloadCenter.jspa
Click Show All and then download jira3.12.3-enterprise-standalone (ZIP Archive)

After the download, decompress it to a local plate.
2. Create a database
Open the MySQL command line and enter the following command
Create Database jiradb Character Set utf8;
3. Set environment variables and modify the configuration file
Set Environment Variables
At the same time, press window + pause and select advance --> environment variables in the displayed dialog box.
Click New To Set Name: catalina_home.
Value: D: \ atlassian-jira-enterprise-3.12.3-standalone
Modify path to add % catalina_home % \ bin; to the beginning of path.
Modify configuration file
You only need to modify the server. xml and
D: \ atlassian-jira-enterprise-3.12.3-standalone \ Atlassian-Jira \ entityengine. xml under the WEB-INF \ Classes directory.
Remember to copy the MySQL driver package to the D: \ atlassian-jira-enterprise-3.12.3-standalone \ common \ lib directory.
Server. XML Code
  1. <ServerPort = "8005" shutdown = "shutdown">
  2. <ServiceName = "Catalina">
  3. <ConnectorPort = "8080"
  4. Maxhttpheadersize = "8192" maxthreads = "150" minsparethreads = "25" maxsparethreads = "75"
  5. Enablelookups = "false" redirectport = "8443" acceptcount = "100"
  6. Connectiontimeout = "20000" disableuploadtimeout = "true"/>
  7. <EngineName = "Catalina" defaulthost = "localhost">
  8. <HostName = "localhost" appbase = "webapps" unpackwars = "true" autodeploy = "true">
  9. <ContextPath = "" docbase = "$ {Catalina. Home}/Atlassian-Jira" reloadable = "true">
  10. <ResourceName = "JDBC/jirads" auth = "Container" type = "javax. SQL. datasource"
  11. Username = "[enter dB username]"
  12. Password = "[enter dB Password]"
  13. Driverclassname = "com. MySQL. JDBC. Driver"
  14. Url = "JDBC: mysql: // localhost/jiradb? Autoreconnect = true & amp; useunicode = true & amp; characterencoding = utf8"
  15. />
  16. <ResourceName = "usertransaction" auth = "Container" type = "javax. transaction. usertransaction"
  17. Factory = "org. objectweb. jotm. usertransactionfactory" jotm. Timeout = "60"/>
  18. <ManagerClassname = "org. Apache. Catalina. session. persistentmanager" saveonrestart = "false"/>
  19. </Context>
  20. </Host>
  21. </Engine>
  22. </Service>
  23. </Server>
<Server port="8005" shutdown="SHUTDOWN"><Service name="Catalina"><Connector port="8080"maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75"enableLookups="false" redirectPort="8443" acceptCount="100"connectionTimeout="20000" disableUploadTimeout="true" /><Engine name="Catalina" defaultHost="localhost"><Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"><Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="true"><Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"username="[enter db username]"password="[enter db password]"driverClassName="com.mysql.jdbc.Driver"url="jdbc:mysql://localhost/jiradb?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF8"/><Resource name="UserTransaction" auth="Container" type="javax.transaction.UserTransaction"factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60"/><Manager className="org.apache.catalina.session.PersistentManager" saveOnRestart="false"/></Context></Host></Engine></Service></Server>


Entityengine. XML Code

  1. <! -- Datasource-you will need to update this tag for your installation.
  2.  
  3. -->
  4. <DatasourceName = "defaultds" field-type-name = "MySQL"
  5. Helper-class = "org. OFBiz. Core. entity. generichelperdao"
  6. Check-on-Start = "true"
  7. Use-foreign-keys = "false"
  8. ...
<!-- DATASOURCE - You will need to update this tag for your installation.--><datasource name="defaultDS" field-type-name="mysql"helper-class="org.ofbiz.core.entity.GenericHelperDAO"check-on-start="true"use-foreign-keys="false"...

OK.

4. Update Tomcat Libraries
Tomcat does not come with some libraries required to run Jira. To fix this, download jira-jars-tomcat6.zip (1.5 MB) http://www.atlassian.com/software/jira/docs/servers/jars/v1/jira-jars-tomcat6.zip, and copy the contained jars to Tomcat's lib/directory.

5. Crack Jira
Open eclipse and create a new Java project. Copy the keygen class to the src directory. You can download keygen. Java here.

Download file atlassian-extras-1.17.jar (Attachment)

Then, under the D: \ atlassian-jira-enterprise-3.12.3-standalone \ Atlassian-Jira \ WEB-INF \ lib directory
Atlassian-extras-1.17.jar is introduced into the project.
According to feedback from netizens, I uploaded my cracking project here, downloaded and decompressed it, and imported it to eclipse for use:

Download the keygen. Java file (in the attachment)

Run the keygen class and you will see the following results on the console:

Keygen for Jira Enterprise Edition.
Created by mydaj [ror].
Enter your organization name: zhoule (enter your name and press Enter)
267 ^ 1210662699259 ^ 1210662699259 ^ zhoule
Your license key is: (The following is your registration code)
Porpraawtxsdlssbcpvsvknscnmvhaswmnfieinfocujmvv
Mj2l00vbyharfqaiplmorkok92kcyhbqg1nb9ahbycebu>
Qqrwxmpnormpqqorpmvsomnpppnqnnmrpvwvtsxwvostuun
Onmssosvvorvuunonmssosvvorvuuwelrib
6. start Tomcat and you will see the installation interface.

Source http://toyota2006.javaeye.com/blog/265061

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.