My understanding is that whenever you write a new servlet script, you have to 
add that entry to the web.xml file. Is this correct? Example lets say I write 
a new servlet called TEST, an entry would go in web.xml as:

    <servlet>
        <servlet-name>
            TEST
        </servlet-name>
        <servlet-class>
            TEST
        </servlet-class>
    </servlet>
    
Can you execute a script without doing this....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to