• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

location of jsp compiled classes in jboss4.0.2

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where in Jboss4.0.2 are the compiled .jsp classes located at?

I'm interested in debugging the translated jsp to servlet code, which is
usually of the name File_jsp.java.

I know this question was asked for older verions of jboss, and apparantly
it isn't in same location.
 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think its something like tmp/deploy/tmp or something like that. You can always to a start > find > (point to jboss root) > *.class, right?
 
Chris Palm
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually I'm running on solaris, but the concept is the same.
I've done finds on class, jsp etc, and All I ever find is the original .jsp file, not the compiled servlet version of the file.
 
Chris Palm
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After fixing some errors in the .jsp it compiled my file_jsp.java,
apparantly it won't produce this at all if the errors are too early in
the jsp file.
IT was located in
server/default/work/jboss.web/localhost/WARFILENAME/org/apache/jsp/File_jsp.jav
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic