Questions tagged «tomcat»

使用此标记来解决有关Apache Tomcat(或简称Tomcat,以前也称为Jakarta Tomcat)的问题,Apache Tomcat是由Apache软件基金会(ASF)开发的开源Servlet容器。大多数问题还应包括一个指定操作系统的标签。

2
Tomcat-maxThreads与maxConnections
在Tomcat中server.xml,maxThreads与maxConnections 我了解这maxConnections是服务器打开的连接数 并且maxThreads是请求处理线程的最大数量 但是,两个配置参数如何协同工作,显然您不会将其设置maxConnections为1000和maxThreads10 这两个配置参数之间是什么关系? <Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" maxThreads="250" SSLEnabled="true" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" connectiontimeout="20000" />
81 java  tomcat 

4
Tomcat 8的Httpd返回503服务不可用mod_proxy
我正在尝试将Tomcat与Apache集成。我的目标是将所有请求重定向 http://localhost/myapp到http://localhost:8080 我遵循了该指南:http : //tomcat.apache.org/tomcat-8.0-doc/proxy-howto.html 我的httpd.conf样子是这样的: Include conf.modules.d/*.conf LoadModule proxy_module modules/mod_proxy.so ProxyPass /myapp http://localhost:8080 retry=0 timeout=5 ProxyPassReverse /myapp http://localhost:8080 我在apache-tomcat中的server.xml看起来像这样: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" proxyPort="80" /> 现在,当我尝试url时http://localhost/myapp,它给出了503 Service Unavailable错误。 Tomcat和Apache都已启动并正在运行。该网址http://localhost:8080可以正常运行。 文件权限会出现问题吗? 对于tomcat用户和组分别是root/root和httpd,对于用户和组为apache/apache 我错过了什么还是做错了吗? Httpd版本为2.4.6,Tomcat版本为8.0 httpd错误日志: [proxy:error] [pid 19905] (13)Permission denied: AH00957: HTTP: attempt to connect to 127.0.0.1:8080 (localhost) failed …
80 apache  tomcat 

6
Tomcat基本URL重定向
使用tomcat,如何获得请求http://www.mydomain.com重定向到http://www.mydomain.com/somethingelse/index.jsp?我什至没有设法从http://mydomain.com上显示index.html 。
79 html  tomcat 

16
如何设置上传文件的最大大小
我正在使用JHipster开发基于Spring Boot和AngularJS的应用程序。我的问题是如何设置上传文件的最大大小? 如果我尝试上传到大文件,则会在控制台中获取以下信息: DEBUG 11768 --- [io-8080-exec-10] c.a.app.aop.logging.LoggingAspect: Enter: com.anuglarspring.app.web.rest.errors.ExceptionTranslator.processRuntimeException() with argument[s] = [org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.FileUploadBase$FileSizeLimitExceededException: The field file exceeds its maximum permitted size of 1048576 bytes.] 服务器状态为500。 如何设置?


26
Java错误:只能导入类型。XYZ解析为包
我收到错误消息:“只能导入类型。XYZ解析为包。” 有人在这里解释了原因,但是我不确定应该如何解决。仅供参考:我正在使用Eclipse。我在下面添加了执行导入的代码。java.util。*导入可以正常工作。 <%@ page import="java.util.*"%> <%@ page import="org.eresearch.knowledgeportal.model.Category"%> <%@ page import="org.eresearch.knowledgeportal.dao.CategoryDao"%> <% CategoryDao catDao = new CategoryDao(); ArrayList<Category> catList = catDao.selectCategory(); // %> 编辑:实际错误如下: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 7 in the generated java file Only a type can be imported. org.eresearch.knowledgeportal.model.Category resolves …
77 java  jsp  tomcat  classpath 



8
如何在启动时在Tomcat配置中指定系统属性?
我了解我可以通过传递带有-D参数的参数来指定Tomcat的系统属性,例如“ -Dmy.prop = value ”。 我想知道是否可以通过在context.xml文件或某些其他tomcat配置文件中指定属性值来做到这一点。我想这样做是因为,首先,更容易跟踪我的属性,其次,我有多个运行的上下文,而且我不知道如何通过-D参数指定特定于上下文的属性。 我正在使用Tomcat 5.5版。

2
在不使用Spring Boot的情况下创建Spring Rest服务
我已经按照spring.io上的入门教程构建了REEST服务https://spring.io/guides/gs/rest-service/。问题在于,本教程仅说明如何使用Spring Boot生成嵌入了tomcat的独立运行jar。 有没有一种方法可以从头开始创建项目,从而产生战争,例如将其部署在已经存在的tomcat实例上? PS:关于相同的问题,我在stackoverflow上的Tomcat中找到了先前的Spring RESTful Service作为WAR而不是JAR的线程。问题是,已接受的答案和建议不能完全解决我的问题,因为我没有在寻找修改独立应用程序spring boot项目的方法,以便它可以在外部tomcat容器上工作,但希望找到一个根本不涉及弹簧启动的“清洁”解决方案。(我不确定在这里如何表现,在stackoverflow上还是很新的。我希望打开一个新问题是正确的过程)。
74 java  spring  rest  tomcat 


9
在Elastic Beanstalk的Linux AMI上的哪里可以找到Tomcat 7安装文件夹?
我有一个弹性beantalk linux-tomcat ami实例,其中安装了示例应用程序,并且正在使用公共dns。我可以ssh进入实例,但是找不到tomcat 7的住处(即用于编辑server.xml的conf目录)。我已经尝试了64位和32位ami。关于我在哪里可以找到的任何想法?我看了下: /etc /usr/share 我确实elasticbeanstalk-tomcat7-deployment在tmp(下为空)下找到了一个文件。 我做了: sudo yum install tomcat7 并且该示例应用程序也可以:8080通过公共DNS提供服务并在其中工作。因此,我(认为)在同一个beantalk实例上运行2个tomcat服务器。在那种情况下,我试图找到Tomcat 7文件夹在哪里(在port上服务页面80)。

11
Spring Boot War部署到Tomcat
我试图将Spring Boot应用程序部署到Tomcat,因为我想部署到AWS。我创建了一个WAR文件,但是即使它可见,它似乎也不能在Tomcat上运行。 详细信息: 0。这是我的应用程序: @Configuration @ComponentScan @EnableAutoConfiguration public class App { public static void main(String[] args) { SpringApplication.run(SampleController.class, args); } } @Controller @EnableAutoConfiguration public class SampleController { @RequestMapping("/help") @ResponseBody String home() { String input = "Hi! Please use 'tag','check' and 'close' resources."; return input; } } application.properties具有以下内容: server.port=${port:7777} 在阅读了许多页面和问题解答之后,我在POM中添加了以下内容: http://maven.apache.org/xsd/maven-4.0.0.xsd“> …

2
如何在Tomcat中将级别日志记录设置为DEBUG?
我想将级别日志记录设置为tomcat中的DEBUG,但在控制台中仍然仅设置INFO和WARN输出。有人可以告诉我怎么了吗? 我的C:\ tomcat \ logging.properties: # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional DEBUGrmation regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 …

6
Tomcat在Eclipse中启动,但无法连接到http:// localhost:8085 /
我在端口8085上的Eclipse中配置了Tomcat 6.0.24,并使用以下日志成功启动: Feb 17, 2010 4:24:31 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;E:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;E:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\MySQL\MySQL Server 5.0\bin;E:\komal-gohil\tools\Subversion\bin;C:\Sun\SDK\bin;e:\instantrails\ruby\bin;c:\program …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.