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

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

python - duplicate table (identical) including primary key - using django south -