java - Unable to start Tomcat7 on 32 bit Ubuntu 14.04 -


i'm running virtualbox of 32-bit version of ubuntu 14.04. when attempting run sudo service tomcat7 start following message.

start-stop-daemon: unable stat /usr/lib/jvm/java-t-openjdk-amd64/jre/bin/java 

it returns saying server has started.

after running service tomcat7 status following:

tomcat servlet engine running pid 

notice there no pid shown, doesn't make sense me.

regardless, ends in servlet not running when attempt navigate localhost/.

i have no idea why looking 64 bit java on 32 bit install. have else (to knowledge) installed properly. i've uninstalled/reinstalled tomcat , java no avail.

any appreciated.

check version of java using java -version. architecture of java. make sure have installed 32 bit jre properly. (my recommendation use oracle jre instead open jre). try download tomcat site .tar.gz. extract somewhere in system. locate startup.sh script ,by default present in bin folder of tomcat, , execute script.

hope helps!!


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -