Hello!  I've discovered a bug in the struts initialisation:

If the data source specified in struts-config.xml is not valid, then
the initialisation steps that are normally performed after setting up
the data source are skipped!  The steps are below:

2001-07-09 05:23:33 - path="/pt" :jsp: init
2001-07-09 05:23:33 - path="/pt" :action: init
2001-07-09 05:23:33 - path="/pt" :action: Loading application resources from resource 
ApplicationResources
2001-07-09 05:23:33 - path="/pt" :action: Initializing configuration from resource 
path /WEB-INF/struts-config.xml
2001-07-09 05:23:33 - path="/pt" :action: Initializing application data source 
org.apache.struts.action.DATA_SOURCE
[*** If there's an exception here, the following two lines are not
present in tomcat's servlet.log ***]
2001-07-09 05:23:34 - path="/pt" :action: Process servletName=action, urlPattern=*.do
2001-07-09 05:23:34 - path="/pt" :action: Mapping for servlet 'action' = '*.do'

Hope this one's not too tough to fix. :)

Thanks!

-Jonathan Fuerth

Reply via email to