Re: Can't find the Roller URL
Glen Mazza <[email protected]> Sat, 06 Dec 2014 01:00:27 -0500
| Newsgroups | gmane.comp.java.roller.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, welcome to Roller, instruction #1 below describes the URLs Roller uses: https://web-gmazza.rhcloud.com/blog/entry/apache-roller-on-openshift http://server/roller indicates either (1) that your war is called roller.war and you've defaulted the blog you created (say "bloghandle") to the root (on the server, not blog, settings page)--if that isn't working check if the usual URL: http://server/roller/bloghandle is working, or (2) you renamed your roller.war to ROOT.war and your blog handle is named "roller". Here are some more tips to working with Roller: http://web-gmazza.rhcloud.com/blog/entry/apache-roller-blogging HTH, Glen On 12/5/2014 7:52 AM, Sean Pritchard wrote: > I had a similar problem. I found I had to add a trailing / to the URL. > Try http://host/roller/ > > Sean > > On Friday, December 5, 2014, Totally Anon <[email protected]> > wrote: > >> I'm running Roller on Tomcat7 on Ubuntu 14.04 and it looks like it's >> successfully installed with no errors. I see that the war deployed and I >> see it running under the tomcat manager. I also successfully got through >> the wizard to set up my first account. >> >> But, when I try to hit http://host/roller I get 404 errors now. I'm set >> up for a single user at the root, but that's not working either. I don't >> see any error messages in my logs so I'm assuming I'm screwin gup the URL >> somehow. Any clues? >> >> Note, I'm perfectly find with blowing away the installation if you can >> tell me what the directories/files are I need to delete to start over. >>