Hi,
 
I have a jar file, that contains a struts-config.xml.
 
Is it possible to set the init parameter in web.xml, that struts find this 
struts-config file?
 
<init-param>
    <param-name>config</param-name>
    <param-value>???</param-value>
</init-param>
 
 
Regards,
 
Frank

Reply via email to