Ravi Kiran Varre wrote:I am searching for the java files in the whole weblogic installed folder and also inside my application (which i had given as the folder to deploy)
Any suggestions
and for your question
Whenever a jsp page has a error it only shows java line number but not the jsp src line number so for this i want to see the java files for that jsp
Which is what I thought. Even if you can get your hands on this JSP -> java generated file it is going to be pretty hard to trace down the reason by looking at the java file. But I agree that it can help.
Usually the keep generated flag is all you need to have the java file generated. I am not sure what is going wrong. Perhaps weblogic is not able to read this for some reason. Where have you placed the weblogic.xml file ? What is your EAR / WAR structure