Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7717757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:59:01+00:00 2026-06-01T02:59:01+00:00

What tool would you recommend for continuous integration in a Grails + Tomcat (+

  • 0

What tool would you recommend for continuous integration in a Grails + Tomcat (+ Ubuntu) environment? Jenkins? Hudson? Something else? I’m not looking for anything complex… simple would do just fine.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:59:02+00:00Added an answer on June 1, 2026 at 2:59 am

    I just configured a grails job in Jenkins (running on debian). I cannot really say something about other CI servers.. I also know apache continuum but didn’t use it for years.

    For Debian/Ubuntu you can simply add

    deb http://pkg.jenkins-ci.org/debian binary/
    

    in your /etc/apt/sources.list and then install jenkins via
    apt-get update && apt-get install jenkins

    A user jenkins is created.

    You might want to change the default configuration in
    /etc/default/jenkins
    for using another prefix (i.e. set it to jenkins so url will be something like http://localhost:port/jenkins) port or JENKINS_HOME.

    Per default jenkins home is /var/lib/jenkins.

    You can start/stop/restart jenkins via init.d script (i.e. /etc/init.d/jenkins restart).

    Inside jenkins you can then install the “Jenkins Grails Plugin” and add a new “free-style software project” and then inside its configuration (section build) do “Add build step->Build with Grails”.

    Then for “targets” you can enter something like “clean test-app -unit” (add goals as it fits).

    For “Publishing Junit result reports” use a path like YOUR_PROJECT/target/test-reports/TESTS-TestSuites.xml

    Also don’t forget to install the “Chuck Norris Plugins” for Jenkins… it’s the most important plugin ever!

    If you also want to use apache2+Jenkins include something like this in your apache site configuration:

    Include /etc/jenkins/apache2.conf
    

    And create the file /etc/jenkins/apache2.conf with the following content:

    ProxyPass /jenkins http://localhost:8080/jenkins
    ProxyPassReverse /jenkins http://localhost:8080/jenkins
    ProxyPassReverse /jenkins http://example.org/jenkins
    ProxyPreserveHost On
    ProxyRequests Off
    ProxyPassReverseCookiePath /jenkins /jenkins
    <Proxy http://localhost:8080/jenkins*>
    Order deny,allow
    Allow from all
    </Proxy>
    

    You have to activate the proxy module:

    a2enmod proxy proxy_http
    

    and then restart apache2:

    /etc/init.d/apache2 restart
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What tool would you recommend to detect Java package cyclic dependencies , knowing that
What tool(s) would you guys recommend for relatively straight forward (nothing fancy) charts based
Can anyone recommend a good server-side PDF generation tool that would work in a
I'm looking for a .NET library or command line tool that would allow me
Which SQL comparison tool would you recommend for SQL server database comparisons. I've been
What kind of a tool would you recommend for JavaScript compression and/or obfuscation? A
Which (commercial or free) installer tool would you recommend to replace InstallAnywhere as the
Which interface tool would you recommend I use for creating user interfaces for GtkSharp
Which tool would you recommend for creating standalone .exe files (Windows) from Flash? And
What method/tool would you recommend for migrating from MySQL to MSSQL. We use NHibernate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.