• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Starting Tomcat servlet engine tomcat7 [fail] in ubuntu

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i just installed tomcat7 in ubuntu
but it failed to start the server
i'm getting the following command

root@guest-Lenovo:~# sudo apt-get install tomcat7Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
tomcat7-docs tomcat7-admin tomcat7-examples tomcat7-user libtcnative-1
The following NEW packages will be installed:
tomcat7
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/37.5 kB of archives.
After this operation, 418 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package tomcat7.
(Reading database ... 185145 files and directories currently installed.)
Unpacking tomcat7 (from .../tomcat7_7.0.21-1_all.deb) ...
Processing triggers for ureadahead ...
Setting up tomcat7 (7.0.21-1) ...
* Starting Tomcat servlet engine tomcat7 [fail]
invoke-rc.d: initscript tomcat7, action "start" failed.


what's the problem?
 
Ranch Hand
Posts: 68
MyEclipse IDE PHP Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the same problem:
* Starting Tomcat servlet engine tomcat7 [fail]
invoke-rc.d: initscript tomcat7, action "start" failed.

Can you help?
 
reply
    Bookmark Topic Watch Topic
  • New Topic