Could i specify somehow the target version of vm for jsp compilation? (I need 1.7, not 1.5 which is by default).
I have a WebAppContext, some filters in code on it etc.
The webapp itself is an exploded war.. so no xml configuration is used as it was not needed.
But seems, xml configuration are strictly necessary in order to do this?
How it shall look like (and wouldn't it conflict with the in-code definitions) ?
..or is there any way to do the trick through the code?
Thanks.