tomcat
Jstack gives java.lang.reflect.InvocationTargetException
Til yesterday, jstack was working fine. Today, all out of sudden it gives me the exception below and I don\'t know why:[详细]
2023-04-08 20:38 分类:问答Tomcat auto unpack WAR file changed the last modified time of files
I experienced an issue when I tried to deploy a WAR file to tomcat. While the auto unpack process from tomcat, the last modified date of unpack files were being modified.[详细]
2023-04-08 20:35 分类:问答Detect a realm authentication failure reason in Tomcat
I wrote a custom Realm for Tomcat 7. I wrap it in the lockout Realm provided by the default installation of Tomcat. The lockout feature works fine, but in my web.xml, I have[详细]
2023-04-08 19:59 分类:问答Tomcat, open a socket - doesn't work
My web-app needs to talk to a device in my local network via a soket. I am trying to open a ServerSocket on port > 45000 and listen to it for incoming connections. The class that implements this worke[详细]
2023-04-08 18:33 分类:问答ClassNotFound W/ Spring using Eclipse Tomcat Maven M2Eclipse
Sorry I am new to this stack overflow stuff so pardon the long error message at the bottom. I am trying to deploy a project called BroadLeaf to a Tomcat 7 server using eclipse. I have installed M2Ecl[详细]
2023-04-08 16:44 分类:问答Disable jsessionid via http header (cookie) in Tomcat 7
I\'m looking to disable jsessionid from being used in the https headers. Is there a way to turn this off or disable this being set as a cookie in tomcat 7?[详细]
2023-04-08 15:22 分类:问答How does Tomcat maintain session integrity?
HttpServletRequest\'s getSession(boolean) method mentions session integrity. How does Tomcat maintains session i开发者_Python百科ntegrity? What rules does it use? What method? What is happening under[详细]
2023-04-08 15:11 分类:问答Tomcat 6.0.24 Exception: javax.servlet.ServletException: Servlet execution threw an exception
I am using java RestEasy Framwork for my application. I have some exception when I am trying to make a requet in tomcat server.[详细]
2023-04-08 14:57 分类:问答Exception while creating mssql database jndi resource in Tomcat
I am trying to create a Tomcat JNDI resource for MSSQL database. This is how my resource string looks in tomcat context.xml file[详细]
2023-04-08 14:36 分类:问答Custom MBean in Tomcat - cannot find javaURLContextFactory when creating InitialContext
I\'ve written a custom MBean that deploys in Tomcat 6. One of its tasks is to query a database value. I\'m doing this by loading up the database resource using JNDI - the resource is defined in Tomcat[详细]
2023-04-08 13:49 分类:问答