• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Compiled jsp source code location in Websphere 4

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could anyone please tell me how I can configure the Websphere 4 to keep the jsp�s source codes after successfully compiling them ?
Apparently, after generating the .class file, the _jsp source code is discarded, but I�d like to configure the system to keep them for debugging issues...
I�ve read it�s possible on version 3.5 by configuring some system initial parameters, but so far, I couldn�t find anything related to WSAD 4 ...
Tks
F�bio
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
you should set the keepgenerated flag to true
during the deployment
you can do this via the admin console
find the jsp attributes node in the left
tree and right click add then
type keepgenerated as attribute name and
true as the value
then the generated _jsp files will go to the
temp ditectory
bye
Gergo
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gergo !
Are you sure it works for the WSAD 4 ? Cause I�ve read this was required only for the V 3.52 ... But in fact I have another problem , cause I don�t have the Application Server AES installed on my machine, but only the Websphere Studio Application Developer , that uses the Test Environment , so I think it doesn�t have an Admin Console (or at least I could not find it... )
Any idea ?
Tks a lot !
F�bio
 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


Can any one brief me, how this _jsp source code helps in real time for debugging purpose and I am using WAS5.0 and migrating to WAS6.0 , Can any tell what settings do i need to make to retain _jsp source code.


Thanks in advance,
Prakash
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic