This is a discussion on URL Transformation - Weblogic ; Is there a way to transform the URL for a Weblogic 8.1 controller produced by workshop? For example: if my URL is http://localhost:7001/ProjectWeb/top...Controller.jpf is there a way that to expose the URL as http://localhost:7001/ProjectWeb/Tes...Controller.jpf but allow the source code to ...
Is there a way to transform the URL for a Weblogic 8.1 controller produced by workshop?
For example:
if my URL is http://localhost:7001/ProjectWeb/top...Controller.jpf
is there a way that to expose the URL as
http://localhost:7001/ProjectWeb/Tes...Controller.jpf
but allow the source code to live in the weblogic Workshop project directory as
ProjectWeb/topdomain/localdomain/projectname/module/Test/TestController.jpf
i.e. when a user hits http://localhost:7001/ProjectWeb/Tes...Controller.jpf
I want it to resolve to the controller
ProjectWeb/topdomain/localdomain/projectname/module/Test/TestController.jpf
Thanks,
-thomas