Howdo, Does Eclipse output the generated java source for JSPs anywhere, or do you have to configure something to get this to happen like you do in WSAD. TIA Graham
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
posted
0
Eclipse doesn't precompile JSPs for you, that's the job of your appserver. If you have the appserver configured to store the java files you can find them whereever the appserver stores them.
42
Graham VMead
Ranch Hand
Joined: Sep 22, 2003
Posts: 154
posted
0
Thanks Jeroen, Now you tell me, its a stupid question, coz Eclipse doesn't actually have in built jsp support or an app server like WSAD does it! :roll:
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
If I remember correctly (and it's very possible I don't) the Lomboz plugin will put the output in a temp folder after you run debug.