Re: Re: multiple web domains
Rafał Krupiński <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Nov 12, 2010 at 20:19, S. Ali Tokmen <[email protected]> wrote: > Hello > > If you'd like to add other directories that should be scanned by JOnAS > for deployments, please use the jonas.service.depmonitor.directories in > the jonas.properties file. Thank you. Actually I want to publish two applications under different domain names using one jonas instance, like this: app1.war -> http://example.com/ app2.war -> http://nonexistent.com/ In pure tomcat it's done by configuring Hosts, assigning webApp directories to those domain names. It's unclear to me how it's done in jonas - there's tomcat6-server.xml and jonas.properties you've mentioned. Regards Rafał Krupiński