Jump to content

ragnetto

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by ragnetto

  1. The IP address is always blocked this is the message (07/07/2019 08.23)

     

    Your IP has been blocked!

    The IP address 78.14.95.168 has been blocked for trying to log in to SMTP with the wrong password too many times. To prevent this from happening again in the future please make sure your email client username and password are correct. You won't be able to continue to cPanel until an admin unblocks you. To request that your IP be unblocked please visit

     

    Please Unblock!
  2. I wanted to ask the staff of Helionet if in the coming days, next weeks or even months will restart the server Johnny or the server will be permanently discontinued and then it is better to go directly to the server tommy.
    I ask because if you have to wait even a few months I can wait, it is not a problem, but it is clear that if that server will be permanently deactivated it is useless to have an account present and then proceed to change server.
    Thanks in advance!

     

  3. In my jsp page I insert the inclusion directive: <%@ include file="......" %>, if the file to inclusion is in the directory of a main file jsp works, but if the file to inclusion is in the other directory don't work! error 500 file not found etc... For <jsp:include.... works....but i put statically file...whats the correct path???? thanks....

     

    this is example of my problem! :

     

     

    if:

     

     

     

    |-----[main.jsp]

    |---------- [pages(folder)]-----|

    | |-----[inc.jsp]

    public_html --------|

     

     

     

    I insert in main.jsp the directive: <%@ include file="inc.jsp" %> this works!

     

     

    But if:

     

     

     

     

    |---------- [pages(folder)]-----|-----[main.jsp]

    |

    public_html --------|---------- [include(folder)]---|-----[inc.jsp]

    |

     

     

    I insert in main.jsp the directive: <%@ include file="../include/inc.jsp" %>

     

    or: <%@ include file="/include/inc.jsp" %>

     

    or: <%@ include file="/public_html/include/inc.jsp" %>

     

    or: <%@ include file="../../include/inc.jsp" %>

     

    server get:

     

    HTTP Status 500 - /principale10.jsp (line: 13, column: 1) File "........jsp" not found

     

     

     

    Whyyyy????

     

    whats the correct path????

     

    only static directive please....Tanks in advance!

  4. ok, thanks for response but...before i modified file and upload to server, the source code is the old page...??? the problem stay in the cache of tomcat...example: if i upload file (index.jsp) blank, with out source code java and html, blank file!!! and open browser to load this page the source code is present and that is the old file index.jsp loaded first time!!!!! i don't understand!!!!! you??? thank's in advance

  5. Hi, my name's Gabriele, excuse me for my ugly english, i'm italian, I have proble with my web site hosted in johnny server: http://ragnetto.heliohost.org, i have the home page into page folder and header.jsp into include folder, in the home page have the code: <%@ include file="../include/header.jsp" %>. The result is:

    HTTP Status 500 - /home.jsp (line: 1, column: 2) File "../include/header.jsp" not found

     

    but in my local server with tomcat works! What the correct syntax for heliohost??? Thanks in advance for response...

     

    P.S. I modified graphics for index.jsp but the server put old result stored in tomcat cache...why???

×
×
  • Create New...