I was also able to display the welcome app on tomcat a few days ago but with one main hack. I had to expand the car file that contained the welcome app and point Tomcat to that expanded directory. So I think we might need to re-enable car module expansion and injection of configurationBaseUrl property.
Jarek On Mon, Nov 30, 2009 at 4:11 AM, David Jencks <[email protected]> wrote: > A few days ago I had the welcome app working in jetty with precompiled jsps. > After some local changes to base ServletContext.getResource on > bundle.getEntry() I now have the welcome app working without precompiled > jsps. There are a few failing tests since getEntry is not implemented in > MockBundle, I'll commit after figuring out how to implement this method. > > Welcome files don't seem to be working yet though. > > After finishing this up I plan to work on pluto. > > thanks > david jencks > >
