views:

35

answers:

2

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

+3  A: 

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

Pascal Thivent
+1  A: 

I haven't used WebLogic in my life, let's hope this is correct - link and will help you.

Petar Minchev