Why would you want to avoid the web.xml ?

On Thu, 14 Feb 2002 14:57:32 +0530 [EMAIL PROTECTED] wrote:
>
>
>Hello,
>I have to make use of struts-config.xml.
>I should avoid using web.xml.
>
>Regards
>Arun
>
>
>
>
>
>
>
>[EMAIL PROTECTED] on 2002.02.14 14:53:29
>
>Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>
>                                                              
>                                                              
>                                                              
>  To:          [EMAIL PROTECTED]                 
>                                                              
>  cc:          (bcc: Arun Kumar N/Satyam)                     
>                                                              
>                                                              
>                                                              
>  Subject      Re: Mapping in Struts-config.xml for a servlet 
>  :                                                           
>                                                              
>
>
>
>
>
>
>
>To be able to call a com.somecompany.servlet.MySimpleServlet through the name
>SimpleServlet add the following to your web.xml
>
><servlet>
><servlet-name>SimpleServlet</servlet-name>
><servlet-class>com.somecompany.servlet.MySimpleServlet</servlet-class>
></servlet>
>
>
>On Thu, 14 Feb 2002 08:54:38 +0530 [EMAIL PROTECTED] wrote:
>>
>>
>>Hello,
>>     I want to call a simple servlet from an action class.
>>What is the mapping I have to do  in struts-config.xml file.
>>Please look into this
>>
>>Regards
>>Arun
>>
>>
>>
>>--
>>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>
>>
>
>
>--
>Get your firstname@lastname email at http://Nameplanet.com/?su
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


-- 
Get your firstname@lastname email at http://Nameplanet.com/?su

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to