I have MyEclipse 5.1 on Eclipse 3.2
I have WebSphere 6.1 trial edition installed.
I created a Web project
Added Struts 1.2
Added Spring 2.0
Then I added a JSP, Action and Form
and then added another JSP with a global Forward
The form had three attributes.
I dded a bunch of libraries thaqt i will need for my development.
I decided to test the deployment of my application to the newly installed WebShpere 6.1. It copied it to the the following directory:
profiles\AppSrv01\installedApps\TODDMUCHMORENode01Cell\MarketsTest.war
But it doesn’t show up in the admin console. Is there something manual that needs to be done in the application server as well?
When I try to fit the site using:
http://localhost:9080/MarketsTest
or
http://localhost:9080/MarketsTest/form/testIndexes.jsp
I get a 404 error that a page cannot be found.