30
Keep the generated JSP Source file in WebSphere Application Server
Posted by | Posted in WebSphere | Posted on 30-05-2011
Tagged Under : WebSphere, WebSphere Application Server
Keep the generated JSP Source file in WebSphere Application Server
We all know the location of generated Java source file from JSP in WebSphere Commerce. Suppose you are working in an WebSphere Application Server environment, not in WebSphere Commerce and you want to see the JSP source files generated by WAS. If you look in the temp directory of WebSphere, we can see only the .class files. Not the source file. WebSphere Application Server by default does not keep the generated Java source file. However we can instruct WebSphere to keep the generated Java source file in the temp directory. The location where WebSphere keeps the generated Java source file remains same. Of course you can change it, if you want to, by specifying some other configuration parameters.
Read the rest of this entry »












