This sounds familiar. Did you just copy your configuration files
(especially server.xml) from the 7.x installation to the 8.x
installation? Been there, done that, got the gray hairs to prove it!
You need to start with TC's default server.xml and make the mods
necessary for your configuration. One 7.x is not valid for 8.x
On 7/14/2015 2:59 AM, Nikitha Benny wrote:
Hi All,
I have installed java JRE version 1.07.079 and Tomcat version 8.00.023.
And it installs and runs fine on all unix platforms (Linux_x64, Linux_x86,
Solaris and HP-UX).
Now when it comes to Windows (both x86 and x64), Tomcat installs fine but
does not run.
Also logs are not being thrown.
But when I do an upgrade from Tomcat 7.00.062 to 8.00.023 it throws the
following error in the logs:
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-0.0.0.0-8081"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-0:0:0:0:0:0:0:0-8081"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-0.0.0.0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-0:0:0:0:0:0:0:0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8010"]
Jul 14, 2015 12:08:33 PM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-0.0.0.0-8444"]
Jul 14, 2015 12:08:33 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8010"]
Is it something to with the Jasper Listener not being present in the
server.xml ?
*<Listener className="org.apache.catalina.core.JasperListener" />* has been
present in Tomcat 7.00.062 but not in 8.00.023.
Please help me out in here.
Thanks in advance.
Regards,
Nikitha
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org