Hi,
i am trying to enable tomcat to follow symbolic links
Unfortunately, i wasnt able to make it work for my web application which
is called "mv" and is located
to the $(catalina.home)/webapps/mv directory.
I tried the options below:
1) touch file to $(catalina.home)/conf/Catalina/localhost/mv.xml
<Context docBase="mv" debug="5" crossContext="true" reloadable="true">
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" />
</Context>
2)touch file to $(catalina.home)/webapps/mv/META-INF/context.xml
<Context reloadable="true" crossContext="true" path="/mv">
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" />
</Context>
3)Changed server.xml configuration file
add inside <Host> ... </Host> tags:
<Context path="/mv" docBase="mv" debug="0" reloadable="true"
crossContext="true">
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true" />
</Context>
or
<DefaultContext allowLinking="true" />
What am i doing wrong...?
--
Manos Moschous
M.Sc. in Computer Science
Institute of Computer Science,FORTH
Tel: +30 (2810) 391945
Fax: +30 (2810) 391937
Mob: +30 693 6656123
PO BOX 1385, Vasilika Vouton
GR71110 Heraklion Crete
Greece
--
Manos Moschous
M.Sc. in Computer Science
Institute of Computer Science,FORTH
Tel: +30 (2810) 391945
Fax: +30 (2810) 391937
Mob: +30 693 6656123
PO BOX 1385, Vasilika Vouton
GR71110 Heraklion Crete
Greece
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]