Per conoscere esattamente il percorso completo (che varia da Sistemi Operativi ad Application Server) della context root della nostra web app a runtime è sufficiente eseguire il seguente codice sulla jsp:
<%ServletContext ctx=getServletContext(); %
Esempio risultati, su una web app deployata su jboss:
C:\ApplicationServers\jboss-5.1.0.GA\server\default\tmp\a6d6hk-yat7vh-gwg691ss-1-gwg69t38-9p\WebTest.war
<%=ctx.getRealPath("") %>>
Esempio risultati, su una web app deployata su jboss:
C:\ApplicationServers\jboss-5.1.0.GA\server\default\tmp\a6d6hk-yat7vh-gwg691ss-1-gwg69t38-9p\WebTest.war
<%=ctx.getRealPath("") %>>
Nessun commento:
Posta un commento