Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 7 config question

Yes, I do want to start two separate instances from one Jetty_Home. I found that when I started the first one that the second was available because it was in the webapp dir.

Charles

On Mar 3, 2011, at 1:06 PM, Thomas Becker wrote:

> Oh and if you want them to be really independent from each other, why 
> not simply starting two instances of jetty?
> 
> On 03/03/2011 22:05, Thomas Becker wrote:
>> Have a look at the attached message. It's a recent thread about the 
>> same topic.
>> 
>> On 03/03/2011 20:22, Heizer, Charles wrote:
>>> Oops, hit sent instead of save :-P
>>> 
>>> Hello,
>>> I have two webapps siteA and siteB and both are in 
>>> JETTY_HOME/webapps. I would like to run two separate instances of 
>>> jetty one with each app on a different port. So I have created a 
>>> jetty-sitea.xml and a jetty-siteb.xml and a context for each as well. 
>>> So, my issue is since both apps are in webapps folder I don't want 
>>> each other to be accessible from /. The reason I want to two 
>>> instances is if one crashes I dont want the other to go down.
>>> 
>>> How can I accomplish this with jetty.. I have not really found much 
>>> which describes this scenario.
>>> 
>>> 
>>> Thanks,
>>> Charles
>>> _______________________________________________
>>> jetty-users mailing list
>>> jetty-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/jetty-users
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top