Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,717
  • Joined

  • Last visited

  • Days Won

    662

Everything posted by wolstech

  1. I've answered in your other topic and unsolved it for you. My response is copied below for reference:
  2. I'll answer here since you posted it. For #1, we don't support HTTPS for Java by default because it uses a lot of resources and means your account would up 2 Java slots instead of one if supported both HTTP and HTTPS. It can be enabled for you, but regular HTTP won't work anymore if you want us to do this. For #2, this is a limitation of how we handle WAR files. It occurs because we deploy into a username prefixed folder. If we didn't, nobody else on the server would be able to have a WAR called "blog". We recommend naming your WAR file with the username_ in front of it (e.g username_blog) so the deployment path and the URL are the same. There is no fix other than to either rename the WAR, or develop your code to make the assumption that the username will appear in front when searching for its files.
  3. You're not blocked on our end...
  4. The 68 you're seeing is the total open connections for all accounts on the server. MySQL Connections are limited to 4 concurrent connections per account on Johnny and Ricky. Tommy has a limit of 6.
  5. It's probably a stale DNS cache. If you're on windows, open a command prompt and run: ipconfig /flushdns To clear out the stale Ricky DNS entries
  6. Unblocked. Make sure you're using the right password in your FTP client. It may take up to 10 minutes to go into effect.
  7. If you follow this topic here on the forum, yes you will. Krydos will post in this topic when it has been configured for you
  8. OK. I'll move this so he sees it. Please note though that there's been a delay in getting escalated requests like these handled lately though. The admin who handles these, Krydos, has been busy with non-HelioHost stuff recently. We're all volunteers and don't get paid for what we do here, so we do have a real life and a job to tend to at times
  9. That account cannot be restored because it was deleted for disk space. An invitation has been sent to the email address on file so you can create a new account. We apologize for any inconvenience this may cause.
  10. Microsoft is a known issue. They blocked our IP, hence why Outlook/Hotmail always spams our mail. There's another user on here who's been talking about it, and unfortunately MS's delisting page for the blacklist doesn't work, so there's no way to get that one unblocked. They did recently start allowing it through again (it used to just come back undelivered), but now it goes to spam. As for Google, they just have a good filter. It depends on the email. If you send too many of the same/very similar email to the same address, they will start going to spam on their own. My test emails the other day did this after the 4th or 5th one. I just "Not spam" one of them and they haven't done it since. As for major block lists, we're not blocked, so it's the providers not liking your content or directly blocking us: https://mxtoolbox.com/SuperTool.aspx?action=mx%3atommy.heliohost.org&run=toolpage# Krydos has been busy with non-HelioHost stuff lately, so I apologize for the delay on getting the FROM/ REPLY-TO issue fixed. All of us are volunteers, and none of us get paid for what we do here. As such we do have a real life and a job to tend to at times...
  11. There is no need to request a WAR file be undeployed. When we deploy your new one, your old one will undeploy on its own so it can be replaced. Just let us know what the new one is called and I'll deploy it for you
  12. That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID.
  13. The primary admin who handles this sort of request (Krydos) has been very busy with other non-HelioHost things recently. There's currently nobody around who knows how to do this. As soon as he sees this he'll activate it for you.
  14. Never seen this one before. Krydos might know what's wrong with it, or at least get the module installed for you. Moving so he sees this
  15. By default, we don't allow remote connections. Our admin Krydos has to manually enable it per database and user if you want that to work. What IP addresses do you want access from (or do you want it to work from any)?
  16. Don't use that link as it won't count for inactivity. You need to use https://tommy.heliohost.org:2083/ without the stuff after it, that ending of index.html is why it's not counting. The login form should not appear on a page ending in .html or it will not count.
  17. You can't. It's a security measure that's required to verify you own the domain. For some domains, you may need to contact it's registrar to have the NS records changed. If you really can't change them, the most you'll be able to do is set that domain as your main domain and set an A record on the domain pointed to your account's shared IP. Please be aware that mail, subdomains, and other features that rely on additional dns records will not function if configured in this manner.
  18. There only one admin who can do this (Krydos), and he's been busy with other stuff lately. He'll set this up when he sees the post.
  19. It's to do with the fact that the Tomcat installation is shared between numerous users on our servers. I'll pass this onto Krydos to be sure, but I've never known of this being done on our system. WARs typically have to be inside a folder prefixed with the account username.
  20. You can't. WAR files cannot be assigned as the default page for a domain. You'll instead need to create an index file or other redirect and point users to the virtual folder where the WAR file is deployed. Place that file in the document root so when users visit http://beepr.heliohost.org/ they're redirected to your WAR file. Any redirect script would work, for instance an HTML file with a Javascript on it, an .htaccess file, or a PHP script with a header("Location: ..."); would all work fine for this.
  21. Done. You should now be able to log in and your website should start working within 12 hours.
  22. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  23. You were blocked for failed cPanel logins. If you use https://heliohost.org/login/ , this won't happen to you. Unblocked.
  24. The invitation has been resent. Please use it quickly, they expire in 48 hours. Also, I've canceled the Johnny account ebad you signed up for that was still queued to be created since I needed the email address free for the invite. As for the other account, you're only allowed one account. If you had two before, you were violating our Terms of Service. If you prefer, I can unarchive the second account and move it to Tommy instead, however you won't be allowed to create a new Tommy account with the invite if you do this.
×
×
  • Create New...