Hi all,
I am using Weblogic 8.1 server in Eclipse 3.1.
I have only an index.jsp file under webapps. When I build and run this on Eclipse (using Weblogic), I get Page 404 error.
The name of my project is
Test and I have Index.jsp under WEB-INF. Weblogic is configured in port 7001 and i have Test.war available under C:\bea\user_projects\domains\mydomain\applications.
When I key in the following link, it says Page 404 error.
http://localhost:7001/Test/ Please help