Re: Error deploying struts webapp to sunone 6.1

2006-05-26 Thread robpowell
Hello, I have come up against a similar problem. The error i am getting is: org.apache.jasper.JasperException: WEB4059: can't find /WEB-INF/struts-logic.tld (File not found) In my error log on sun one webserver 6.1. The app was built on tomcat and runs fine on sun one webserver 6.0. How did yo

RE: Error deploying struts webapp to iPlanet

2006-04-03 Thread nageshkumar.siddu
; private ArrayList selBundles=null; public TopupMethodVO() { } // getter/ setter methods } Regards, Nagesh -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 9:37 PM To: Struts Users Mailing List Subject: RE: Error deploying struts

RE: Error deploying struts webapp to iPlanet

2006-04-03 Thread David G. Friedman
Just to nitpick, do you care that your below HTML has an opening TR, opening TD, then another opening TR and opening TD BUT NO TABLE declaration between them? Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 11:53 AM To: user

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

Re: Error Deploying

2004-09-23 Thread CCNY
I do see another version of struts.jar. I've renamed it, but the error is still there. Also, the jar is being used by the "admin" app. It's location is C:\Program Files\Apache Group\Tomcat 4.1\server\webapps\admin\WEB-INF\lib ugh. help On Thu, 23 Sep 2004 19:27:20 +0530, Kailash Vasani <[EMAIL

RE: Error Deploying

2004-09-23 Thread Geeta Ramani
rs Mailing List Subject: Re: Error Deploying Where, Ideally should the struts.jar live? Is it apart of the APP or the container? On Thu, 23 Sep 2004 19:27:20 +0530, Kailash Vasani <[EMAIL PROTECTED]> wrote: > Check struts version on both the servers. It seems that they are different.

Re: Error Deploying

2004-09-23 Thread CCNY
Where, Ideally should the struts.jar live? Is it apart of the APP or the container? On Thu, 23 Sep 2004 19:27:20 +0530, Kailash Vasani <[EMAIL PROTECTED]> wrote: > Check struts version on both the servers. It seems that they are different. > > -Original Message- > From: CCNY [mailto:[EMA

RE: Error Deploying

2004-09-23 Thread Kailash Vasani
Check struts version on both the servers. It seems that they are different. -Original Message- From: CCNY [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 7:21 PM To: Struts Users Mailing List Subject: Error Deploying Hi all I'm deploying on Tomcat 4.1, but I developed on To