Parsing error on startup

2003-08-14 Thread Guy Caseley
Hi, I have a webapp that uses struts1.1-b3 and it runs fine on Tomcat4.1.27/jdk1.3 on my PC (Win2k). When I start Tomcat4.1.27/jdk1.4 on RedHat Linux, I get: 2003-08-05 06:31:31 StandardContext[/app1]: Servlet /app1 threw load() exception javax.servlet.UnavailableException: Parsing error

Re: Parsing error on startup

2003-08-14 Thread Guy Caseley
at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:952) Thanks very much for the help, Guy. Navjot Singh wrote: guess your jdk version is 1.4.1_03. upgrade to the latest one 1.4.1_04. problem solved. hth navjot singh |-Original Message- |From: Guy Caseley [mailto:[EMAIL PROTECTED] |Sent: Wednesday

Multiple application modules

2003-07-05 Thread Guy Caseley
Given a Struts1.1 application that contains multiple application modules, do you always need a default (top-level) application module for the sub-modules to work? Any help or comments on this would be greatly appreciated, Thanks very much, Guy.

Multiple application modules without default module doesn't workfor me

2003-07-03 Thread Guy Caseley
I recently took advantage of the application modules feature in Struts1.1, and split a larger application into several modules. This worked fine until I removed the default module (so all modules were sub-apps) and everything stopped working. Do you always need a default module? Here is an