Hey, I'm using Tomcat 5.5.12. If I created a context mapping in /conf/server.xml to cnetext /welcome.
<Context path="/welcome" docBase="StrutsDemo" /> If I do it like this, it works. But I read, that you should not insert a mapping in server.xml (bad style?) You should prefer to insert it into /conf/context.xml or \conf\Catalina\localhost\<ApplicationName>.xml In both I tried this one: "<Context path="/welcome" docBase="StrutsDemo"> </Context>" But it doesn't work. Did I do something wrong? greetz Christian --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]