Re: finding context's jar file

2005-04-15 Thread "Altuğ B. Altıntaş"
I found the answer String classpath = (String) request.getSession() .getServletContext().getAttribute( "org.apache.catalina.jsp_classpath"); Regards. AltuÄ B. AltÄntaÅ 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. Altıntaş"
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 <% String classpath = System.getProperty("sun.boot.class.path"); out.println(" " + classpath); %> Is there anything like that : <% String clas