stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

Move production war file to root of Tomcat dir #97

Closed Davidster closed 7 years ago

Davidster commented 7 years ago

In order to make proper use of our domain name conucourseplanner.online, it seems to me that it's in our best interest to serve our prod website at the root of our Apache/Tomcat directory. This is achievable by naming the production war file ROOT.war instead of courseplanner.war.

PeterGhimself commented 7 years ago

LOL how long has the domain name not been working? conucourseplanner_404

Davidster commented 7 years ago

The domain name has been working for a long time. I just updated it like 10 minutes ago which broke it. I think it takes some time for the changes to take effect.

If interested, the change was to have the name resolve directly to the IP address AKA "Address record" :

conucourseplanner.online --> 138.197.6.26

rather than having it setup as a redirect AKA "URL Redirect Record" :

conucourseplanner.online --> http://138.197.6.26/courseplanner/

You can read more about this on namecheap's website.

Davidster commented 7 years ago

The changes have finally taken effect.

Davidster commented 7 years ago

Development started on branch moveProdToRoot-97

Davidster commented 7 years ago

Closing issue on account of #100 getting merged