I am porting an application from Windows to Linux which makes heavy use of
servlets. I have a fairly intensive background process (currently a windows
service) that requires no user interaction. I plan to rewrite the code in
Java and I am wondering if there is any notable performance difference
bet
On Thu, Aug 28, 2008 at 10:37 PM, Juha Laiho <[EMAIL PROTECTED]> wrote:
> Nathan Thatcher wrote:
> > I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a
> > Windows 2003 server. I have been looking into memory profiling to help me
> > find the leak
I have a fairly small memory leak in a servlet (Tomcat 6.0) running on a
Windows 2003 server. I have been looking into memory profiling to help me
find the leak but nothing seems to be or do what I need. Simply put I want a
list of all of the objects/primitives (and if possible their values) that
a
Turns out that was the issue. I set tomcat to run as a local user and
now it works. Thanks for the help.
On Tue, Aug 5, 2008 at 4:15 PM, Nathan Thatcher <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 5, 2008 at 3:53 PM, Steve Ochani <[EMAIL PROTECTED]> wrote:
>> Date sent:
On Tue, Aug 5, 2008 at 3:53 PM, Steve Ochani <[EMAIL PROTECTED]> wrote:
> Date sent: Tue, 05 Aug 2008 15:45:26 -0600
> From: Nathan Thatcher <[EMAIL PROTECTED]>
> Subject:List remote files in Servlet
> To:
I am experiencing a little problem with Tomcat 6.0 and I haven't been
able to determine the cause or solution. In a standalone Java
application I can list the files from a remote directory like this:
File[] list = new File("//192.168.0.1/shared_dir").listFiles();
When I execute the same code in a