RE: Can i make Tomcat read my own Deployment Descriptor??

2004-12-02 Thread Allistair Crossley
you might start by telling us what specific things you want to have tomcat do for you. yes you can read whatever files you like be it xml, text, properties or whatever but you will have to be a little more specific about the specific things you want tomcat to do. as far as struts is concerned

Re: Can i make Tomcat read my own Deployment Descriptor??

2004-12-02 Thread QM
On Thu, Dec 02, 2004 at 12:32:11PM -, Gokul Jeyapaul wrote: : I want to know wheather.. : can i make Tomcat read my own Deployment Descriptor and act accordingly.Like : can i make Tomcat read my own XML file which is similar to WEB.XML and act in : a specified way. Likely, not. Tomcat is a

RE: Can i make Tomcat read my own Deployment Descriptor??

2004-12-02 Thread Allistair Crossley
Hi, replace WEB.XML with my own Deployment descriptor such that the Tomcat engine reads the XML files and act accordingly. Sorry friend, but personally I'm totally lost. Acts accordingly ok but *how* and *what* do you want tomcat to *do* from your own descriptor? A. -Original

RE: Can i make Tomcat read my own Deployment Descriptor??

2004-12-02 Thread Ben Souther
You can add contextInitParams and servletInitParams to your web.xml file. Why would you want to replace it altogether? On Thu, 2004-12-02 at 08:56, Allistair Crossley wrote: Hi, replace WEB.XML with my own Deployment descriptor such that the Tomcat engine reads the XML files and act