Re: application folder name in webapps folder in tomcat.

2008-04-02 Thread Laurie Harper
ce) { contextName = ce.getServletContext().getServletContextName(); } This code is working only if i have AppHello1 in web.xml. If there is no in web.xml then above code in listner class is returning null. Is there facility to know application folder name in webapps folder in tomcat. Call

application folder name in webapps folder in tomcat through struts plugin

2008-04-02 Thread Raghuveer
nt ce) { contextName = ce.getServletContext().getServletContextName(); } This code is working only if i have AppHello1 in web.xml. If there is no in web.xml then above code in listner class is returning null. Is there facility to know application folder name in webapps folder in tomcat.

application folder name in webapps folder in tomcat.

2008-04-02 Thread Raghuveer
= ce.getServletContext().getServletContextName(); } This code is working only if i have AppHello1 in web.xml. If there is no in web.xml then above code in listner class is returning null. Is there facility to know application folder name in webapps folder in tomcat.