• 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

Problem in deploying WAR file using Tomcat Manager

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am new Tomcat 4.0.I am trying to deploy a .war file in tomcat using Tomcat manager.I have read the documentation but somehow I couldn’t manage to deploy the war file.
Could anybody please advice what should be entered in textfield of Path , Config URL,WAR URL.
In doc it is mention that one could also use
http://venus.xyz.com:8080/manager/deploy?path=/d:/sandeep/struts/webapps/struts-blank.war
My war location is d:/sandeep/struts/webapps/struts-blank.war
Thanks in adv
Sandeep
 
Ranch Hand
Posts: 479
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does it give you an error message. Because I tried and I had a success message. When I list the Deployed web-app, my new deployed application appears in the list. But when I try to invoke it I have an error message :" The requested ressource is not available"
Also is the new application deployed only in tomcat Memory? Because I dont see it in Tomcat tree? Does it mean that I have to redeploy each time the server is restarted?
Sorry, I couldn't help you and I come with questions. Since they seems to be related I prefered to posted them here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic