Under Resin 3.0.23 when I include an explicit 'web-app' tag in the resin
config file, snippet shown below, I also need to explicitly specify the
'welcome-file-list'.
Inorder for navigation to http://localhosy/app URL to be properly
handled.
Why aren't the values from the app-default.xml : web-app-default/
welcome-file-list being used ? 

     <host id="">
          <startup-mode>automatic</startup-mode>
          <web-app-deploy path="d:\web\apps\war-dir"/>
          <web-app id="/app">
 
<document-directory>d:/web/apps/war-dir/app</document-directory>
            <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
            </welcome-file-list>
            <session-config>
                <use-persistent-store/>
                <always-save-session/>
            </session-config>
          </web-app>
      </host>


Is there any way to tell resin to still use the default sub element
values unless explicitly
Overridden ?


_________________________________________
Robert Leland                 INTEGRITYOne (Formerly PRIZUM)
P: (703) 581-6522                       1900 Campus Commons Drive
F: (703) 476-7405                        Reston, VA 20191
[EMAIL PROTECTED]


BUSINESS CONSULTING | TECHNOLOGY SOLUTIONS | INNOVATION R&D

 


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to