build « deploy « Java Enterprise Q&A





1. Strategies for java webapp configuration    stackoverflow.com

Part of my webapp involves uploading image files. On the production server, the files will need to be written to /somepath_on_production_server/images. For local development, I want to write the files to ...