I've got my JBoss 4.2 server running and I managed to configure one virtual
host with mod_jk to get to it without having to enter the 8080 port.Here is
my VirtualHost configuration:


<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED]
    ServerName myserver.com

    JkMount /* loadbalancer

    ErrorLog /var/log/apache2/myserver-error.log
    # Possible values include: debug, info, notice, warn, error, crit,

    # alert, emerg.


    LogLevel warn
    CustomLog /var/log/apache2/myserver-access.log combined


</VirtualHost>


So no when I access the JIRA application installed on this server, I can do
it either from http://myserver.com:8080/jira or from
http://myserver.com/jira
Now I would like to be able to skip the jira suffix and access this same
application from http://myserver.com, but without making JIRA the home
application on my JBoss server.


Is that possible? How can I do that?

-- 
Sébastien Arbogast

http://sebastien-arbogast.com

Reply via email to