n828cl wrote:
>
>> From: John McKaine [mailto:sevjob...@mail.ru]
>> Subject: How configure Tomcat redirect to web page instead index.htm
>>
>> Is it possible to configure Tomcat server to my home page(no trick
>> with redirect on index.htm) ?
>
> R
ramzi khlil wrote:
>
> In web.xml you can specify the main page.
>
> On Mon, Mar 1, 2010 at 4:29 PM, John McKaine wrote:
>
>>
>> Hello everyone.
>>
>> I have the website, deployed on Tomcat server (virtual host).
>> When I enter in browser
Hello everyone.
I have the website, deployed on Tomcat server (virtual host).
When I enter in browser my domain - http://workinua.com.ua/
http://workinua.com.ua/
i get from server index.htm page and then by this code -
function redirect() {
window.location="home.html";
Hello everyone.
The problem is fairly simple, but I just do not know what was happening.
On Tomcat server I have virtual host and my application like this
(server.xml):
Workinua.com.ua
After starting the server Tomcat, the context o