https://issues.apache.org/bugzilla/show_bug.cgi?id=45452

           Summary: Tomcat - Restriction of 80 file opens?
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi

I've got a Java 1.5 Application to generate RSS Files. For each date I open an
existing RSS file and add a new entry to that file, afterwards I save and close
the file. That means when I have 100 dates to process, the RSS file will be
opened and saved 100 times.

The application is running without any problems under different users (root,
meier) when I start it from the console with "java myApp".
When I now start the application within mit servlet that is running on a Tomcat
5.0 Server, it is running without any problems but after date number 80 the
application is getting blocked. So after opening and writing the RSS file 80
times the application cannot open the RSS file anymore. 
The process is still running but the application is not able to open the RSS
file anymore. I also don't get any exception or error in my application log,
inside java or in the catalina.out log file. 

So I think it may be a problem with the tomcat user who is not allowed to read
and write the RSS file so many times. Is there any restriction for the tomcat
user for opening and writing files?

Thanks a lot in advance.

Regards
Christoph


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to