problema com jdk 6 e tomcat 7

0

Eu instalei o tomcat 7 e estou usando o JDK 6

quando eu começo tomcat7 eu recebo isso

sudo service tomcat7 start 
* Starting Tomcat servlet engine tomcat7
start-stop-daemon: unable to start /usr/lib/jvm/openjdk-6-jdk/bin/java (No such file or directory)
                                                                     [ OK ]

java e javac possuem links simbólicos em usr/bin .

    
por Prakash 07.01.2013 / 10:31

1 resposta

1

Eu mudei o caminho do arquivo java no arquivo tomcat7, agora o tomcat7 começa bem, mas quando tento wget

wget localhost:8080
--2013-01-07 16:47:44--  http://localhost:8080/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-01-07 16:47:44 ERROR 404: Not Found.
    
por Prakash 07.01.2013 / 12:25