Re: Struts in Resin: 500 Servlet Exception

2005-05-04 Thread T. B.
; } 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: Hi all, I am new to struts and tried to write a little logon application which has a LogonAction using other

Re: Struts in Resin: 500 Servlet Exception

2005-05-04 Thread T. B.
=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 deployed. By the way, is there a way to specify other paths where other jar files resides so STRUTS know where to look for them instead of copying them to the app's lib

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

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

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:my home port/myApp/Logon.do The error is: 500 No input attribute for mapping path /Logon The mappings in struts-config.xml are as followed: . global-forwards !--

Re: 500 No input attribute for mapping path /Logon

2005-04-21 Thread T. B.
and cannot find it, because input attribute is not defined. rant input must be renamed to error. /rant Michael. On 4/21/05, T. B. [EMAIL PROTECTED] wrote: Hi all, I am trying to deploy a simple struts on resin 2.1.12 and got this error when accessing my port http:my home port

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 recommendations on such doc to set it up