top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to upgrade Tomcat from 7.0.37 to 7.0.62? Are there any instructions or document for the same?

0 votes
417 views
How to upgrade Tomcat from 7.0.37 to 7.0.62? Are there any instructions or document for the same?
posted Jun 8, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
If you are using a standard installation from the ASF, then just install  the newer version over the old one and test your app.

1 Answer

0 votes
answer Jun 8, 2015 by Arjuna
Similar Questions
+3 votes

I'm developing a permission system in Tomcat and I would like to restrict incoming connections per application. I mean, I want to restrict incoming connections in some applications and permit them in others.

I have tried to do it with the Security Manager (SocketPermission), but it doesn't restrict all incoming connections. And also I have tried with RemoteAddrValve and RemoteHostValve () but it restricts all connections, not only the incoming ones. I have been searching other way to do that but I couldn't find anything.

Is it possible? Could anybody help me?

0 votes

I am just trying upgrade tomcat 7 to latest GA 8 for my application, I am seeing quite lots of change in web dav functionality.

The org.apache.naming.resources.ProxyDirContext do not exists do anybody know where I can find the alternative? in the past we got use resource to lookup something but now is not this one, can anybody know any doc?

+3 votes

As we start load testing our jsr-356 applications, I'd like to find out if there are any websocket-specific connector settings we should be aware of for tuning the underlying websocket connection processing. Since this is a tcp socket at the end of the day, I'm assuming all the socket.* options still apply if needed.

0 votes

I am running Apache Tomcat 7.0.4 on Linux and the session-timeout is configured to 30 minutes. All requests from my client pass in the session cookie. However, I do not want the session timeout counter to get reset for certain URLs.

Is there a way to configure Tomcat to ignore certain URLs when resetting its timeout counter for a particular session?

...