> What is the web.xml configuration file for?
It's used to specify configuration for your Java web application. There's
actually a decent explanation here:
http://www.macromedia.com/v1/handlers/index.cfm?id=19399&method=full
> What is the jrun-web.xml configuration file for?
I think it's basically an additional configuration file for JRun-specific
information.
> From what I gather, the web.xml configuration file is a
> standard used in all J2EE applications, not just JRun/CFMX.
Yes, you typically use web.xml with any Java web application on any Java
application server.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- What is that *.XML configuration file for? Troy Simpson
- Re: What is that *.XML configuration file for? Barney Boisvert
- Re: What is that *.XML configuration file for? Dave Watts
- Re: What is that *.XML configuration file for? Troy Simpson
- Re: What is that *.XML configuration file for... Dave Carabetta