Why not place each virtual host in a differnt deploy directory

where an config file in that dir contains the directives for the virtual
host

for example
<JBOSS_HOME>/deploy/anhost
                                          host.xml
this my beplaced in another config file like core-service.xml or other jboss
related files

a maybe host config
<virtualhost>
<web>
    <host>ip|domain</host>
    <port>port</port>
</web>
... other services
</virtualhost>

this way asp's can setup different accounts for their users.

Just some thoughts ...

Tbone


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to