You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dionisio Ruiz de Zarate <di...@tinieblas.com> on 2003/09/23 14:21:14 UTC

error configuring tomcat

Hello.
i want to configure intomcat one new context
(http://localhost/myNewContext/ )
I have the new structure:

$home
|------webapps
          |--ROOT
          |     |..........
          |--myNewcontext

and in the conf file i put:
<Context path="/myNewContext" docBase="" debug="0" reloadable="true"
crossContext="true">
....

but it doesn't run well
can you help me for configure one new context?
thanks