-
Posts
24,198 -
Joined
-
Last visited
-
Days Won
854
Everything posted by Krydos
-
Did this help? https://www.helionet.org/index/topic/32234-undeploy-war-file/?p=145733
-
Well, before we waste too much time on this issue [Discuz!] (C)2001-2099 Comsenz Inc. This is NOT a freeware, use is subject to license terms Do you have a license to use this software?
-
An email has been sent to your contact address containing a link to your backup.
-
You never responded to my question. I'm guessing the answer is yes?
-
Make sure you're using FTP or SFTP. FTPS doesn't work.
-
You can't access it from http://claod.heliohost.org/ because then it would conflict with other deployed .war files. I've tried.
- 11 replies
-
- server.xml
- tomcat
-
(and 4 more)
Tagged with:
-
It deployed your .war file. I can see it at http://claod.heliohost.org/project/ You can deploy a new one as often as you'd like without asking us. If you use the same filename each time it will take considerably less time to deploy.
- 11 replies
-
- server.xml
- tomcat
-
(and 4 more)
Tagged with:
-
Try naming your .war rakesh73_blog.war and deploy that. Some users have had issues with cookies when the system appends your username to the front of the file.
-
Try it now.
-
You're on Tommy now. http://fortesting.me/ If you see a 404 error or a Johnny queued page please clear your browser cache, and flush your os dns records. Thanks for the donation. We really appreciate it.
-
Moving...
-
Ahh, here's the problem: https://stackoverflow.com/a/27276523 The reason my code works and yours doesn't is probably because I specify the timezone driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/krydos_test?serverTimezone=UTC" Your code probably stopped working when daylight savings time went into effect on March 11th.
-
Done. You should now be able to log in and your website should start working within 12 hours.
-
Unblocked. It looks like your SFTP client might have the wrong credentials.
-
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...
-
Are you sure your username/password are correct?
-
I tried that exact same code with my Ricky account, and it works perfectly. What is the link to your script?
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
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...
-
Can I create my own PDF Writer in PHP if yes then how?
Krydos replied to sagnik's topic in Website Management and Coding
This looks really useful too https://php-download.com/ -
Can I create my own PDF Writer in PHP if yes then how?
Krydos replied to sagnik's topic in Website Management and Coding
You can install composer scripts on the server. Just run the composer command on your home pc, and then upload the files. Check out https://stackoverflow.com/a/40545971