pkt1583 / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Url returns Null in JBoss 7.1.1 #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.After migration from JBoss 4.0.3 to JBoss 7.1.1, a url call to JSP page 
returns null where as same call to JBoss 4.0.3 url works well
2. CAS is implemented in new JBoss 7.1.1
3.

What is the expected output? What do you see instead?
Output of the URL is captured in Inputstream for further process.

What version of the product are you using? On what operating system?
JBoss 7.1.1 Tried in both Windows XP and SUN OS

Please provide any additional information below.
Even tried another simple JSP file, still that returns null

Is there any setup to be done? any security issue? 

Please advise

Suresh

Original issue reported on code.google.com by nasu...@gmail.com on 29 Jun 2013 at 4:17

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
not enough info

Original comment by ronm...@gmail.com on 5 Jun 2014 at 7:41