RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dan
What is on line 64 of the compiled JSP page: org.apache.jsp.test_jsp._jspService(test_jsp.java:64) At 07:37 PM 1/14/2003 -, [EMAIL PROTECTED] wrote: >Hi Dan, > >Just tried that, but to no avail - however I do have a new error message >

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dave Searle
Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: 14 January 2003 19:38 To: [EMAIL PROTECTED] Subject: RE: class Service not working in tomcat 4.1.18 that looks like saaj.jar is not being found in the classpath. Vidyanand test.jsp Description: Binary data

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Vidyanand Murunikkara
that looks like saaj.jar is not being found in the classpath. Vidyanand -Original Message- From: Dave Searle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 11:37 AM To: [EMAIL PROTECTED] Subject: RE: class Service not working in tomcat 4.1.18 Hi Dan, Just tried that, but

RE: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dave Searle
EMAIL PROTECTED]] Sent: 14 January 2003 19:29 To: [EMAIL PROTECTED] Subject: Re: class Service not working in tomcat 4.1.18 You probably need to use explicit naming for the Service class. There is a org.apache.service.Service class in the catalina.jar file. When dealing with application servers

Re: class Service not working in tomcat 4.1.18

2003-01-14 Thread Dan
You probably need to use explicit naming for the Service class. There is a org.apache.service.Service class in the catalina.jar file. When dealing with application servers or large application bases, I find it becomes necessary, good practice to use explicit naming, to avoid these types of errors