• 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

Deploying in Jboss/Tomcat

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I'm running Tomcat on Jboss and I'm running into a unique problem. I'm looking for a way to set up my Tomcat so when I put .war files into my deploy directory instead of it deploying at http://MyServer:8080/WarFile I want it to automaticly deploy to http://MyServer:8080/MyDir/WarFile. Since the directory that I'm looking to deploy into wont ever change I'd like to be able to set one setting once that will tell Tomcat to deploy everything there.
I don't know if it's possible or not, but I have a hard time thinking I'm the only person looking to do this.
Thanks.
Thom (BTW nice moose)
 
Thom Hixenbaugh
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Soooo I take it that no one knows then??
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you'd have more chance of getting an answer if you asked on the tomcat forum. If you get a solution, it probably won't be too difficult to apply it to tomcat/jboss.
 
Thom Hixenbaugh
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, I'll try that. I wasn't sure if the Deploy directory stuff was controled by Tomcat or Jboss, but it makes sense that, that would be a Tomcat parameter.
Thanks again.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic