Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere Application Server  >  developerWorks

Location of compiled JSP in WepSphere Application Server    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: Nov 6, 2009 4:50 PM Last Post By: Davanum Srinivas
j_devlop89

Posts: 3
Registered: Oct 22, 2009 01:55:22 PM
Location of compiled JSP in WepSphere Application Server
Posted: Nov 06, 2009 03:21:11 PM
Click to report abuse...   Click to reply to this thread Reply
Hi All

Can anyone provide me the details of the location where WebSphere stores compiled JSP (java files).

For example Tomcat stores both the java and the class file @ ..\work\Catalina\localhost\...\org\apache\jsp\..

For WebSphere I could locate the .class files for the compiled jsp's but not the java files. I need this as the log files show an error the compiled jsp (java file).

Thank You
j_devlop89

Davanum Srinivas

Posts: 118
Registered: Feb 08, 2006 07:54:57 PM
Re: Location of compiled JSP in WepSphere Application Server
Posted: Nov 06, 2009 04:00:28 PM   in response to: j_devlop89 in response to: j_devlop89's post
Click to report abuse...   Click to reply to this thread Reply
j_devlop89,

You may want to run JspC Ant Task or the JspBatchCompiler.sh/bat. That may be easier than hunting for the files.

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.iseries.doc/info/iseriesexp/ae/rweb_jspant.html

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rweb_jspbchtl.html

thanks,
dims
Davanum Srinivas

Posts: 118
Registered: Feb 08, 2006 07:54:57 PM
Re: Location of compiled JSP in WepSphere Application Server
Posted: Nov 06, 2009 04:50:02 PM   in response to: Davanum Srinivas in response to: Davanum Srinivas's post
Click to report abuse...   Click to reply to this thread Reply
Oh. and make sure you use keepgenerated option in either open to save the generated java files.

    • dims
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums