Hi, Thanks for your replies!

Pardon the obvious, but just in case you're WEB-INF should be:
/home/virtual/sitexyz/fst/var/www/html/WEB-INF/struts-config.xml


yes, that's right.

If that's it.... again, pardon the obvious, but how is the struts-config.xml coded in the web.xml?


This is how struts-config is coded in web.xml:
----------------------- web.xml -------------------------
[...]
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>3</param-value>
</init-param>
<init-param>
<param-name>detail</param-name>
<param-value>3</param-value>
</init-param>
<init-param>
<param-name>application</param-name>
<param-value>com.project1.ApplicationResources</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
[...]
-------------------------------------------------------------------



Regards, Phyl

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



Reply via email to