You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Marcel Overdijk <m....@oravision.nl> on 2003/05/08 16:31:26 UTC

struts-config.xml not loaded

Hello,
 
Is it possible to check if the struts-config.xml file is loaded ?
 
Due to some problems (action forwards won't work) I assume the file is
not loaded.
 
The Tomcat log file shows the following warning: WARNING: Cannot use JVM
pre-1.4 access bug workaround die to restrictive security manager.

 

Kind Regards,


Marcel Overdijk



RE: struts-config.xml not loaded

Posted by Mike Jasnowski <mj...@bea.com>.
If you turn on debuggin for the ActionServlet in your web.xml file you
should see whether it's being loaded

<init-param>
      <param-name>debug</param-name>
      <param-value>2</param-value>
    </init-param>
    <init-param>
      <param-name>detail</param-name>
      <param-value>2</param-value>
    </init-param>


-----Original Message-----
From: Marcel Overdijk [mailto:m.overdijk@oravision.nl]
Sent: Thursday, May 08, 2003 10:31 AM
To: struts-user@jakarta.apache.org
Subject: struts-config.xml not loaded


Hello,

Is it possible to check if the struts-config.xml file is loaded ?

Due to some problems (action forwards won't work) I assume the file is
not loaded.

The Tomcat log file shows the following warning: WARNING: Cannot use JVM
pre-1.4 access bug workaround die to restrictive security manager.



Kind Regards,


Marcel Overdijk




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org