• 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

Hosting grails war file on www.123-reg.co.uk

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hosting problem on apache server at www.123-reg.co.uk

I have a friend that has a domain name registered with this company. I am new to web application development and will like to deploy a site i designed for him using grails. Anyone knows if this website support java application (war file) deployment ? I have just a public_html folder in the webhosting control panel. Do I just upload the war file into this directory ?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The public_html folder sounds like one typically created for the Apache web server, which does not support Java applications. Whether the hosting company also supports Java web apps or not, I cannot say. Why don;t you check with them?
reply
    Bookmark Topic Watch Topic
  • New Topic