Re: [JBoss-user] Re: [jetty-discuss] Another virtual hosts question

2001-12-19 Thread danch
Greg Wilkins wrote: > > > 1.1//EN" "http://jetty.mortbay.org/configure_1_1.dtd";> > > > YourVirtualHostName > > > If that does what it seems to imply, having a facility like that is a sign of a twisted mind. I like it a lot! -danch ___

[JBoss-user] Re: [jetty-discuss] Another virtual hosts question

2001-12-19 Thread Greg Wilkins
Julian Gosnell wrote: > There was one other way which I saw someone using, but > it was a real hack. Jetty will read a proprietary > descriptor for each webapp (?jetty-web.xml?) in which > you can access it's configuration API. I think someone > was using this to somehow register a new listener

[JBoss-user] Re: [jetty-discuss] Another virtual hosts question

2001-12-19 Thread Julian Gosnell
Jetty supports virtual hosts. AFAIK, JBoss' deployment mechanism currently does not. You have two choices: 1. The JBoss/Jetty integration preserves Jetty's proprietary configuration abilities. i.e. you could configure your webapps to be deployed onto virtual hosts via the jetty.xml file. The pro