If you have Apache, I guess it serves static requests, so you could use.
Simply let http://someserv.com/index.html to be served by Apache and put for example an index.html with this content :


<meta HTTP-EQUIV="REFRESH" content="0; url=http://someserv/someapp";>

Apache will redirect instantly to your webapp.

Bastien.


Mark Lowe wrote:
In fact combine what oliver and I have suggested and you should be home n dry.



On 24 Jun 2004, at 20:24, Oliver Nautsch wrote:

Hello Balaji,

try something like:

...
[uri:/*.jsp]
group=ajp13:localhost:8009
...

in your workers2.properties

Oliver


Balaji Varanasi wrote:

Hello All,
I am not sure if this question has been answered but will appreciate if
some one can help. I have apache 2 and tomcat running on the same
machine and are connected by jk2. My webserver url is
http://someserv.com <http://someserv.com/>  and my web app is someapp
containing jsp pages. I can access my app with the url
http://someserv.com/someapp properly. But I want to access it just by
typing http://someserv.com <http://someserv.com/>  .  Thanks in advance,
Balaji



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to