You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Noone Anil Kumar <an...@india.hp.com> on 2001/04/11 23:47:26 UTC

Help on tomcat V 3.3 config.

Hi ,

I am working on Tomcat 3.3 on WinNT with Apache 1.3.12.
I able to execute "/examples" web app perfectly .

When i tried to run my application,  i am getting "/servlet/xxxx not
found exception"

 and here is the my App context in a file "apps-cv.xml"  :

doubt: how to make ContextXmlReader to read this ".xml" file
i tried   : /bin/startup -f conf/app-cv.xml , but the tomcat window
coming up and going down like flash.

Wht could be the wrong???


<webapps>
   <Context path="/servlets"
            docBase="c:/snm/hpstmgmt/webroot/servlets"
            debug="0"
     reloadable="true" >
              <LogSetter name="cv_tc.log" path="logs/cv.log" />
              <LogSetter name="cv_servlet_log"
                         path="logs/servlet_cv.log"
    servletLogger="true"/>
  </Context>

</webapps>

Any help appreciated.....


Thanks in advance,
Anil