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
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.
= 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.
3 matches
Mail list logo