Hi, I don't know of any specific limit to the number of web apps you can run on a single instance of Tomcat. I think it may only be limited by the amount of system resources you can sweat out of your hardware. Where I work, we have one instance of Tomcat which has probably 30 distinct web applications deployed to it and it still performs nicely. Hopefully, someone with more struts knowledge than I can answer your struts question.
On Tue, Aug 5, 2008 at 4:01 PM, Tomcat User6 <[EMAIL PROTECTED]> wrote: > > > I am running around 10 different site on single Tomcat Instnace i.e. 6.0. I > am facing some unexpected errors while running some of the sites. Everytime > I restart the Tomcat, the same error is throwing by individual site. > > This is the error.. > > java.lang.NoClassDefFoundError: > com/opensymphony/xwork2/util/profiling/UtilTimerStack > > > org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:425) > > I have Struts2 integrated in all sites. everytime this error appears on > different-different sites. > > Is there any limitation of #of sites can be run on tomcat or so.? > > If this is not the issue then, what can be other possible causes.? > > -- > View this message in context: > http://www.nabble.com/-of-Site-can-be-run-on-single-Tomcat-Instance--tp18838809p18838809.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >