Hi Pedro,
Before answering you telling taht from what I now, clustering capabilities are only available on Enterprise Editions.
On the other hand, I don't know if it's possible to disconnect the L2 cache, but you can avoid to share it. Just don't update the ehcache config file. Anyway, you'll have problems on consistency, as the indexes are not going to be replicated between the nodes in the cluster.
So, imagine you upload a content through node A, node A indexes are updated with the info of the content, but when you try to perform a search related to the uploaded content on node B, no contents are going to be shown to you, as node B indexes are not updated.
Surely, other problems will appear, but I think this is the most important.
Regards