Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet.

I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see the application.

Now I want to see the servelt file of jsp which I ran.

Can anybody please tel me where I can find it or do i need to do some configurations for this because I searched whole weblogic directory there is no java file with the jsp file name.

like image 626
sap Avatar asked Jul 02 '10 12:07

sap


1 Answers

If WebLogic is compiling JSP (i.e. if you are not precompiling them), they should be located under domain_name/servers/server-name-1/tmp/_WL_user.

See also

  • Using JSP Precompilation in WebLogic
like image 176
Pascal Thivent Avatar answered Sep 19 '22 15:09

Pascal Thivent