as said i first deployed the application in the development mode(exploded mode) using myeclipse deployment window to websphere. the log in the console was not updated at this time. then i installed the application using the admin console of websphere. i then started the application through console and then ran it tat the default 9080 port it worked fine.
now i included another jsp in the application.
i stopped the application in the admin console. i then redeployed the application(now containing a new jsp page) using the MyEclipse deployment window. now when i did this the console din show any log messages.
i then restarted the application in the admin console.
but when i run the application at the default 9080 port the new jsp cannot be accessed. it gives a HTTP 404 error(which means the is not present there).
can you help me with this.
is this the correct way of deployment.
i am very eagerly looking forward to help.