cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

JSP AuthenticationException Windchill 10.1

DavidPesquera
1-Newbie

JSP AuthenticationException Windchill 10.1

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

Top Tags