Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            <welcome-file>default.jsp</welcome-file>
        </welcome-file-list>
    </web-app>
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/n
    +s/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch
    +emaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/
    +ns/j2ee/web-app_2_4.xsd">
    ...
            <welcome-file>default.jsp</welcome-file>
        </welcome-file-list>
    </web-app>