[jboss-user] [Installation, Configuration & Deployment] - How to Prevent Jboss Server to load servlet at startup.

shyamjig do-not-reply at jboss.com
Wed May 23 08:03:06 EDT 2007


Hi Friends,

I have intalled Jboss 4.0.* (Default) and its working fine.
But Problem is, i have 7000 Servlet in my application, which are mapped wth theirs repective classes in web.xml.

If i deploy my application in Jboss.. While loading my context it get stuck for some time (means it loading all my servlet classes) and after some time, its gives the error MemoryOutOfError.  Even i tried with the option of
<load-on-startup>0</load-on-startup>
<load-on-startup>-1</load-on-startup> with my servlet class mapping.

But still its giving error.

Does there exist any configuration to avoid, to load my servlet at server startup.

Regards
Shyamji




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047877#4047877

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047877



More information about the jboss-user mailing list