| Author |
web.xml vs sun-web.xml
|
Lucas Smith
Ranch Hand
Joined: Apr 20, 2009
Posts: 804
|
|
|
What is the difference between those two? I know web.xml but I do not know sun-web.xml.
|
SCJP6, SCWCD5, OCE:EJBD6.
BLOG: http://leakfromjavaheap.blogspot.com
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
|
sun-web.xml is a specific configuration file for GlassFish. For example, things like context-root is defined in sun-web.xml because there is no way you can define it in web.xml.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
 |
|
|
subject: web.xml vs sun-web.xml
|
|
|