Does any one know how to run the 'examplesWebApp' web application in weblogic 6.0 SP2, in a cluster of two servers which are running on two different machines. I was successful in clustering an EJB. Some of the serlvets (like the HelloWorld servlets) run, but the jsp files dont. [This message has been edited by Juzar Roopawalla (edited October 30, 2001).] [This message has been edited by Juzar Roopawalla (edited October 30, 2001).]
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 973
posted
0
Hi, that�s strange... package your jsp in a war file and deploy it to the cluster, and you should be able to go. regards.