Cesar Rodezno wrote: >English: How i can change the route of the directories where I keep my files >by default, I don't want to use ROOT? >In particular that of the classes. > How can i do a directory virtual in a route different from webapp? > > >Espa�ol: Como cambio la ruta de los directorios donde guardo mis archivos, >yo no quiero usar ROOT?; En particular el de las classes. > Como creo directorios virtuales en una ruta diferente de webapp? > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > I'm just starting using Tomcat, so I don't know i this is the best, or recommended way, but at least it worked for me:
In $CATALINA_HOME/conf/servler.xml use <Context path="" docBase="the path you'd like to use instead of ROOT" /> Note that the value for the path attribute is an empty String. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
