I wanted to add a .jsp file to an ear that is deployed at a client site. What would be the process for doing this? Keep in mind I'm very new to the java world. It's going to be a simple keepalive page that doesn't have to interact with other pages. It would be ideal to not have to recreate/redeploy the entire ear because there is stress involved in getting it back to the secured client site. We'd rather give the client instructions to add the page we send them into the ear they have. They can then redeploy it.
Thanks. If I missed any information let me know.