symbolic link with a jar file

2004-03-31 Thread Christophe LECONTE
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 :


  



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]



problem : symbolic link with a jar file

2004-03-25 Thread Christophe LECONTE
Hi,

I want to do a symbolic link with my file.jar, but I don't understand why I
fail. I followed this instruction
:http://jakarta.apache.org/tomcat/faq/misc.html#symlink , but I have this
error :


2004-03-24 18:27:26 ContextConfig[/voicexmlpageserver] Exception processing
JAR at resource path /WEB-INF/lib/toto.jar
javax.servlet.ServletException: Exception processing JAR at resource path
/WEB-INF/lib/toto.jar
at
org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
at
org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868
.
- Root Cause -
java.lang.IllegalArgumentException: Invalid TLD resource path
/WEB-INF/lib/toto.jar
at
org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:898)
at
org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868)
at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)

1)toto.jar is the symbolic link on my file.jar. file.jar and toto.jar are
located in the same directory : /WEB-INF/lib/.
2) I wrote this instruction in the server.xml file :
  

  

I think that I forgot something. But what ? Can you help me.

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]