I want to authorize Tomcat to use symbolic link with a jar file. I'm trying to use this following instruction in the server.xml file :
<Context path="/voicexmlpageserver" docBase="voicexmlpageserver" debug="0"> <Resources className="org.apache.naming.resources.FileDirContext" allowLinking="true" caseSensitive="true" /> </Context> But in fact it doesn't work. When I look the log files I don't see any error but. I use Tomcat4.1.30, JSDK1.4.2 and Solaris Have you already used this instruction ? Can you help me or give some informations. Thanks. Christophe. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
