I am implementing the Mahout user-based recommendation engine where the recommendations will be served via RecommenderServlet running in Tomcat.
Til yesterday, jstack was working fine. Today, all out of sudden it gives me the exception below and I don\'t know why:
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.
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
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
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
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?
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
I am using java RestEasy Framwork for my application. I have some exception when I am trying to make a requet in tomcat server.
I am trying to create a Tomcat JNDI resource for MSSQL database. This is how my resource string looks in tomcat context.xml file