Estou tentando aprender sobre J2EE, e peguei uma apostila da globalCode, sobre instalação de Web Server, então instalei o Tomcat na minha máquina e estou seguindo a apostila, pois bem, encontrei um erro ao acessar a URL: http://localhost:8080
aparece a seguinte mensagem:
Sun Java System Application Server Platform Edition 9.0
Your server is up and running!
To replace this page, overwrite <install_dir>/domains/<domain_name>/docroot/index.html, where <install_dir> is the Application Server installation directory, and <domain_name> is the domain name (for example, domain1).
You are invited to register your product now. Registration is optional, but as a registered user, you will get:
News about product updates
Access to value-added contents
Notification of promotional programs
Entry in Java EE platform-related gift give-aways
Also check out the Glassfish project, the open source community for the Java EE application server.
More Information: For more information about the Application Server, samples, documentation, and additional resources, see <install_dir>/docs/about.html, where <install_dir> is the Application Server installation directory.
Eu já procurei em tudo e não estou conseguindo entender o que está errado!
Alguém poderia me falar se está faltando instalar ou configurar alguma coisa? :oops:
Você por acaso não tem outro servidor rodando aí? Porque você disse que instalou o tomcat, mas está aparecendo a pagina do Sun Java System Application Server.
Tente parar o outro servidor e iniciar o tomcat, pois os 2 usam a porta 8080. Se você tiver o Java EE SDK instalado aí, procure por ele no menu iniciar, dentro do menu tem um link “Stop Default Server”, você para ele e inicia o tomcat.