Hi, I don't know what release of Tomcat JBoss uses, but with all Tomcat releases, the generated Java files are stored in some directories within the "work" directory. Just check for *.java files and you should get your JSP file...
Sriram 1/5/02 9:11:05 PM, James Thornley <[EMAIL PROTECTED]> wrote: >Hi, > >I'm just setting up a jboss/catalina application using >jsp/servlets and ejb's. It's having a problem running >a jsp and I'd like to see the java code it has >generated. I know I need to set keepgenerated=true, as >I have found this in the javadocs, but does anyone >know: > >1. In which config file I need to put this parameter, >and what the xml tags will look like. > >2. Where the generated java files will end up. > >Alternatively, if anyone can point me to some >documentation covering this I'll happily look it up >myself. > >Thanks in advance for any help > >James Thornley > > >__________________________________________________ >Do You Yahoo!? >Send FREE video emails in Yahoo! Mail! >http://promo.yahoo.com/videomail/ > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
