Hi,

do you have to have a default module called '' or with multiple modules can they all be defined with a name?

    <init-param>
      <param-name>config/equipment</param-name>
      <param-value>/WEB-INF/struts-equipment-config.xml</param-value>
    </init-param>
    <init-param>
      <param-name>config/logistics</param-name>
      <param-value>/WEB-INF/struts-logistics-config.xml</param-value>
    </init-param>

I'm getting errors with deployment when I don't have:

    <init-param>
      <param-name>config</param-name>
      <param-value>/WEB-INF/struts-config.xml</param-value>
    </init-param>

Even though theres no mention of a struts-config.xml within my web.xml I'm seeing these errors on the console.

DEBUG - Initializing module path '' configuration from '/WEB-INF/struts-config.xml'
2003-10-03 16:05:05,600 DEBUG [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] action.ActionServlet (ActionSer
vlet.java:916) - Initializing module path '' configuration from '/WEB-INF/struts-config.xml'
<03-Oct-2003 16:05:05 o'clock CST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=13453463,name=opweb,context-path=/opw
eb)] Root cause of ServletException.
java.lang.NullPointerException
at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1003)
at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)






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



Reply via email to