Closed GoogleCodeExporter closed 8 years ago
0.9.9 has built in vfs type, otherwise use
https://code.google.com/p/reflections/wiki/JBossIntegration
Original comment by r...@jfrog.com
on 29 Jun 2013 at 8:50
Thanks for your suggestion. I am trying to use jboss vfs jar.
When I run VirtualFile someFile = VFS.getChild("/application/report/test.txt");
it returns FileNotFound and found that it refers to
c:\application\report\test.txt
instead of checking in the deployed folder. Please let me know what is missing.
VirtualFile someFile = VFS.getChild("/application/report/test.txt");
//FileNotFound
URL url = someFile.toURL();
thanks a lot for your suggestion
Original comment by nasu...@gmail.com
on 29 Jun 2013 at 12:25
Hi My objective is to call JSP page from servlet in JBoss 7.1.1
Existing method of invoking JSP for Jboss 4.3 is not working anymore...
Please advise urgently!
Thanks
Original comment by nasu...@gmail.com
on 1 Jul 2013 at 11:24
not enough info
Original comment by ronm...@gmail.com
on 5 Jun 2014 at 7:41
Original issue reported on code.google.com by
nasu...@gmail.com
on 29 Jun 2013 at 4:17