Hi again :) I forgot to add what the problem is. So, as I see it (AISI :) Tomcat requires you to pass a context in the request URL. Verz naturally, since it knows about /istore/control (a servlet) but knows nothing about /control or control.
I thought of using some RewriteRules on the Apache side, but I'd like to use the most solid and standard-like solution if any. Maybe using a virtual host on the Tomcat side too would help here? I confess I'm a bit confused. thanks, János |-----Original Message----- |From: Jarecsni János [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, February 12, 2002 4:57 PM |To: JBoss-List |Subject: Apache and JBoss244+TC402 | | |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
