Re: Struts in Resin: 500 Servlet Exception

2005-05-04 Thread T. B.
lity, which would work under > resin, but not under > tomcat: > add to httpd.sh: > args="-Djava.endorsed.dirs=YOUR_PATH_WITH_JARS" > > > > On Wed, 2005-05-04 at 07:36 -0700, T. B. wrote: > > Thanks Leon! You are right about the other jars to > be > >

Re: Struts in Resin: 500 Servlet Exception

2005-05-04 Thread T. B.
thing > like > class B{ > private static C c; > } > > if C is now in c.jar, and c.jar isn't in your libs, > the call new B() > will fail, even B is in the classpath. > > regards > Leon > > > On Tue, 2005-05-03 at 17:26 -0700, T. B. wrote: > >

Struts in Resin: 500 Servlet Exception

2005-05-03 Thread T. B.
Hi all, I am new to struts and tried to write a little logon application which has a LogonAction using other objects from different jar files to look up user accounts in DB via JDBC. But this is the error I got when loging in: 500 Servlet Exception java.lang.NoClassDefFoundError at com.

How to config web.xml for struts' Action Object to use APIs provided by external jar file?

2005-04-26 Thread T. B.
Hi all, I currently wants to use some external APIs provided by a jar file withing the Action Object in struts framework. Can we configure web.xml or struts-config.xml to use the jar? If so, do you know how? Thanks very much for your advice, Thong Bui --

Re: 500 No input attribute for mapping path /Logon

2005-04-21 Thread T. B.
true", thus Struts tries > to locate > error/input page and cannot find it, because "input" > attribute is not > defined. > > > "input" must be renamed to "error". > > > Michael. > > On 4/21/05, T. B. <[EMAIL PROT

500 No input attribute for mapping path /Logon

2005-04-21 Thread T. B.
Hi all, I am trying to deploy a simple struts on resin 2.1.12 and got this error when accessing my port http:/myApp/Logon.do The error is: 500 No input attribute for mapping path /Logon The mappings in struts-config.xml are as followed: .

Cannot find ActionMappings or ActionFormBeans collection

2005-04-20 Thread T. B.
Hi all, I am new to Struts and tried out some exercise but got this error. Any ideas why? Thanks, Thong Bui = Here is the error I got: type Exception report message description The server encountered an internal error () that prevente

Re: on-line docs or books for setting up struts on resin

2005-04-20 Thread T. B.
Good to know there is no difference to set up Struts in Resin vs Tomcat. Thanks Dave! Thong Bui --- Dave Newton <[EMAIL PROTECTED]> wrote: > T. B. wrote: > > >I am new to Struts and need to learn how to set up > >struts application running on resin. Any > >reco

on-line docs or books for setting up struts on resin

2005-04-20 Thread T. B.
Hi all, I am new to Struts and need to learn how to set up struts application running on resin. Any recommendations on such doc to set it up? Thanks, Thong Bui - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman