Hello everybody,
I have iplanet webserver, ibm websphere as app server. I have a
j2ee application.
What is the best way to deploy? Should i create a war file containing all the
servlets,jsps and actionclasses and deploy it on iplanet webserver and deploy session beans and entity classes on the app server as a jar file?? or deploy the whole thing as an ear file on the app server??
The action classes call the session beans for service.
In the former case of deployment how to resolve the references???
Thanx in advance