Hi Friends, I have a problem while deploying the my application in jboss. I have install the Jboss server of version jboss-4.0.4.GA. While i am deploying my application with normal jsp and beans.. my application get deployed in jboss propely and i am getting response properly. But i have the 7000 servlets.. which when i going to defined in the my applicationss web.xml, its giving "java.lang.OutOfMemoryError" while server is starting.
I found that these servlets, which got loaded at server startup.Since i have thousands of servlets due to which it gave me this error. Is there any way to load these servlets at request time instead of server startup. Waiting for yours Answers. regards Shyamji View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046707#4046707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046707 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
