Ok, ive done the section so that I can add an extra application at a later stage if I need to.
You say in your post index.xml do you mean index.jsp or web.xml
I've created a new index.jsp which provides the user with a hyperlink to testapp but I dont know if I can make the new page automatically go to testapp either through further mod of index.jsp or whether the web.xml can reference my testapp.



Shapira, Yoav wrote:

Would it be better to replace ROOT app with a mini app. For example say
I have two applications running on tomcat could I create a third app
which simply had a webpage giving links to the start of the other two


apps

That's also a fine option.  You can replace the ROOT index.xml file with
one that forwards to /testapp very easily.  This involves no server-side
configuration, so it's quick and easy.  However, URLs like
http://yourhost/somePageOtherThanIndex.html will not work.

Yoav



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



Reply via email to