• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

War not deploying

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a WAR in my Tomcat 4.1.36 container and then loaded it in another workstation Tomcat 4.1.27 container webapp directory. I stopped and started Tomcat and the War doesnt deploy in the webapp directory. It just shows the War file and no directory for my web application. If I create a War in the 4.1.27 container and deploy it in the same one it does work. Can someone give me advise on this on why the 4.1.36 to 4.1.27 War delployment wont work?
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have hot deployment enabled in the Tomcat 4.1 instance? (my guess is that you haven't). You can also deploy the war explicitly using the Tomcat manager (usually found on http://localhost:8080/manager/html); I'm not 100% if the Tomcat manager is always installed in 4.1, so if it isn't, you have to download & install it.

Hope this helps.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the autoDeploy attribute of your Host entry in server.xml.
http://tomcat.apache.org/tomcat-4.1-doc/config/host.html
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic