From: Luca C. <lcl...@uc...> - 2009-08-28 18:26:40
|
Anthony Bretaudeau wrote: > Hi (again!) > When installing Opal a while back, I had to edit > $opal_sources/webapps/opal2/WEB-INF/web.xml and change param-value of > 'opalUrl' in order to have a working dashboard. > I was a bit confused as I didn't see this in the documentation and the > comments in web.xml were not very encouraging ('Opal GUI config param... > do not touch this'). > I just wanted you to know about that. Is it a normal behaviour? > Thanks Anthony, if you shuts down the 8080 connector of your tomcat, then you have to change the opalUrl with the new port you are using. That URL is used by Opal dashboard to query the AXIS admin interface to get the list of services. Sincerely, Luca |