The future belongs to those who believe in the beauty of their dreams.Dream BIG!
Author of ExamLab - a free SCJP / OCPJP exam simulator
What would SCJP exam questions look like? -- OCPJP Online Training -- Twitter -- How to Ask a Question
[My Blog]
All roads lead to JavaRanch
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
Jun 24, 2009 11:37:37 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 24, 2009 11:37:37 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 797 ms
Jun 24, 2009 11:37:37 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 24, 2009 11:37:37 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
Jun 24, 2009 11:37:37 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jun 24, 2009 11:37:38 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 24, 2009 11:37:39 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Address already in use: JVM_Bind
Jun 24, 2009 11:37:39 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8010
Jun 24, 2009 11:37:39 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=1 time=0/63 config=null
Jun 24, 2009 11:37:39 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jun 24, 2009 11:37:39 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1703 ms
Studying ...
Mateus Lucio wrote:
Port 8009 is in use by another application, this happens pretty often with me specially with the (damn) port 8080.
Just kill the process that's using this port. it's usually gtalk or msn, if your running on Windows OS, search for a software named "active ports" it shows all the used ports and the application that's using it.
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
System.out.println("message")
ev.getServletContext().log("message");
Studying ...
Tomcat by default is not configured to use the standard output (stdout) so it doesn't know what to do with a System.out.println.
[My Blog]
All roads lead to JavaRanch
Studying ...
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
Christophe Verré wrote: Class files of a web application must reside under WEB-INF/classes, not WEB-INF/class. Rename your directory.
Studying ...
Mateus Lucio wrote:
Type startup (just it, without any extension) and hit enter.
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
Studying ...
Mateus Lucio wrote:Do you have a log4j.properties in tomcat/lib folder I think thats where you configure appenders for tomcat. I know you said you did not make any change in tomcat, would you mind take a look at that folder please?
[My Blog]
All roads lead to JavaRanch
Katrin
SCJP 5.0, SCWCD, SCBCD, Oracle Certified Master Enterprise Architect
Studying ...
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
But I was wondering, is this how its supposed to be?
I was expecting it to the out put to be in the browser...
[My Blog]
All roads lead to JavaRanch
Christophe Verré wrote:
It's good to hear everything went fine at last.
Studying ...
The future belongs to those who believe in the beauty of their dreams.Dream BIG!
Evildoers! Eat my justice! And this tiny ad's justice too!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|