File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Tomcat version question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat version question" Watch "Tomcat version question" New topic
Author

Tomcat version question

Joseph Smithern
Ranch Hand

Joined: Feb 11, 2006
Posts: 89
I have Tomcat 4.1.36 in my development environment and Tomcat 4.1.27 in the server. Will there be a problem if I put a War file created from my 4.1.36 local environment onto a Production 4.1.27 environment?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35239
    
    7
Generally, no. There is a small chance that you might run into a bug that has been fixed between .27 and .36, but as long as the web app adheres to the standard servlet/JSP stuff (meaning it doesn't muck with Tomcat internals) you should be fine. Changing digits after the second decimal point indicate bug fixes only, no new functionality.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat version question
 
Similar Threads
War not deploying
Weblogic9.2 not supporting j2sdk1.6
IIS and Tomcat on two different machines
Tomcat: error 503 servlet not avaiable
Logging with java.util.logging