Hi,
I need to access a Web Dynpro Application running on WAS 6.40 using some URL in the browser ,
like-- http://111.61.11.24..
What i mean, upon typing this url, i shud be able to see the default page of my WD App.
Any idea, how to do it?
Thanks in advance
Sandip Agarwal
Hi,
My customer wants the application to be invoked in that way only.
What if i dont want to use any servlets for re-direction?
Are there any settings that can be done on the server to get the required functionalty?
Thanks
sandip
Hi Sandip,
the URL of a WD application must contain some specific parts, which the WD dispatcher servlet expects (the URL is parsed for provider, deployable object name, application name) and of course the URL prefix, which initially "invokes" the dispatcher servlet.
One possible solution is to use a custom "redirect-servlet" which converts the URLs you want to use to "WD-like" URLs using a map, configuration file or whatever.
Why do you need this?
Hope that helps.
Regards
Stefan
Add a comment