• 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

Tracing back to development from production

 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I have a j2ee application that is running on the unix production server. I need to set up a local workstation in my window machine with the folders available on my production server.Its already deployed and up running, so my task is to add some features to the application. The folder structure is



In order to set up the work station I need the java files that was used to create these class files,reorganize them. After which I have create the .war file in order to deploy as a new application. In a situation like this what approach would you people follow. I did see the java files in the work folder. But its all jumbled up, it seems each one does have a package of its own, how do I got about reorganizing the folder structure so that I get an error free development workstation in my eclipse so that I would be free to do some fresh coding.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess the first step would be to find out how that application on production server was built. For example, find where the source lives and what the build script does to generate the final war file.
 
Enjoy the full beauty of the english language. Embedded in this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic