Should JSPs be avoided for high scalability?

I just heard about some web sites where Velocity templates are used to render HTML  instead of using JSPs and all the processing in performed in servlets. Can JSPs cause issue with scalability?

Thanks,
Unmesh