• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cruise control with embedded Jetty server

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i'm using cruisecontrol 2.3.1 to automate an ant build process. I'm using the embedded Jetty server. I was wondering if there is anyway for Jetty to load logs from a different location than CCHOME/logs. The reason i'm asking is because I have my config file, projects, and logs outside of the CC directory structure. So it seems if I want Jetty to host my build results I would have to create a script that copies my logs dir to the CC logs dir. I would rather not do that and I want to keep my config file, projects, and logs seperate from the CC directory. Anyoone know if I can do this without editing the source? Did I miss something that allows me to do this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic