Hi, I have deployed my project on stax online by using command like stax deploy but now whenever I am changing any file on my local system, I have to deploy whole application to make that particular change active online. Sir, is there any way to upload 1 or 2 files not whole application to make the corresponding changes active online.
I would really like this feature too. My war file is nearly 150MB, but it is mostly just image files that never change. I want to be able to update just the code not all the data files. Thanks.
150MB, yikes! In the meantime, you might want to consider moving your image files to Amazon S3. That will make them very fast to serve, and prevents you from needing to upload them to Stax when you deploy your app.