----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

 
> Hi,
> 
> I think I found why my new Servlet was crashing. The new servlet contains
> much more elaborate code and therefore much more methods and variables.
> If I remove part of that code, it will run. However, I cannot instanciate
> big objects in the init of the servlet, this will only work in service.
> 
> I still don't understand why?????????

What do the logs say? Especially mod_jserv.log and jserv.log. Without more
information, it is really hard to say what might be happening.

> Is there some kind of limit on the size of the objects a servlet can use
or
> on the size of the servlet itself ????????????/

Only insofar as you have an upper limit on the JVM...there should be an 'Out
of Memory' error in a log file if this is happening.





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to