I have tested deployment of my application on my local WebLogic server. After I start the local WebLogic server, I am able to display my application by this URL:
http://localhost:7001/ClassSchedule/Schedule.jsp
Then, I deployed the same application on a remote WebLogic server (on a UNIX OS). I am able to go to that WebLogic Admin Console by using this URL:
https://uxvnwg001a5028.sat.cbp.dhs.gov:8002/console I can see my application under "Deployments" with State:Active, Health: OK, Type: Web Application, Targets: pspd_SysTech_apsms-d0170_ms1, deployment Order: 100. And I also viewed the installed configuration of my application, The Context Root is /Class Schedule.
On the Admin Console, I checked the checkbox of my application, clicked on the Start button, selected the "Servicing All Requests" on the menu, and clicked Yes.
But, when I try to display my application by
https://uxvnwg001a5028.sat.cbp.dhs.gov:8002/ClassSchedule/Schedule.jsp I get Error 404: not found.
Please help to diagnose the problem. Thank you very much.