Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Is there a limit on number of vhost.xml files?

Yes, not sure where that semi-colon came from...

BTJ

On Tue, 2017-03-21 at 08:19 -0500, Jesse McConnell wrote:
>  <Item>www.domain.no</Item>;;
> 
> 
> Was that semi-colon a cut and paste error?
> 
> 
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
> 
> On Tue, Mar 21, 2017 at 8:07 AM, Bjørn T Johansen <btj@xxxxxxxxxx> wrote:
> > The problem is that the logfile does not really tell me anything, unless I am blind.
> > I guess there is no limit to the number of vhosts then, I only have 8-9. What's strange is that all the web applications are coming up, according the logs for the specific web applications.. I haven't tested yet, but will try to test all the web applications if they indeed respond as well, when I get that FAILED message..
> > 
> > BTJ
> > 
> > On Mon, 2017-03-20 at 13:56 -0700, Joakim Erdfelt wrote:
> > > What do those logs tell you?
> > > /opt/jetty_default/logs/2017_03_18.jetty.log
> > >
> > > Just tried setting up a jetty.base with 4096 webapps, all on different vhosts.
> > > Takes a while to startup, but no FAILED message.
> > > How many do you have?
> > >
> > >
> > >
> > >
> > > Joakim Erdfelt / joakim@xxxxxxxxxxx
> > >
> > >
> > > On Sat, Mar 18, 2017 at 5:50 AM, Bjørn T Johansen <btj@xxxxxxxxxx> wrote:
> > > > When I start my jetty application, after adding one more vhost*.xml file, it says the following:
> > > >
> > > > Starting Jetty: StartLog to /var/run/jetty/jetty-start.log
> > > > 2017-03-18 13:40:47.844:INFO::main: Logging initialized @286ms to org.eclipse.jetty.util.log.StdErrLog
> > > > 2017-03-18 13:40:47.974:INFO::main: Console stderr/stdout captured to /opt/jetty_default/logs/2017_03_18.jetty.log
> > > > . . . . . . . . . . . . . . FAILED Sat Mar 18 13:41:43 CET 2017
> > > >
> > > > If I remove one of the xml file, then Jetty will start successfully (does not matter which xml file).
> > > > What am I missing?
> > > >
> > > > btw, I am using Jetty 9.4.2..
> > > >
> > > >
> > > > Regards,
> > > >
> > > > BTJ
> > > >
> > > > _______________________________________________
> > > > jetty-users mailing list
> > > > jetty-users@xxxxxxxxxxx
> > > > To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> > > > https://dev.eclipse.org/mailman/listinfo/jetty-users
> > > >
> > 
> > _______________________________________________
> > jetty-users mailing list
> > jetty-users@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/jetty-users
> > 
> 
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
> 



Back to the top