Hi,
I have installed Websphere5.1 and deployed one web application which is running fine in
Tomcat. But when i am trying it in websphere its giving some eroor,
E org.apache.struts.taglib.tiles.InsertTag ServletException in '/pages/includes/menu.jsp': null
[2/2/06 15:29:31:250 IST] 1e3b6e3c InsertTag E org.apache.struts.taglib.tiles.InsertTag TRAS0014I: The following exception was logged javax.servlet.ServletException
First index.jsp page is oppening perfectly then when i am submitting my userid and password and submitting the page its not able to load the menu.jsp. which is calling taghandler class where i have initialize my own Logger class FWLogger class. I think its not able to initialize this class. When i will do refresh the same page, its giving error with that taghandler class name
E org.apache.struts.taglib.tiles.InsertTag ServletException in '/pages/includes/menu.jsp': com/roc/commonservices/presentation/tag/rocUseMenuDisplayerTag
[2/2/06 16:00:37:766 IST] 263d2e3c InsertTag E org.apache.struts.taglib.tiles.InsertTag TRAS0014I: The following exception was logged javax.servlet.ServletException: com/roc/commonservices/presentation/tag/rocUseMenuDisplayerTag
Please suggest me regarding above ASAP.
Thanks in advance,
Manas