I am migrating my application from weblogic 5.1 to
Websphere application server5.0 Application is based on
java pet store architecture. I was able to create
the .ear, .war and EJB module. Even my application is
getting deployed smoothly. Now my problem is, I have all my
JSP's inside the docroot folder, which is in MyApp.war
folder. When i access my application through browser it
gives me the error that JSP was not found inside the
MyApp.war now if i move the JSP one folder up and put it in
the .war directly. I get the error the .tld is not found in
docroot folder(earlier tld was directly in root of .war and
it was running fine), when i move the .tld in docroot, i
get the error that setter method for a particular attribute
is not found. and if this is not enough..first two pages that is login.jsp and menu.jsp runs properly and than problem starts, when i click a link on my menu options..even header and footer's jsp are getting included..Plz Help
Websphere application server5.0 Application is based on
java pet store architecture. I was able to create
the .ear, .war and EJB module. Even my application is
getting deployed smoothly. Now my problem is, I have all my
JSP's inside the docroot folder, which is in MyApp.war
folder. When i access my application through browser it
gives me the error that JSP was not found inside the
MyApp.war now if i move the JSP one folder up and put it in
the .war directly. I get the error the .tld is not found in
docroot folder(earlier tld was directly in root of .war and
it was running fine), when i move the .tld in docroot, i
get the error that setter method for a particular attribute
is not found. and if this is not enough..first two pages that is login.jsp and menu.jsp runs properly and than problem starts, when i click a link on my menu options..even header and footer's jsp are getting included..Plz Help