hi... I am migrating my application from weblogic 8.1 to weblogic 9.2 and when i deploy my application with precompiled jsp, i get some execption. These jsps are compiled on weblogic 8.1 jsp compiler. but when i deploy application without precompiled jsp, it works fine. so what may be possible reasons of this problem.
please help me as soon as possible.
thanks vijay
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
posted
0
Hi
Are you able to state the error you are getting so that we can tell what could be the problem
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35250
7
posted
0
Are you saying that JSPs that were precompiled with WL 8 don't work on WL 9? I wouldn't expect that to work - the inner workings of the JSP engine and of its generated code may well have changed between versions.