Tag Lib Implementation Using JavaWebServer2.0

2000-05-25 Thread Jyotsna Bharadwaj
Hello Everybody I am having a problem while running my tag lib implementation on JavaWebServer2.0.However the same implementation runs fine on Orion web server. My JSP code is : <%@ taglib uri="mytags.jar" prefix="mt" %> Hello World!

Inner Classes

2000-05-25 Thread Jyotsna Bharadwaj
Hello All I am facing a problem while using inner classes. I get a "NoClassDefFoundError" error at run time, although everything compiles correctly. ConnectionPool con = new ConnectionPool("pr","pr","localhost","com_prog_ccrm",5); ConnectionPool$CorbaConnection corbacon = con.get(); Can any