I am a java beginner, doing his first steps with web applications. I just installed my apllication (list of DVDs) on my home Web Server (Apache Tomcat). Because my PC is not turned on 24/7, I would like to have this feature:
- The entry point to the application would be a static html page placed somewhere oustide my PC (my mail or isp provider space ?).
- This page would try to redirect to my application.
- If the redirection is not successful (after a certain while), then some "Application is not available, PC is probably turned off" page will be shown.
But I don't know how make this page (javascript ?). Or exists some free domain registering service with this optional redirecting?