Hi,
Can someone provide me with detailed steps on how to actually deploy an ear application in weblogic. I thought it was just dumping the ear in the application directory and everything will work fine. But I cannot access the page in the war file. I have a few questions:
1] if I dump a abc.ear file in the application directory wiht a abc.jar (the
ejb module) and abc.war (the web module) and the xml files also. The web context of the web module is abc. How do I access the index page in the web module?
Is it
http://<server name>:7001/abc/index.jsp ???
do i need to create a directory under application?
2] if the ear file is running ok in j2sdkee1.3.1, it is suppose to be ok in weblogic is it?
3] I added ejb2.0.jar in the lib directory. And added it to classpath in startweblogic. Do i need to add it to classpath as well?
would be glad if someone could provide with links to resource of deploying and configuring web logic. Thanks