Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » start tomcat in eclipse ...
start tomcat in eclipse ... [message #959349] Fri, 26 October 2012 16:53 Go to next message
max fan is currently offline max fanFriend
Messages: 3
Registered: October 2012
Junior Member
When I start Tomcat outside of eclipse, I can access all the default links. However, when I start it from eclipse, I can only see my sample project url. Is this expected? Apologies if this is a stupid question. I am new to tomcat.
Re: start tomcat in eclipse ... [message #959481 is a reply to message #959349] Fri, 26 October 2012 19:00 Go to previous message
max fan is currently offline max fanFriend
Messages: 3
Registered: October 2012
Junior Member
Just paste the tomcat log shown in eclipse console window as below,

Quote:

Oct 25, 2012 4:06:09 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\appl\Java\jdk1.7.0_02\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/appl/Java/jdk1.7.0_02/jre/bin/server;C:/appl/Java/jdk1.7.0_02/jre/bin;C:/appl/Java/jdk1.7.0_02/jre/lib/amd64;C:\tibco\tibrv\8.4\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\tibco\tibrv\8.3\bin;C:\tibco\tibrv\8.2\bin;C:\tibco\tibrv\8.1\bin;C:\tibco\TIBRV\8.0/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\appl\Java\jdk1.7.0_02\jre\bin;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\TIBCO\TIBRV\BIN;C:\Program Files (x86)\Vim\vim73;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Users\mfan.TSI-PA\Downloads\eclipse\eclipse;;.
Oct 25, 2012 4:06:09 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:example2' did not find a matching property.
Oct 25, 2012 4:06:09 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Oct 25, 2012 4:06:09 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 589 ms
Oct 25, 2012 4:06:09 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 25, 2012 4:06:09 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.36
Oct 25, 2012 4:06:09 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 25, 2012 4:06:09 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 25, 2012 4:06:09 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/10 config=null
Oct 25, 2012 4:06:09 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 308 ms

Previous Topic:Eclipse compilation without packages and project creation
Next Topic:invalid reference to 'R' object in new project
Goto Forum:
  


Current Time: Thu Mar 28 18:21:55 GMT 2024

Powered by FUDForum. Page generated in 0.03059 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top