In your server.xml you add a context like this : <Context path="/myContext" docBase="E:/Where/ever/you/have/your/webapp" debug="0"> </Context>
arno > -----Message d'origine----- > De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Date: lundi 14 janvier 2002 15:11 > �: Tomcat Users List > Objet: Re: TC 4.0.1/SAXParserFactory.newInstance() error > > > > > > > > "Ravi Naidu" <[EMAIL PROTECTED]> on 01/14/2002 12:39:28 AM > > Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > cc: > > Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error > > Dear All, > > Tomcat 4 is installed on D drive of my machine. and my web directory for > jsp > pages is situated on E drive. > > How do i set my web driectory path for the web server in the configuration > files. > > Create a new <Context> element in your $CATALINA_HOME/conf/server.xml. > Specify the absolute path in the docBase attribute. > Restart Tomcat for the changes to take effect. > > Please help. > > Regards, > Ravi. > > Hope this helps. > Thanks. > RS > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
