Hey! I have a server on my local computer. It runs a java app which sometimes wants to upload data to my web hotel (to update the db). The way I was thinking about doing this is to have a jsp page which will take the data as parameters and then update the db using a java bean (the parameters will be encrypted). I have two questions: 1. Does this sound like a good idea? 2. How do I communicate with the jsp page from my java app? I would really appreciate an answer! Cheers, Tom