[jboss-user] [Installation, Configuration & Deployment] - How to retain files in work folder in jboss 4.*

2007-06-04 Thread shyamjig
Hi Friends, I am currently using jboss4.0.4-GA version. It is found while shutting down jboss all the files in work folder gets deleted, is there any means by which i can retain these files and how do i configure the container to pick the files from the work folder. Thanks Shyam

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

2007-05-23 Thread shyamjig
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 al

[jboss-user] [Installation, Configuration & Deployment] - Re: Getting error while deploying my application in Jboss, j

2007-05-19 Thread shyamjig
"PeterJ" wrote : A servlet is loaded on startup if you have the < load-on-startup /> tag defined for the servlet. Remove the < load-on-startup /> tag and it will be loaded when needed. | | But if you eventually load all 7000 servlets, you will still wind up with an out-of-memory exception.

[jboss-user] [Installation, Configuration & Deployment] - Getting error while deploying my application in Jboss, java.

2007-05-17 Thread shyamjig
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