Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Location of compiled JSP in WepSphere Application Server

1,042 views
Skip to first unread message

j_devlop89

unread,
Nov 6, 2009, 3:21:11 PM11/6/09
to
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

dims

unread,
Nov 6, 2009, 4:00:28 PM11/6/09
to

dims

unread,
Nov 6, 2009, 4:50:02 PM11/6/09
to
Oh. and make sure you use keepgenerated option in either open to save the generated java files.

-- dims

sgib...@gmail.com

unread,
Nov 9, 2009, 11:36:41 AM11/9/09
to

This attribute is needed in your ibm-web-ext.xmi file in your WAR.
<jspAttributes xmi:id="JSPAttribute_4" name="keepgenerated"
value="true"/>

This one makes it easier to locate where WAS puts everything
<jspAttributes xmi:id="JSPAttribute_6" name="scratchdir" value="/
tmp"/>

Make sure the number after the "JSPAttribute_" are unique in the xmi
file.

Good luck.

0 new messages