Neither,
You'd set this up in your startup scripts (.sh if you are on linux and .bat
on windows) or in your wrapper.properties file if you are running
jk_nt_service.exe to run tomcat as an NT service.
Jake
At 09:14 AM 12/21/2000 -0200, you wrote:
>Into jserv.properties, I'd do:
> wrapper.classpath=d:\internet\apache\JServ\ApacheJServ.jar
> wrapper.classpath=d:\lp\jbuilder3\lib\jsdk.jar
> wrapper.classpath=d:\lp\jbuilder3\lib\javamail\mail.jar
> wrapper.classpath=d:\lp\jbuilder3\lib\jaf\activation.jar
> wrapper.classpath=d:\lp\jbuilder3\lib\mysql_2_uncomp.jar
>
>Into Tomcat, what's the file to do the same ? tomcat.properties or
>server.xml ?