Re: finding context's jar file

2005-04-15 Thread Altu B. Altnta
I found the answer String classpath = (String) request.getSession() .getServletContext().getAttribute( org.apache.catalina.jsp_classpath); Regards. Altu B. Altnta wrote: I need to find which jar files are being used in one context, for example

finding context's jar file

2005-04-14 Thread Altu B. Altnta
I need to find which jar files are being used in one context, for example below code can give me some information about sun.boot.class.path html % String classpath = System.getProperty(sun.boot.class.path); out.println( + classpath); % /html Is there anything like that : html %