Re: Tomcat cannot find subclass

2003-08-26 Thread James C. McMaster (Jim)
In message [EMAIL PROTECTED], Bill Barker said: Unlike Tomcat 4, Tomcat 3 uses a delegating ClassLoader. This means that jars in lib/apps can't see classes in WEB-INF/classes. Also, as long as the jar is in lib/apps, Tomcat 3 will load classes from there in preference to the same jar in

Tomcat cannot find subclass

2003-08-20 Thread James C. McMaster (Jim)
I am having a problem with Tomcat 3.3, running on Solaris 8. I have written a framework for asking questions and getting responses through a browser. The package is called com.stortek.ilm.userresponse. The classes live in a .jar file which resides in $TOMCAT_HOME/lib/apps. One of the classes

Re: Tomcat cannot find subclass

2003-08-20 Thread James C. McMaster (Jim)
jar as the common classes? If so, that really sucks. -- Jim McMaster mailto:[EMAIL PROTECTED] In message [EMAIL PROTECTED], Mike Curwen said: Have you tried placing your library in WEB-INF/lib? There is probably a classloader issue at work. -Original Message- From: James C

Re: request / suggestion

2002-12-23 Thread James C. McMaster (Jim)
I disagree...Please *DO NOT* mangle Subject to include any extra garbage. Screen real-estate is valuable, and there are other ways to filter messages. -- Jim McMaster mailto:[EMAIL PROTECTED] In message [EMAIL PROTECTED], Jas on Pyeron said: please have the list server put the list name in

Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread James C. McMaster (Jim)
I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server Configuration Application ---

Re: Valid values for Factory 'protocol'???

2002-06-05 Thread James C. McMaster (Jim)
You absolute moron. Instructions for unsubscribing are at the bottom of each message to which you responded with your idiotic request, if you could be troubled to READ. You are sending your requests to a robot mailer that just blasts them out to several hundred people, none of whom can

Re: JSP/Servlet Hosting

2002-02-01 Thread James C. McMaster (Jim)
In message 036701c1aadf$4b616eb0$[EMAIL PROTECTED], Andrew Bruno sai d: Hello All, I am looking for a JSP/Servlet provider that offers: servlets.com offers a list of servlet ISPs at: http://www.servlets.com/isps/servlet/ISPViewAll -- Jim McMaster mailto:[EMAIL PROTECTED] -- To

Re: PORT 80 tomcat/Apache??

2002-01-29 Thread James C. McMaster (Jim)
It is not possible for any two applications to share a port. You would need either (a) apache to pass through to tomcat or (b) a front-end app to pass requests to both apache and tomcat. Sorry. -- Jim McMaster mailto:[EMAIL PROTECTED] In message [EMAIL PROTECTED], Brett O' Malley said: