We are using JDK 8u92, yes i have disabled devmode, enabled back for
debugging this issue.



On Fri, Jul 22, 2016 at 11:48 AM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 2016-07-21 17:30 GMT+02:00 Sreekanth S. Nair <
> sreekanth.n...@egovernments.org>:
> > By investigating further on this its taking time at
> >
> > PackageBasedActionConfigBuilder#buildActionConfigs
> >
> > Line No 293 Set classes = this.findActions();
> >
> > related struts.xml
> >
> > <constant name="struts.convention.exclude.parentClassLoader"
> value="true" />
> > <constant name="struts.convention.action.fileProtocols"
> > value="jar,vfsfile,vfszip,vfs,zip" />
> > <constant name="struts.convention.result.path" value="/WEB-INF/jsp/" />
> > <constant name="struts.convention.action.mapAllMatches" value="true" />
> > <constant name="struts.convention.default.parent.package" value="mycom"
> />
> >
> > <constant name="struts.convention.action.includeJars" value=".*mycom-.*"
> />
> >
> >
> > further inside findActions method
> >
> > List urls = this.readUrls();
> > *ClassFinder finder = this.buildClassFinder(ex, urls); //LONG TIME*
> >
> > I didn't investigate further will update once done and if required
>
> Which Java version do you use?
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to