i developed a small dynamic website in my Eclipse
i want to Host in Internet I have domain an开发者_Go百科d Hosting
How can i host this Dynamic website?
Please help me
If you are making a website using jsp and you are using a Tomcat server (as i guess by your tags) You can just create a .war file, than Tomcat will deploy it by himself. Go to File-->export-->WAR file, it will create a .war file that you can load on your space. Note that to make a war file you need to have web.xml file in WEB-INF folder.
精彩评论