Jump to content

giteshss2

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by giteshss2

  1. My filezilla is totally up to date. I redownloaded it today itself because of the issue.
  2. Don't actually understand what the problem is. But i tried all the listed steps, settings, restarts, etc. still don't work. same error for connection time out.
  3. Sure! wanted to know what exactly is related to tomcat. Got my point. What sort of security issue is it? There aren't many reports we get that aren't safe for the forum. If it's a severe issue, we can always hide/delete the forum post. PMs are welcome if you're concerned about whether it's appropriate to be posted on the boards (most things are fine though). We can't fix what we don't know about. Sure! will try posting stuffs rather than asking for PMs! May be, somethings i find insecure, can even be problems of others. which can be resolved by forum posts! Will take care of what it was! Not posting it here. THANKS FOR YOUR HELP!
  4. Its obvious! I don't want anyone to work on my issue. I post, cz m in trouble! many times I waited even days before asking for help to drag someone to the topic! I can wait obviously for times! Unless my work is interrupted! And I am not opposing what you are doing. I asked for the mailing permission that was the biggest mistake I did I guess. AS MY TOPIC IS THERE ASIDE AND DISCUSSION GOES DOWN TO MAILING! Actually, I wanted to share a content on a site that i found "insecure" being a HELIOHOST user. DEDICATED user rather! It was like I thought it would be better if I avoid posting it publicly because Someone can use it to do what he is not intended to do. SORRY FOR THE SINCERITY! Simply admins are hitting posts to.... LET IT BE. However, I have a new question - RELATED TO THE POST. HENCE NOT CREATING A NEW TOPIC. In my prior post into this topic, I asked about restarting TOMCAT. Kyrdos said I will have to ask for it by posting. There, my question was - can we do it ourselves (not for fun but for reason if sometimes we immediately need to do so or some change needs to be reflected immediately...in those cases). So, I found some articles regarding the same. Do they work on MyDomain? or even, on any domain using Heliohost? and TOMCAT!? 1. public void stopRunTomcat(){ try{ Socket s = new Socket(server,8005); if(s.isConnected()){ PrintWriter print = new PrintWriter(s.getOutputStream(),true); //Stop tomcat if it is already started print.println("SHUTDOWN"); print.close(); s.close(); } //Run tomcat Runtime.getRuntime().exec(System.getProperty("catalina.home")+"\\bin\\startup.sh"); }catch (Exception ex){ ex.printStackTrace(); } } Will it work? 2. <target name="tomcat-start"> <java jar="${tomcat.home}/bin/bootstrap.jar" fork="true"> <jvmarg value="-Dcatalina.home=${tomcat.home}"/> </java> </target> <target name="tomcat-stop"> <java jar="${tomcat.home}/bin/bootstrap.jar" fork="true"> <jvmarg value="-Dcatalina.home=${tomcat.home}"/> <arg line="stop"/> </java> </target> The Tomcat Reload Ant task can also be used to speed up development time. One of the advantages of this approach is that you can extend it to start Tomcat for remote debugging: <target name="tomcat-start-debug"> <java jar="${tomcat.home}/bin/bootstrap.jar" fork="true"> <jvmarg value="-Dcatalina.home=${tomcat.home}"/> <jvmarg value="-Xdebug"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"/> </java> </target> Any Suggestions?............ What are the credentials required for port number and all!
  5. Status: Connecting to tommy.heliohost.org:1342...Trace: Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exeResponse: fzSftp started, protocol_version=8Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=8)Trace: CSftpControlSocket::SendNextCommand()Trace: CSftpControlSocket::ConnectSend()Command: open "giteshss@tommy.heliohost.org" 1342Trace: Connecting to 65.19.143.6 port 1342Trace: We claim version: SSH-2.0-PuTTY_Local:_Jan_13_2017_20:12:41Trace: Server version: SSH-2.0-OpenSSH_6.6.1Trace: We believe remote version has SSH-2 channel request bugTrace: Using SSH protocol version 2Trace: Doing ECDH key exchange with curve Curve25519 and hash SHA-256Trace: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of themTrace: Host key fingerprint is:Trace: ssh-ed25519 256 1c:d6:cf:a7:a7:26:80:9f:c0:8e:4c:56:5e:f6:32:78 ribJtheLyEEhUxMrUMEAld94+Xn9rTwT9gMYcOTSVs0=Command: Trust new Hostkey: OnceTrace: Initialised AES-256 GCM client->server encryptionTrace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher)Trace: Initialised AES-256 GCM server->client encryptionTrace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher)Command: Pass: ************Trace: Sent passwordTrace: Access grantedTrace: Opening session as main channelTrace: Opened main channelTrace: Started a shell/commandStatus: Connected to tommy.heliohost.orgTrace: Server sent command exit status 0Error: Received unexpected end-of-file from SFTP serverTrace: CSftpControlSocket::OnTerminate without errorTrace: CSftpControlSocket::ResetOperation(66)Trace: CControlSocket::ResetOperation(66)Error: Could not connect to serverStatus: Waiting to retry...Status: Connecting to tommy.heliohost.org:1342...Trace: Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exeResponse: fzSftp started, protocol_version=8Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=8)Trace: CSftpControlSocket::SendNextCommand()Trace: CSftpControlSocket::ConnectSend()Command: open "giteshss@tommy.heliohost.org" 1342Trace: Connecting to 65.19.143.6 port 1342Trace: We claim version: SSH-2.0-PuTTY_Local:_Jan_13_2017_20:12:41Trace: Server version: SSH-2.0-OpenSSH_6.6.1Trace: We believe remote version has SSH-2 channel request bugTrace: Using SSH protocol version 2Trace: Doing ECDH key exchange with curve Curve25519 and hash SHA-256Trace: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of themTrace: Host key fingerprint is:Trace: ssh-ed25519 256 1c:d6:cf:a7:a7:26:80:9f:c0:8e:4c:56:5e:f6:32:78 ribJtheLyEEhUxMrUMEAld94+Xn9rTwT9gMYcOTSVs0=Command: Trust new Hostkey: OnceTrace: Initialised AES-256 GCM client->server encryptionTrace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher)Trace: Initialised AES-256 GCM server->client encryptionTrace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher)Command: Pass: ************Trace: Sent passwordTrace: Access grantedTrace: Opening session as main channelTrace: Opened main channelTrace: Started a shell/commandStatus: Connected to tommy.heliohost.orgTrace: Server sent command exit status 0Error: Received unexpected end-of-file from SFTP serverTrace: CSftpControlSocket::OnTerminate without errorTrace: CSftpControlSocket::ResetOperation(66)Trace: CControlSocket::ResetOperation(66)Error: Could not connect to server I am also getting the same error. UNABLE TO CONNECT USING FILEZILLA. Help if possible. Otherwise i am using webdisk for my work.
  6. Am having some questions over webdisk! I have tried it and am successfully using it on my WINDOWS 8 and ANDROID. But, I DIDN'T FOUND it SECURE!!!!!!!!!! Once I have specified username and password, anyone is able to access the webdisk with a click!. having user and password, setting passwords for disk, REALLY MAKE NO SENSE, except you are accessing it from BROWSER, ALWAYS! I have to lock the folder in which webdisk resides, have to make multiple adjustments - subfolders, then securing folders!!!!!!! and many more......WITH LOCAL PASSWORDS, Which are not secure! Is there no way i can make it ask my webdisk username and password everytime I open the webdisk folder? I don't think its the problem of windows. Windows can't control remote access. It will access what it gets! but the server should demand for passwords!. MAY BE the ticket providing access to the webdisk has a large lifetime i guess!!!!!! ANDROID Works good. But by securing the APP!!!! Again same!
  7. I don't think i had asked for permission if I were to mention it here. Also I don't wanna get reported for dropping mails to admin! Especially YOU! not because you are a higher authority but because I too know that you don't want frustrating content flashing your inbox. UNWANTED rather. UNEXPECTED! I know krydos my matter isn't that big but still I think if i post it here, someone can even misuse the information. EVEN if it isnt worth doing so, I don't wanna drop it here! THANKS for understanding the scenario. ITS ALL RELATED TO THE TOPIC. nothing beyond that. If you think what i shared wasn't worth, sorry for that. Would avoid posting senseless stuff hereafter!. Any new stuff for this?
  8. Right now you have any url being rewritten to giteshssroti.tk. Try this .htaccess code which should only redirect non-ssl http://giteshsshroti.tk/ to https://giteshsshroti.tk/ which is what I think you're trying to do, but it will leave http://giteshsshroti.heliohost.org/ alone: Actually no. I have my alias pointing to my public_html because i wanted to have a "main domain" address in my address bar. When I searched google for search results and page rank, it suggested me to not have sub domains as my main domain address. That was the reason i had the domain alias for giteshsshroti.heliohost.org. Also, redirecting BOTH of them to secure https://giteshsshroti.tk was 'cz: WHEN I TYPE https://giteshsshroti.heliohost.tk IN MY BROWSER'S ADDRESS BAR, CHROME SHOWS ME SECURITY RISKS. while for https://giteshsshroti.tk, it doesn't. To avoid that risk from flashing on the browser screen, i did so. I know I should have Another SSL for my main domain or a single certificate with all domains mentioned, AND: I have one certificate with main domain name.and another with giteshsshroti.tk mentioned.BUT UNFORTUNATELY I AM NOT ABLE TO USE BOTH OF THEM AT ONCE. even though they point to separate domains! SO, I did this........adjustment.........SORRY! --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- If there is some professional solution to this, guide me through! You only have to restart it if you add a new .jar file. Just changing the code will update on it's own. How often are you going to add new .jars? I cannot predict how often. As I try out something new every now and then, I might need to do so. But can't predict. Sorry for that. And actually, prior to this post, I even posted many times that my pages aren't working. Did not mentioned exact errors then, but they were resolved once I asked you to resolve them. Probably, they were related to the same I guess. and I waited for days or two until someone escalated my issue to you. However thanks for your help. Giving c# a try. will report if something weird happens. Please help me with the previous(above) issue. Thanks krydos!! HEY!!!!!!! Actually I have read many posts over this topic to resolve the error myself and found some "masters" suggesting this. However it didn't work. Is it really necessary to have a web.xml and a pom.xml? and some others too like content.xml!!!!!!!!!!!! Or it isn't? Regardless of their necessity, please tell me when and why do we actually need them. (For learning purpose). Thanks! --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- KRYDOS! Permission for - Dropping you a personal mail to ensure HelioHost's services' privacy by publicly avoiding the topic............. Is it OK? Shall i do?...............if it isn't OK I won't do so!!....reply to this too. Once you do, I will edit the post to remove this part.
  9. I don't know how to use webdisk or FTP and even WHEN and WHY to use them! Please post a link to the wiki post for the same. The CPanel documentations aren't enough! Thanks Krydos!
  10. Sure!! Thanks. I usually keep on updating my stuff frequently. as i am learning from my errors and experiments, I make changes to my directory. DO I ALWAYS HAVE TO ""Post"" to restart my TOMCAT server? IS there no way? Direct? I did so because i am having my alias secured with SSL. I heed it to happen (redirection). is there any way i can use redirection as well as use the above prototype? mysql.jsp is a folder inside public_html directory hence my alias pointing to the public_html must access that! Is it not so? Am I going on a wrong track? Help! Will do! but is there no way i can use to restart my tomcat manually? It might be link-braking to POST and get it done. And that too always!!!!!!!!! Hey krydos. i know I am not hosting a professional site. But this is for learning purpose! I hope you understand WHAT and WHY i am talking!!!!!!!!!!!!!!
  11. How can i deploy .war file on my heliohost hosted domain? I don't know but have heard that many hosting companies provide support to java using the facility to deploy .war file. Is it possible on heliohost? Can i do so normally, with jsp permissions on my account activated? IF possible, please provide a Step-by-step procedure so that i can do so here. Help! Thanks.......
  12. Boom!!!! Accessing my SQL Database from my command line! But hey krydos, I have a question... I have turned on the remote access to my database with my public IP. Is it safe????? Spoofing can spoil my stuff!!! Any suggestions? Not yet implemented the JSP stuff. will give it a try soon. Guide me for the above!!! Thanks A lot. Hey krydos!!!!!!!!!!!!!!!!!!!!! Not working!!!! showing a lot of errors!!!! that i cant even resolve with the help of google. tried a lot, but still they persist. have added pom.xml with some contents i found on stack overflow, web.xml with some contents from stackoverflow!!! but no way out! Guide! will do so. The error: HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application type Exception report message The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application description The server encountered an internal error that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:55) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:293) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:80) org.apache.jasper.compiler.TagLibraryInfoImpl.generateTldResourcePath(TagLibraryInfoImpl.java:251) org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:122) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:434) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1448) org.apache.jasper.compiler.Parser.parse(Parser.java:145) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:244) org.apache.jasper.compiler.ParserController.parse(ParserController.java:105) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:201) org.apache.jasper.compiler.Compiler.compile(Compiler.java:372) org.apache.jasper.compiler.Compiler.compile(Compiler.java:349) org.apache.jasper.compiler.Compiler.compile(Compiler.java:333) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:600) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:368) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) note The full stack trace of the root cause is available in the Apache Tomcat/8.5.4 logs. Apache Tomcat/8.5.4 Also guide me through for c# too, if possible.
  13. Did So. TWICE. NOW after you asked me to do so. WORKS NOW!!!! Sigh of relief!!! Also, I would like you to take your notice to an error that strikes my screen when i try to log in, might help you remove a bug! On the HELIOHOST home page: When i click on Log In button(ON MY ANDROID PHONE. NOT ON PC), it shows #404 error. page not found! But i can go to tommy.heliohost.org and login to my control panel. Check!! Thanks for the help wolstech.
  14. Sure! would love to hear the steps to do so! PLEASE! U can even post a link! Expecting someone to please help me with c# and java too!!
  15. dear wolstech! I am signing in on my PC with the same account username and password! still do i need to change it? Also, is resetting password the only option?
  16. Greetings! Created my first ever SQL database for my heliohost control panel and got number of questions(probably due to lack of enough knowledge or so). I can access my database from my control panels phpMyAdmin. But, is there any other method to do so? using any GUI, or Prompt, or anything of that sort! I simply dont wanna use phpMyAdmin.I rarely use PHP and use JDBC and ADO.NET to connect to my databases.Both JDBC and ADO.NET use a connection string of database configured with some user and password. - user: I have created and assigned to DB along with passwords! no problems here.What will be the connection string for both java JDBC and c# ADO.NET??????????Also, java uses drivers to connect to the databases due to common set of classes. So, is there any need to have this driver to my control panel account?Basically, when using Apache Tomcat server with java, Driver files are placed in "lib" of the Tomcat(locally). WHAT IS THE PROCEDURE FOR Cpanel. Please help me through it asap. Even i would love if someone speaks more on the topic, beyond the points I mentioned 'cz I might have missed something!!! Also, I have read the documentations on MySQL but am unable to find any particularly satisfying solution or support! Please support! Thank you!
  17. I have a heliohost hosting account on Tommy server. I tried to log in to my account with my android phone but was unable to do so. Even i couldn't signin to my helionet account. It shows "incorrect credentials"/"Invalid username/password"/"Login failed". these kinda errors. I tried to check my login id and password a number of times to avoid any silly deed. But after a thousand checks too, the error persists. Can't understand whats happening out there! Support expected.
  18. If users have web roots for addon domains that are outside of public_html (I know at least 2 users that do this on Tommy), they need to add them to the end of this line if they wish to include them. I will add that now. But i'm not quite sure what the code for that will be! Give it a try for sure. failure can even drive another good output!!!! Thanks. The idea for creating the wiki article was yours. I would have never thought of it anyway. And anyways, as a member of HelioHost, I take it as a duty to help as much as I can. We are not just users of heliohost. We are a community. Makes sense!!!!
  19. Sounds interesting! Thanks rutaj6. Hitting a like. Not for the post but for the efforts you took to help the newbies. Thanks a lot.
  20. Thanks a lot krydos. That seems to be very helpful. Giving it a try. Thank you once again.
  21. Greetings! Am a developer, new to the business. while going across google page speed for the simplest site hosted by me, i came across some issues: Should Fix: Eliminate render-blocking JavaScript and CSS in above-the-fold content Consider Fixing: Leverage browser caching i have googled the problem but was unable to find a quick and specific solution. Can Someone Help?
  22. Hey rutaj6 I am willing to know the procedure that you followed for doing so(backup and mailing it). However, I am new to the business and am unfamiliar with many of the terms involved. Rather, if you wanna guide me (Or all the learners, reading this post), CAN YOU PLEASE POST THE DETAILED PROCEDURE, from scratch, TO heliohost WIKI? Please. Its a request. Once you are done, please post the link here. If you are unable to do so because of your tight schedule, please post at least an insight of what is exactly needed to be done (FROM SCRAP). I will mail you for further assist if you permit! THANKS for your kind help!!
×
×
  • Create New...