Tomcat is not deploying my application at startup because I have symlinks
to the .jar files.
Here's a copy of my context node in server.xml:
<Context path="/MaeQueryPrototype3"
docBase="/home/mauro/workspace/MaeQueryPrototype3/web"
workDir="/home/mauro/workspace/MaeQueryPrototype3/work"
>
<Resources
className="org.apache.naming.resources.FileDirContext" allowLinking="true"
docBase="/home/mauro/workspace/MaeQueryPrototype3/web" />
</Context>
What's wrong? The symbolic links are not working. My .jar file links
are at:
/home/mauro/workspace/MaeQueryPrototype3/web/WEB-INF/lib/.
If I make a hard link, it works fine.
Thanks in advance.
-- Mauro
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>