[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Standalone infocenter home page and locale

Hello,

After some tests i finally have a standalone infocenter so i created a war and it works nicely, but i have some problems with it.

- The first problem that i have is with locales, when the infocenter is run, i think that the only manner to change the locale is pass the locale URL parameter, of course configuring valid locales in properties of infocenter, so can i display the list of supported locales in the top banner?

- The second problem, the most important to me, so i can understand how eclipse servlet bridge works is that when i access the http://infocenter/help i see a blank page, only the help is show when i put ../help/index.jsp y try to configure it on web.xml but seems that tomcat (i use it for test the war) is ignoring my welcome page. Is posible to define the default page to show when no jsp is in URL?

Regards.