Il 25/10/11 13:33, Bob DeRemer ha scritto:
I may need to use some Tomcat-specific code in my web app.  As a result, I 
would like to detect [if possible] when I'm running in Tomcat, so I can invoke 
the logic.   If anyone knows how best to do this, ideally with some sample java 
code, that'd be great.


inside a servlet you can use
this.getServletContext().getServerInfo();

Edoardo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to