Hi Laurie, Heres my directory structure... /usr/iplanet/servers/devtelic.ws.telic.net/WEB-INF/web.xml
and I have a VS /usr/iplanet/servers/https-devtelic.ws.telic.net All JSP are in /usr/iplanet/servers/devtelic.ws.telic.net/ Heres a sample of my tld in web.xml <taglib> <taglib-uri>/tags/struts-bean</taglib-uri> <taglib-location>/WEB-INF/struts-bean.tld</taglib-location> </taglib> On the JSP, <%@ taglib uri="/tags/struts-bean" prefix="bean" %> Thanks for the reply, hope you can help me Richard On 6/30/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > What does your taglib directive look like? Where is the TLD file withing > the webapp? > > Richard Reyes wrote: > > > Hi All, > > > > I have a working struts webapp ( working in tomcat 5 ), now i need to > > deploy this app to a sunone web server 6.1. > > Upon copying the whole webapp folder to the new instance I have > > encountered this filenot found exception... > > > > Any help will be appreciated. Anybody know on a doc that properly > > deploys webapp to this web server. > > > > Error: > > ------- > > ApplicationDispatcher[] WEB2649: Servlet.service() for servlet jsp > > threw exception > > > > org.apache.jasper.compiler.CompileException: > > /netcomm/serverpages/login.jsp(1,0) WEB4059: can't find > > /struts-bean.tld (File not found) > > > > at > > org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:831) > > > > at > > org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:125) > > > > at > > org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:255) > > > > at org.apache.jasper.compiler.Parser.parse(Parser.java:1157) > > > > at org.apache.jasper.compiler.Parser.parse(Parser.java:1115) > > > > at org.apache.jasper.compiler.Parser.parse(Parser.java:1111) > > > > at > > org.apache.jasper.compiler.ParserController.parse(ParserController.java:239) > > > > at org.apache.jasper.compiler.Compiler.compile(Compiler.java:227) > > > > at > > com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:764) > > > > at > > com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:624) > > > > at > > com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:401) > > > > at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:471) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:382) > > > > at > > org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1054) > > > > at > > org.apache.struts.action.RequestProcessor.internalModuleRelativeForward(RequestProcessor.java:992) > > > > at > > org.apache.struts.action.RequestProcessor.processForward(RequestProcessor.java:551) > > > > at > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:209) > > > > at > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1192) > > > > at > > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:412) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:787) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:772) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:471) > > > > at > > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:382) > > > > at > > org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1054) > > > > at > > org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386) > > > > > at > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229) > > > > at > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1192) > > > > at > > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:412) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:787) > > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:908) > > > > at > > org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771) > > > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322) > > > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) > > > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212) > > > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) > > > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209) > > > > at > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509) > > > > at > > com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161) > > > > at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580) > > > -- > Laurie, Open Source advocate, Java geek and novice blogger: > http://www.holoweb.net/~laurie/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]