configuration - What is the Tomcat equivalent of IIS's web.config file? -
i'd have environment-specific application settings in java/tomcat web app. when developed in .net on iis had old web.config file me out this. tomcat have equivalent iis's web.config file?
web.config application's config file. in tomcat/java ee it's web.xml part of webapp.
Comments
Post a Comment