`
tianyuzhu
  • 浏览: 24812 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

tomcat 超时设定

    博客分类:
  • java
阅读更多

Eclipse 3.4 tomcat 超时设定

Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

看到这个提示语句以后,我按照Eclipse3.3的设定,去Window——Preferences——Server下面找,发现空空如也!

用eclipse得帮助,找到如下:

Editing a server

You can edit your server using a server editor. The fields that you change are dependant on what runtime environment the server is defined to use, or whether it is defined as a local or remote server.

To edit a server:
  1. Open a server editor, completing one of the following:
    • In the Servers view, double-click on the server that you want to edit.
    • Right-click on the server in the Servers view, from the pop-up menu select Open.
  2. When the server editor is open on the workbench, you can save your changes by either selecting from the toolbar File > Save or type CTRL+S.
    Tip: Changes to the server editor that have not yet been saved are indicated with a * icon located at the top of the server editor. After you save your changes on the server editor, the * icon should no longer appear on the server editor.
  3. For good practice, close all server editors before starting, restarting, or adding and removing modules on the server. Otherwise, you might be prompt the following message: File Changed The server has been changed on the file system. Do you want to load the changes? Yes or No.
    
    
    

    eclipse

    
    

 

 

eclipse中jboss启动时提示:
Server JBoss v5.0 at localhost was unable to start within 50 seconds. If the server
requires more time, try increasing the timeout in the server editor.

 

解决办法:
修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
<servers>

<server hostname="localhost" id="JBoss v5.0 at localhost" name="JBoss v5.0 at
localhost" runtime-id="JBoss v5.0" server-type="org.eclipse.jst.server.generic.jboss5"
server-type-id="org.eclipse.jst.server.generic.jboss5" start-timeout="1000" stop-
timeout="15" timestamp="0">
<map jndiPort="1099" key="generic_server_instance_properties" port="8090"
serverAddress="127.0.0.1" serverConfig="default"/>
</server>
</servers>
把 start-timeout="50" 改为  start-timeout="1000"
重启eclipse就可以了。

其它原因:
我的是因为先前把端口号改为8090,而忽略其他地方的修改,这次我把
C:\jboss-5.0.0.GA\server\default\deploy\jbossweb.sar里面下的server.xml下的相应处也改过
来了即protocol="HTTP/1.1" port="8090"。重启eclipse就可以了,否则Eclipse老在那里work building。

分享到:
评论

相关推荐

    设定tomcat中session过期时间.txt

    - 这种方式适用于希望对所有部署在该Tomcat实例上的Web应用程序统一设定Session超时时间的场景。 - 设置时长以分钟为单位。 **示例代码**: ```xml defaultSessionTimeout="3600" isWARExpanded="true" ...

    tomcat自动关闭原因

    - **连接超时**:如果Tomcat的连接器(Connector)配置中的空闲连接超时时间设置得太短,或者请求处理时间超过设定的最大值,也可能导致服务自动关闭。 - **线程池配置**:Tomcat的线程池配置不当,如最大线程数...

    Tomcat协同配置参考

    `acceptCount`定义了等待连接的最大数量,`connectionTimeout`是超时时间,`disableUploadTimeout`关闭上传超时,`enableLookups`设为`false`以提高性能,`protocol`设置为"AJP/1.3"。 2. **JVM内存设置**: 为了...

    tomcat-8.5.54.zip

    Tomcat提供了多种安全管理策略,如 Realm配置来验证用户身份,以及通过修改`conf/tomcat-users.xml`来设定不同角色的权限。 7. **性能监控** 通过访问`http://localhost:8080/manager/html`(默认配置),管理员...

    Tomcat性能优化

    2. **线程池设置**:合理设定最大线程数(maxThreads)、最小线程数(minSpareThreads)以及空闲线程超时时间,避免线程创建销毁带来的开销,确保服务响应速度。 3. **连接器优化**:调整连接器(Connector)的属性...

    tomcat7性能调优

    【Tomcat7性能调优】是一项关键的任务,它关乎服务器的稳定性和响应速度。Tomcat作为流行的Java应用服务器,其性能优化能显著提升应用程序的运行效率。本文将深入探讨如何针对Tomcat7进行调优。 首先,我们关注的是...

    apache-tomcat-7.0.72

    你可以通过配置`server.xml`文件来设定用户访问控制,使用 Realm 组件进行身份验证,如` DIGEST`、`FORM`或`BASIC`认证。 在性能优化方面,你可以调整`server.xml`中的各种参数,如线程池大小、连接超时时间等。...

    apache-tomcat-7.0.27

    8. **性能优化**:Tomcat可以通过调整配置参数,如线程池大小、缓存设置、连接超时等,来优化其性能以应对不同的负载情况。 在压缩包中,`apache-tomcat-7.0.27.exe`是安装程序,用于在Windows环境下快速安装和配置...

    Tomcat服务器

    1. **调整线程池**:修改`conf/server.xml`中的`Executor`元素,设定最大线程数、最小线程数以及空闲超时时间。 2. **内存设置**:通过调整`JAVA_OPTS`环境变量,增加堆内存大小和新生代大小。 3. **开启压缩**:在`...

    apache-tomcat-8.5配置优化后

    1. **内存分配**:为了确保Tomcat高效运行,我们需要为Java虚拟机(JVM)设定合适的内存大小。通常,可以设置`-Xms`初始堆大小和`-Xmx`最大堆大小,例如`-Xms1024m -Xmx2048m`,根据服务器硬件资源进行调整。 2. **...

    tomcat 1000/s 并发配置

    通常,这两个值应该设定为一个合适的比例,如`minSpareThreads="100"`和`maxSpareThreads="150"`。 3. **设置acceptCount**: `acceptCount`定义了服务器能接受的等待队列的最大长度。当线程池达到最大值时,新来的...

    Tomcat7优化.docx

    在`server.xml`中配置Executor,设置合适的最大线程数、核心线程数、线程空闲超时时间等参数。 5. **连接器(Connector)** Connector是Tomcat接收请求的入口,每个Connector都有自己的监听端口。配置HTTP和AJP ...

    Tomcat面试专题及答案.pdf

    根据系统性能和内存大小调整,可以设定在400到500左右。 - **minSpareThreads**:表示Tomcat初始化时创建的线程数,确保有可用的空闲线程。 - **maxSpareThreads**:超过这个值,Tomcat就会关闭不再需要的socket...

    apache-tomcat-6.0.20

    - 理解`web.xml`的作用,它可以控制Web应用的行为,比如过滤器、监听器、会话超时等。 - 安全性:Tomcat默认并不开启所有安全功能,因此在生产环境中,需要配置SSL支持、角色和权限等。 - 性能优化:根据应用需求...

    tomcat自恢复

    这个过程通常包括设置监控工具来检测Tomcat的状态,配置异常处理机制,以及设定自动重启规则。 【详细说明】: 1. **监控**:监控是Tomcat自恢复的基础。可以使用Zabbix、Nagios、Prometheus等监控工具来实时监测...

    tomcat服务器的配置详解

    总之,Tomcat的配置是一个细致且关键的工作,每一个参数的设定都可能影响到服务器的整体表现。通过深入理解`server.xml`的结构和各部分功能,我们可以更好地定制和管理Tomcat服务器,为应用程序提供更高效、稳定的...

    Window下Apache负载均衡+Tomcat集群

    要在Apache和Tomcat中设置Session超时,可以在每个Tomcat的`context.xml`文件中添加以下代码来设定超时时间(以分钟为单位): ```xml &lt;!-- 其他配置 --&gt; ``` 同样,在Apache的`.htaccess`文件中,可以通过`...

    tomcat.rar

    通过修改server.xml,可以调整Tomcat的线程池大小、最大连接数、超时设置等,以优化服务器性能。此外,JVM参数的设置也对性能有显著影响,如-Xms和-Xmx控制堆内存大小,-XX:MaxPermSize设定永久代大小。 5. 安全与...

    tomcat7-win64

    1. **JVM参数调整**:在`bin/catalina.sh`或`bin/catalina.bat`中设置JVM启动参数,如-Xms、-Xmx控制堆内存大小,-XX:MaxPermSize设定永久代大小,-XX:+UseConcMarkSweepGC选择合适的垃圾回收器。 2. **连接器优化*...

    Tomcat连接池的配置

    连接池的性能优化涉及多方面,包括合理设定最大连接数、最小连接数、超时时间,以及根据应用负载调整预编译语句的数量。此外,还可以考虑使用连接池监控工具,如JMX,监控连接池的状态,以便及时调整参数。 总结来...

Global site tag (gtag.js) - Google Analytics