RE: No clue what is wrong...

2001-06-07 Thread Zaremba, Don
Are you still having problems with JRun finding your prop files? I'm having a similar problem, I solved it temporarily by moving all my classes to be under the servers/lib directory, but I could never get it to work leaving the files under the application/WEB-INF/classes dir. don -Original

class not found errors

2001-06-05 Thread Zaremba, Don
I keep getting class-not-found exceptions trying to deploy with JRUN 3.0 There is a LogonForm.class file in servers/default/webscm/Web-Inf/classes/com/ellacoya/webwcm/logon. Any suggestions? don /webscm/logon/logon.jsp: javax.servlet.ServletException: Exception thrown processing JSP page.

RE: class not found errors

2001-06-05 Thread Zaremba, Don
in ellacoya/webwcm/logon but the output seems to be looking in ellacoya/webscm/logon (i.e. webwcm vs webscm) Cheers Nige -Original Message- From: Zaremba, Don [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 6 June 2001 7:55 To: [EMAIL PROTECTED] Subject: class not found errors I keep

RE: class not found errors

2001-06-05 Thread Zaremba, Don
-config.xml file match case-sensitive to the LogonForm.class (as opposed to Logonform or logonForm etc) and made sure that in your jsp you have maintained case sensitivity for calling your .do action class? Just a thought :-) -Original Message- From: Zaremba, Don [mailto:[EMAIL PROTECTED

error in tag library ImageTag using weblogic 5.1

2001-06-01 Thread Zaremba, Don
I'm getting the following error trying to use struts with WL5.1 Anyone seen this before? weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'form': The Tag class 'org.apache.struts.taglib.html.ImageTag' has no setter method corresponding to TLD declared attribute 'path',