| Author |
some build gets deployed and some not
|
dina Kumar
Greenhorn
Joined: May 20, 2011
Posts: 3
|
|
Hi all,
We have multiple copies of build in tomcat to server different clients, the problem is while restarting tomcat some build gets deployed properly and some build are not getting deployed.
If we access the undeployed build i am gettig 404 error.
Then i need to manually reload that particular build to make it works.
I dont know why tomcat not deploying few builds on start up.
Your Valuable suggestions please.Because i am clue less.
Thanks in advance,
Dinesh.
|
 |
Tejas Aryan
Greenhorn
Joined: Apr 12, 2009
Posts: 22
|
|
|
I am assuming the build file here means, your different war files. Does log files give you any information on why the build (wars) did not get deployed. There must be some information.
|
 |
dina Kumar
Greenhorn
Joined: May 20, 2011
Posts: 3
|
|
Hi,
Thanks for your reply
i get nothing in logs.
|
 |
dina Kumar
Greenhorn
Joined: May 20, 2011
Posts: 3
|
|
Hi Tejas Aryan,
Actually you acre right, I got some error in logs like too many open files.
So i increased the value ulimit -n 650000
and added this "ulimit -n 650000" in .bashrc file for making this to take effect on every sessions.
Then i restarted tomcat and every thing works fine now.
Thanks®ards,
Dinesh.
|
 |
 |
|
|
subject: some build gets deployed and some not
|
|
|