Microsoft
Software
Hardware
Network
Question : Tomcat Webapps Read File
I have a web application using JSP that usea a JavaBean using Tomcat server. The JavaBean must be able to read a file located in the webapps directory as readonly. When using new File( filename), it doesn't located the file immediately in the webapps directory.
How do I specifiy the filename so that new File will find the file in the webapps directory? Since the Javabean isn't a JSP/servlet, it's harder to do that.
Answer : Tomcat Webapps Read File
>String filePath = context.getRealPath("/File
.txt);
error
String filePath = context.getRealPath("/File
.txt");
Random Solutions
Design Review (Three Designs) for one website.
Sybase Database truncate table issues
VB.net query problem
Logging in as domain user outside of domain
Silverlight 4 UI Events
Access 2007 - Query Question
css conditional statements for different browsers AND different resolutions?
WPAD setting for local webcams
Windows XP BSOD 0x000000f4 (0x00000003, 0x86e69b50, 0x86e69cc4, 0x805fb146)
"404 - File not found" for Default .aspx on IIS 7.5