You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raghavendra Tavva <rt...@gmail.com> on 2011/04/21 16:38:10 UTC

Apache Connector

Hi,
I was succesful in configuring the Apache Server/Apache Connector and JBoss
Server.

I am also successful in redirecting the browser url.

For example, when I say, www.mytest.org I get the response back - 'It Works'
which shows that my apache server configured correctly.

For example, when I say, www.mytest.org/t, I was succesful to redirect the
request to the appropriate web application.
http://www.mytest.org/ESTEST/startup.do;jsessionid=25C0CF173482B123570D74459ECBAE66.node1

All I need is - when I say, www.mytest.org (without any slashes) I would
like to launch my only web application deployed on my JBoss Server.

I was reading documents for quite a while and didn't had any success. Any
guidance in this would be greatly appreciated.

Thank you.

Regards

Raghav.