Andreas S:
I have a little problem. The Glassfish that comes with Liferay is only web profile so I can't deploy my EAR with webservices.
Do you see any problem with using two different glassfish domain instances on the same host (different ports)? One only for webservices/EAR and one only for Liferay portal. For example, if something happens with Liferay which causes the server to go down my webservices will also be offline and they're used by other applications in addition to Liferay. Or it it bad practice to do this?
Or is it better if I try to find a way to make Liferay and EAR deployment work together in one glassfish?
Thank you.
What problem do you have in deploying Liferay and your EAR in the same glassfish?
You can deploy Liferay WAR in your Full EE Glassfish profile, you don't have to use bundled one. Only thing here is to place shared libs in glassfish classpath dir (<GLASSFISH>domains/domain1/lib and that's all.
Please sign in to flag this as inappropriate.