Re: [Actionframework-users] Sharing AS between webapps
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2003-05-19 16:42:34
|
> Has anybody tried to use AS from the common/lib directory of a servlet > container and share it between webapps? I've always deployed apps with AS, but some people reported they went this way. > I know that class loading would be an issue as AS would not be able to load > the components specified in the config as these are under a different class > loader. You can specify <application repository="/home/somewhere"> or extend ActionServlet or even override ActionServlet.getClassLoader() method. -Petr -- [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |