Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse Error in Tomcat7 Server
    primarykey
    data
    text
    <p>I have configured Tomcat 7 with Eclipse Helios 1.3.2 on port number 8080. Tomcat Service and everything is installed. </p> <p>When I am starting the server from Eclipse, it does some process and shows the status as STARTED. But when I try to hit <code>http://localhost:8080</code>, it says <em>The requested resource (/) is not available.</em> i.e. in fact server is not started in reality.</p> <p>However, when I am starting the server from Windows Explorer by running Tomcat7.exe or Tomcat7w.exe, it starts well and I am able to see Apache Home page by referring to <code>http://localhost:8080</code>. </p> <p>Below is the server start up log.</p> <pre><code>Jul 02, 2012 1:20:12 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:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Perforce;O:\ora1106w\bin;C:\Program Files\Java\jdk1.6.0_12\bin;;C:\Program Files\WinMerge;C:\Users\KNIRAV\Downloads\eclipse-jee-helios-SR2-win32\eclipse;;. Jul 02, 2012 1:20:17 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-8080"] Jul 02, 2012 1:20:17 PM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["ajp-bio-8009"] Jul 02, 2012 1:20:17 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 5674 ms Jul 02, 2012 1:20:17 PM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Jul 02, 2012 1:20:17 PM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.28 Jul 02, 2012 1:20:18 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [126] milliseconds. Jul 02, 2012 1:20:18 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-8080"] Jul 02, 2012 1:20:18 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8009"] Jul 02, 2012 1:20:18 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1788 ms </code></pre> <p>Can I have some solution to this please?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload