如何托管在 Eclipse 中开发的动态网站
我在 Eclipse 中开发了一个小型动态网站,
我想在 Internet 上托管 我有域名和托管
我如何托管这个动态网站?
请帮我
i developed a small dynamic website in my Eclipse
i want to Host in Internet
I have domain and Hosting
How can i host this Dynamic website?
Please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在使用 jsp 制作网站并且您正在使用 Tomcat 服务器(正如我通过您的标签猜测的那样),您只需创建一个 .war 文件,Tomcat 就会自行部署它。转到文件-->导出-->WAR 文件,它将创建一个 .war 文件,您可以将其加载到您的空间上。请注意,要制作 war 文件,您需要在 WEB-INF 文件夹中有 web.xml 文件。
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.