Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Good morning,
We have some issues with a jsp page that works perfectly on Windchill 9.1. The page uses a java class that obtains the BOM of a given EPMDocument. The problem came when we upgraded to Windchill 10.1. Using the same jsp and the same java class, Windchill returns an AuthenticationException instead of a BOM.
Does anyone know why?
We appreciate any suggestion.
Thank you.
Solved! Go to Solution.
I have found what the problem was. Previously, on Windchill 9.1 my jsp was under codebase/ext/ldm directory and it worked. I suppose that, in Windchill 10.,the web server configuration restricts JSP execution to those which are under codebase/wtcore. I have moved my jsp to codebase/wtcore/.../ldm and it works.
Thank you for your help.
Is it a custom page? Do you have the directory in your web server's *auth.conf?
I have found what the problem was. Previously, on Windchill 9.1 my jsp was under codebase/ext/ldm directory and it worked. I suppose that, in Windchill 10.,the web server configuration restricts JSP execution to those which are under codebase/wtcore. I have moved my jsp to codebase/wtcore/.../ldm and it works.
Thank you for your help.