我是靠谱客的博主 幸福花卷,最近开发中收集的这篇文章主要介绍resin服务器配置[windows],觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1、首先下载resin服务器,在resin.conf的配置文件中修改2处:

<!--
- For production sites, change dependency-check-interval to something
- like 600s, so it only checks for updates every 10 minutes.
-->
<dependency-check-interval>600s</dependency-check-interval>

<web-app id="/" root-directory="D:/java/project/eclipse3.4/neweb/WebContent"/>:项目的目录

其中还可以修改端口 <http address="*" port="8080"/>默认是8080;

2、去掉eclipse的所以的过滤可以看见.classpath文件在里面修改:

<!-- Tomcat -->
<classpathentry kind="output" path="build/classes"/>
<!-- Resin -->
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>

3、最后启动服务器例如:http://localhost:8080

发表于 @ 2008年09月26日 12:07:00

最后

以上就是幸福花卷为你收集整理的resin服务器配置[windows]的全部内容,希望文章能够帮你解决resin服务器配置[windows]所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部