Re: File dir = new File("\\serverlog");
Posted By:
Robert_Lybarger
Posted On:
Wednesday, March 21, 2007 10:16 PM
You, as a user, are running netbeans, but Tomcat itself is being run as a windows system service via the Local System account, right? If so, the Local System account does *NOT* have network access priviledges. Bit me about half a year ago. Go cry to Microsoft and/or reconfigure your Tomcat service to run as a "real" user. Google around for more details.