Do you want to install the web server yourself or want to pay for the java host?
Between the files is the web.xml file (possibly in the WEB-INF folder). You need to take a look at it; it contains the webapp configuration. You also need to find out where the database configuration options are. Once you have configured webapp for your new hosting environment, you can simply copy it to the web server. It should load automatically. You can try this on your local machine first using the java web server (e.g. tomcat). This will help you determine your webapp configuration settings.
Good luck
source
share