Could we use a URLClasLoader instead of the Classpath

2001-12-03 Thread Sriram Narayanan
Hi, I've just come across a response by Craig listing the various problems that one cafes because we often do not have control over the CLASSPATH and the lib/ext problems too.. I'm trying to write some sort of an application launcher, that accepts configuration directives via a properties

Solved : ClassNotFound Exception when loading Tomcat 4.0.1 via URLClassLoader

2001-11-30 Thread Sriram Narayanan
shall read form a properties file. Regards, Sriram --- Start of forwarded message --- From: Sriram Narayanan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] Subject: ClassNotFound Exception when loading Tomcat 4.0.1 via URLClassLoader Date: 30/11

ClassNotFound Exception when loading Tomcat 4.0.1 via URLClassLoader

2001-11-29 Thread Sriram Narayanan
Hello all, I'm trying to write a Swing based UI that'll help manage Tomcat. Towards that end, I'm first trying to load Tomcat via a URLCLassLoader. This is so that one can load and test different Tomcat releases, and builds, and jar combinations. My idea is to load Tomcat via a

Class or Interface

2001-11-24 Thread Sriram Narayanan
Hi, I just went over to http://nagoya.apache.org/~pier/documentation/api-java/org/apache/catalina/connector/warp/Constants.html And saw that this is defined as a Class rather than as an Interface. I'd like to understand the rationale behind this. Also, if there some other place where I must

Re: Tomcat and Visualage for Java 4.0

2001-10-18 Thread Sriram Narayanan
Hi, I use VaJava myself, and have written a Tomcat Test Environment too. All that I do is invoke the main method actually... However, I find that what runs within VA often does not run outside of it. Either classes do not get loaded, or response.sendRedirect needs to be used in place of