Author |
Message
|
MQRR |
Posted: Mon Sep 22, 2003 3:05 pm Post subject: [SOLVED]accessing webclient : Changing default URL: URGENT |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
Hi all,
If we want to access the webclient the URL is http://localhost:9080/MQWFClient-<configID>/RTC.html
does anyone know where or which file to change , in order access with different URL. or atleast make little changes to this or where to look to find out what my system has
thanks
MQRR |
|
Back to top |
|
 |
vennela |
Posted: Tue Sep 23, 2003 6:11 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
As far as I know you can't change it. I am not good with WAS, but I think you can't change the existing URL. But, if you want your URL to be something other than that, while creating a web client configuration, it will ask for the root URI, and you can give whatever value you want to, instead of the default.
-------
Venny |
|
Back to top |
|
 |
MQRR |
Posted: Tue Sep 23, 2003 10:34 am Post subject: URL |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
Hi vennela,
thanks. sorry i was not very clear when i asked you that question.
anyway what i figured was if we are using any IDEs like WSAD we could write application.xml file to change this context root using <context-root> tag
and may be some changes in web.xml(i am not sure about web.xml)
MQRR |
|
Back to top |
|
 |
kriersd |
Posted: Tue Sep 23, 2003 6:17 pm Post subject: |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Should just have to modify the WAR file, then package up the WAR in the EAR file and redeploy to Websphere. _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
MQRR |
Posted: Fri Sep 26, 2003 12:32 pm Post subject: |
|
|
Centurion
Joined: 10 Aug 2003 Posts: 110
|
|
Back to top |
|
 |
sshaker |
Posted: Fri Sep 26, 2003 6:33 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
As per my knowledge we can change the URL and it is not fixed. One way is to change while configuring the web client using fmczutil or the GUI.
FMC33942I Specify the root URI of the Web Client:
Root URI : [MQWFClient] <- we can change it here
If ur using the default config Id FMC then the uri is MQWFClient otherwise it is MQWFClient-myConfigID where myConfigID is custom configuration ID.
The other way is to go into WAS admin console after configuring the web client in WAS (assuming webclient is configured into WAS) and change the url.
Looking at the earlier posts it looks we can even change in the xml file directly (i dont think it is the safest, though).
regards _________________ shaker |
|
Back to top |
|
 |
|