tomcat
What does mean @ in server.xml in tomcat?
In server.xml I see: <Connector p开发者_运维技巧ort=\"@app.port.value@\"... What does mean character @ in this context?[详细]
2023-04-12 23:18 分类:问答how to have separate tomcat logs for a single war
I am using a single war which is used in different way depending on the resources (ie. the URL by which it is called).[详细]
2023-04-12 22:01 分类:问答How can I diagnose a Null pointer exception in Tomcat
I am developing a Java Servlet to run in Tomcat. I am currently testing it with an XAMPP package, including Tomcat 7, on a Windows XP machine (don\'t worry, I am not planning on using this in producti[详细]
2023-04-12 21:11 分类:问答Tomcat not executing Servlets service() method
I have web applications in Tomcat 5.5 .I have a default configuration for tomcat I hit URL to various servlets , these are normal servlets , and get a response as expect开发者_开发知识库ed ,[详细]
2023-04-12 19:19 分类:问答Using JOTM transaction manager Doesn't works on Tomcat
Facing a strange problem here, below is the configuration i am using: 1. Apache Tomcat 6.0.26 2. mySql 3. Spring framework+ Hibernate[详细]
2023-04-12 17:31 分类:问答Liferay/Tomcat 7 with SSL gets no session with DNS
I\'m a little bit confused. I have configured a Liferay/Tomcat 7 Server with SSL (https:8443) which works correctly.[详细]
2023-04-12 16:26 分类:问答Request entity too large 413 apache tomcat
Request entity too large The requested resource /some/url/path/on/server does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.[详细]
2023-04-12 16:15 分类:问答Error with the .class location when building a WAR for a Play! framework application
I\'m working on a 1.2 Play! framework application, and I have a problem when deploying it as a WAR on a Tomcat 6.[详细]
2023-04-12 15:36 分类:问答importing dynamic web project in eclipse ?
i use eclipse 3.6.2[Helios] and tomcat 7 and myfaces 1.2.10 i have a problem when i want to import a dynamic web project . i import the project in my workspace and perform the configurations and set[详细]
2023-04-12 14:12 分类:问答How do I catch Spring errors when starting up a Tomcat webapp?
I have a webapp running in Tomcat which uses Spring for dependency injection. (It\'s a GWT application, but I don\'t think that makes much of a difference to the solution I\'m looking for.)[详细]
2023-04-12 13:48 分类:问答