Where translated servlet of jsp got stored

sap picture sap · Jul 2, 2010 · Viewed 12.5k times · Source

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.

Answer

Pascal Thivent picture Pascal Thivent · Jul 2, 2010

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