Re: Error deploying struts webapp to sunone 6.1

2006-05-26 Thread robpowell
w did you solve this issue in the end ? i am a beginner at all of this so any help is much appreciated. Thanks in advance Rob -- View this message in context: http://www.nabble.com/Error+deploying+struts+webapp+to+sunone+6.1-t108952.html#a4573398 Sent from the Struts - User forum at Nabbl

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
Hi Wendy / Guys, Sadly Im using an eval version of Sun One 6.1 and I dont think support is available. Ill try and post at http://swforum.sun.com/jive/forum.jspa?forumID=16 Thanks Richard On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > > Am I s

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Wendy Smoak
From: "Richard Reyes" <[EMAIL PROTECTED]> Am I suppose to see anything on the browser if I browse this.. http://struts.apache.org/tags-bean No. It needs to match the URI in the TLD file, (and be unique,) but it doesn't have to be a working URL. Now I got this error after implementing thi

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
Hello Guys, Am I suppose to see anything on the browser if I browse this.. http://struts.apache.org/tags-bean Now I got this error after implementing this...http://struts.apache.org/userGuide/configuration.html#dd_config_taglib_23 to GET /index.jsp, service-j2ee reports: StandardWrapperVal

Re: Error deploying struts webapp to sunone 6.1

2005-06-30 Thread Richard Reyes
Am suppose to see anything on the browser if I browse this.. http://struts.apache.org/tags-bean to GET /index.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: WEB4083: No such tag message

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Richard Reyes
thanks ill try and let you know. On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Richard Reyes" <[EMAIL PROTECTED]> > > > On the JSP, > > <%@ taglib uri="/tags/struts-bean" prefix="bean" %> > > See: > http://struts.apache.org/userGuide/configuration.html#dd_config_taglib_23 > > What

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Wendy Smoak
From: "Richard Reyes" <[EMAIL PROTECTED]> On the JSP, <%@ taglib uri="/tags/struts-bean" prefix="bean" %> See: http://struts.apache.org/userGuide/configuration.html#dd_config_taglib_23 What version of the Servlet specification does Sun One 6.1 support? If it's 2.3 or better, try this: T

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Richard Reyes
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 /tags/struts-bean

Re: Error deploying struts webapp to sunone 6.1

2005-06-29 Thread Laurie Harper
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 e

Error deploying struts webapp to sunone 6.1

2005-06-28 Thread Richard Reyes
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 d