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 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" Watch "Tomcat version" New topic
Author

Tomcat version

vicky Aggarwal
Ranch Hand

Joined: May 15, 2009
Posts: 40
Hi,

I have an old application, which runs on a embedded tomcat.
I want to know version of used Tomcat.
I tried "javax.servlet.ServletContext.getServerInfo" but it was not supported in used server.
Can any body help me to find out server version.

Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Try running this JSP code: https://www.coderanch.com/how-to/java/WhichVersionAmIRunningOn. Comment out the parts that do not run :-)


Android appsImageJ pluginsJava web charts
vicky Aggarwal
Ranch Hand

Joined: May 15, 2009
Posts: 40
Thank you for your reply.
I am trying the solution, but if is there any way to same thing using servlets?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tomcat version
 
Similar Threads
Tomcat Migration (5.0.28 > 5.5)
tomcat vs. jboss?
confused with forwarding request
do not understand compiling a servlet
where to lookout for console messages while working in notepad?