Hi,

thanks your invaluable help I could set up a working environment with Apache
and JBoss. I can do virtual hosting too. My only problem now is the
following.

Currently I have a J2EE application installed under the /istore webcontext.
I also set up a virtual host with the following lines in httpd.conf:

<VirtualHost zeus>
    ServerName zeus
    DocumentRoot "f:/JBoss-2.4.4_Tomcat-4.0.2b/jboss/deploy/istore.war"

    <!-- this is not too nice, but needed (so that I can use the same
resource URIs in both the development and the real      environment which runs
under a virtual host) -->
    Alias /istore "f:/JBoss-2.4.4_Tomcat-4.0.2b/jboss/deploy/istore.war"

    JkMount /istore/control/* ajp13
    JkMount /*.jsp ajp13
</VirtualHost>

Since the virtual host "zeus" is simply a pseudonym for the context
"/istore" I'd like to get rid of the context. So I'd like to access my
application like: http://zeus/control/someFunction (actually a servlet call)
or get a resource like http://zeus/images/someImage.gif (instead of
http://zeus/istore/images/someImage.gif). Or I could follow a naming pattern
like this: context.vhost. Say a webstore would be accessible under
http://www.zeus.com its administration site under http://admin.zeus.com.

Any ideas would be much appreciated!

TIA
J



--
Jarecsni, János
MORGAN HILL CONSULTING, Internet Applications Unit
mailto:[EMAIL PROTECTED]
http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392


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

Reply via email to