| Author |
cant load application
|
bay oscar
Greenhorn
Joined: Mar 05, 2013
Posts: 1
|
|
I am trying to start a tomcat application and use ajp to connect apache2
application hangs during load.
every thing seemed to be set right.
how can I fix this issue?
I found this http://stackoverflow.com/questions/11041151/amazon-elb-failing-to-serve-the-response
A hard crash of the JVM (use ps to see if the JVM process is still running)
A soft crash of the application (look at Tomcat application logs)
Running out of file descriptors (use lsof | wc -l and compare to ulimit -n of the application user)
I revised ulimit -n... I set it to other values... nothing.
while trying to load the app, if I refresh the browser I get
child pid 10681 exit signal Bus error (7)...
please advise
|
 |
K. Gil
Ranch Hand
Joined: Apr 29, 2011
Posts: 64
|
|
so you're trying to use ajp with mod_proxy? or AJP with mod_proxy_ajp? or coyote with mod_proxy? or ajp with mod_jk?
|
Java / Tomcat Hosting at http://goJava.net
|
 |
 |
|
|
subject: cant load application
|
|
|