• 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

Tomcat application deployment problem

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have been having a strange problem with Tomcat 4.1.24. I am trying to deploy a new application using the Tomcat Manager deploy command.
I tried the following command:
http://localhost:8080/manager/deploy?path=project1
and it gives me an error:
FAIL - Unkown command /deploy
Does anyone have an idea how to solve this problem.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think they did a major change to the way manager is invoked it 4.1.24 - try getting into "Tomcat Manager" from the Tomcat startup page. You will have to configure security for the manager role.
Bill
 
Con Karega
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bill,
I did create a new user for the role of the manager and am also going through the Tomcat Manager link in the starting page. But doesnt seem to have something to deploy an application and when I try the DEPLOY command I get that strange error.
Any ideas!!!
reply
    Bookmark Topic Watch Topic
  • New Topic