Jump to content

abarquer

Members
  • Posts

    6
  • Joined

  • Last visited

abarquer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ....i cant access now to Cpanel.Yes it works on localhost for me both Tomcat 8.5 and Jboss
  2. ServletUsuarioLogin is a servlet and can be found at WEB-INF\classes\com\enlawebdekaaf\app\servlet\ login.jsp is placed at usuario\ which is where ServletUsuarioLogin redirects if you are not logged in Is the .war badly structured? It could be caused by the fact that Eclipse placed glassfish-web.xml and jboss-web.xml files under WEB-INF/ but no tomcat-web.xml file? I assumed that defining web.xml would be enough. Thank you very much for your interest i'm going crazy
  3. You're right. I was making it wrong with Maven. Now i did it directly with Eclipse and I've checked that the war file contains all the jsps that it didn't contain before. But i get "ERR_TOO_MANY_REDIRECTS" ERROR. I've tried deleting the cookies but it dt work nevertheless it seems to redirect correctly to "http://abarqueror.heliohost.org/appwebagenda/ServletUsuarioLogin" as i coded in FilterSession.java but I can't get it to load login.jsp yet.I dont know whats wrong
  4. Ive tried generating an abarquer_appwebagenda.war and is still not working
  5. After depoying my .war appwebagenda i always 404 - Not found error. It seems to be unable to reach Login.jsp. I use a java filter file to redirect you to login if you arent logged for security.The url i use to test it is "http://abarqueror.heliohost.org/appwebagenda/ServletUsuarioLogin".Ive tried too "http://abarqueror.heliohost.org/appwebagenda/ but doesnt work. I think my web.xml is correct.I attach this files if you want to see it. I use Maven to create the war file but i dont know what im doing wrong Thanks in advance FilterSession.java.txt web.xml ServletUsuarioLogin.java.txt
×
×
  • Create New...