obj.conf configuration help
I am creating a profile page and the url in the address bar needs to be http://domain.com/pages/personal/Rajshree.Rath. The page Rajshree.Rath does not exist. I have to get the first name and the last name and create the page dynamically.
I made this change in obj.conf and it worked exactly I needed. The url prepend gave me the first name and last name and the url did not change in the address bar.The page Details.jsp resides on app server.
<Object name="weblogic" ppath="*/pages/personal*">
Service fn="wl_proxy" WebLogicHost="weblogichost" WebLogicPort="weblogicport" PathPrepend="/subdir/Details.jsp?url=" WLProxySSL="ON"
</Object>
However, now the requirement has changed. The page Details.jsp needs to be on the web server.
What configuration I need to add to obj.conf so that the page works on web server ?
Thanks in Advance,
Rajshree

